Mercurial > hg > octave-lyh
changeset 8324:1e9cf8ff48f8
Changelog fix
author | David Bateman <dbateman@free.fr> |
---|---|
date | Fri, 14 Nov 2008 12:50:03 +0100 |
parents | 655193554ad2 |
children | b93ac0586e4b |
files | liboctave/ChangeLog scripts/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2008-11-14 David Bateman <dbateman@free.fr> + + * Array2.h (Array2<T> Array2<T>::index): Correct use of + resize_fill_value. + 2008-11-12 Michael Goffioul <michael.goffioul@gmail.com> * MArray-C.cc, MArray-d.cc, MArray-f.cc, MArray-fC.cc: Declare @@ -17,11 +22,6 @@ tag. * oct-norm.cc (xnorm, xfrobnorm, xcolnorms, xrownorms): Ditto. -2008-11-14 David Bateman <dbateman@free.fr> - - * Array2.h (Array2<T> Array2<T>::index): Correct use of - resize_fill_value. - 2008-11-12 Jaroslav Hajek <highegg@gmail.com> * DiagArray2.h (DiagArray2<T>::maybe_delete_elements): Remove
--- 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.