Mercurial > hg > octave-nkf
changeset 11893:4ccdb0d32158 release-3-0-x
fix runaway changelog entry
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 08 Dec 2008 07:30:58 +0100 |
parents | 4364e3fab451 |
children | af0adfbd3d16 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -8,6 +8,11 @@ order. * OPERATORS/op-struct.cc (op_catop_matrix_struct): Ditto. +2008-10-31 David Bateman <dbateman@free.fr> + + * ov-base-scalar.h (octave_value octave_base_scalar::reshape + (const dim_vector&) const): New method. + 2008-10-30 John W. Eaton <jwe@octave.org> * oct-map.cc (Octave_map::index): Copy key_list. @@ -9358,11 +9363,6 @@ ov-range.h, ov-base-mat.h, (resize): New function. -2008-10-31 David Bateman <dbateman@free.fr> - - * ov-base-scalar.h (octave_value octave_base_scalar::reshape - (const dim_vector&) const): New method. - 2004-07-23 John W. Eaton <jwe@octave.org> * symtab.cc (whos_parameter): Move decl here, from symtab.h.