# HG changeset patch # User Jaroslav Hajek # Date 1228717858 -3600 # Node ID 4ccdb0d32158b0458fa98c8ac3d021f935b95bf8 # Parent 4364e3fab451aeb5320e38eff248569a63ce9ec2 fix runaway changelog entry diff -r 4364e3fab451 -r 4ccdb0d32158 src/ChangeLog --- a/src/ChangeLog Mon Dec 08 06:48:27 2008 +0100 +++ b/src/ChangeLog Mon Dec 08 07:30:58 2008 +0100 @@ -8,6 +8,11 @@ order. * OPERATORS/op-struct.cc (op_catop_matrix_struct): Ditto. +2008-10-31 David Bateman + + * ov-base-scalar.h (octave_value octave_base_scalar::reshape + (const dim_vector&) const): New method. + 2008-10-30 John W. Eaton * 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 - - * ov-base-scalar.h (octave_value octave_base_scalar::reshape - (const dim_vector&) const): New method. - 2004-07-23 John W. Eaton * symtab.cc (whos_parameter): Move decl here, from symtab.h.