Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8324:1e9cf8ff48f8
Changelog fix
author | David Bateman <dbateman@free.fr> |
---|---|
date | Fri, 14 Nov 2008 12:50:03 +0100 |
parents | f32a91d99156 |
children | a35bf360b919 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2008-11-14 David Bateman <dbateman@free.fr> + + * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties + of the axis object. + 2008-11-13 John W. Eaton <jwe@octave.org> * statistics/distributions/chi2rnd.m: Fix another missing semicolon. @@ -5,11 +10,6 @@ 2008-11-12 David Bateman <dbateman@free.fr> - * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties - of the axis object. - -2008-11-12 David Bateman <dbateman@free.fr> - * plot/__quiver__.m: Only autoscale if more than one element to plot. Modify callbacks for change in order of children. * plot/__stem__.m: Modify callbacks for change in order of children.