# HG changeset patch # User Michael Goffioul # Date 1245016360 -3600 # Node ID 44377339a398888f343ef9a0a2be8e558228f529 # Parent 3da821b161e93df42b356585b1d23ea05111db38 Move changelog entry to the correct position. diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,22 @@ +2009-06-14 Michael Goffioul + + * 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 * 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 - - * 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 * toplev.h (main_loop): Tag with OCTINTERP_API.