Mercurial > hg > octave-lyh
changeset 9348:44377339a398
Move changelog entry to the correct position.
author | Michael Goffioul <michael.goffioul@gmail.com> |
---|---|
date | Sun, 14 Jun 2009 22:52:40 +0100 |
parents | 3da821b161e9 |
children | 93664cbb732c |
files | src/ChangeLog |
diffstat | 1 files changed, 19 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,22 @@ +2009-06-14 Michael Goffioul <michael.goffioul@gmail.com> + + * graphics.h.in (axes::properties::xtick, axes::properties::ytick, + axes::properties::ztick, axes::properties::xticklabelmode, + axes::properties::yticklabelmode, axes::properties::zticklabelmode): + Add 'u' modifier to enable updaters. + (axes::properties::calc_ticklabels): New function to update tick + labels. + (axes::properties::update_xtick, axes::properties::update_ytick, + axes::properties::update_ztick, + axes::properties::update_xticklabelmode, + axes::properties::update_yticklabelmode, + axes::properties::update_zticklabelmode): Add updaters to update tick + labels correctly. + (axes::properties::update_xlim, axes::properties::update_ylim, + axes::properties::update_zlim): Update tick labels. + * graphics.cc (axes::properties::calc_ticklabels): New function to + update tick labels. + 2009-06-14 Jaroslav Hajek <highegg@gmail.com> * DLD-FUNCTIONS/lookup.cc (Flookup): Support character array lookup. @@ -191,25 +210,6 @@ * variables.cc (do_who): Only output symbols with a defined value. -2009-06-14 Michael Goffioul <michael.goffioul@gmail.com> - - * graphics.h.in (axes::properties::xtick, axes::properties::ytick, - axes::properties::ztick, axes::properties::xticklabelmode, - axes::properties::yticklabelmode, axes::properties::zticklabelmode): - Add 'u' modifier to enable updaters. - (axes::properties::calc_ticklabels): New function to update tick - labels. - (axes::properties::update_xtick, axes::properties::update_ytick, - axes::properties::update_ztick, - axes::properties::update_xticklabelmode, - axes::properties::update_yticklabelmode, - axes::properties::update_zticklabelmode): Add updaters to update tick - labels correctly. - (axes::properties::update_xlim, axes::properties::update_ylim, - axes::properties::update_zlim): Update tick labels. - * graphics.cc (axes::properties::calc_ticklabels): New function to - update tick labels. - 2009-05-22 Michael Goffioul <michael.goffioul@gmail.com> * toplev.h (main_loop): Tag with OCTINTERP_API.