# HG changeset patch # User John W. Eaton # Date 1291940768 18000 # Node ID 97b12d801b0281c30c8983f561461312564208a5 # Parent 892ef3688ccf5c8ed7b73610dc2aec7aaa0a8574 ChangeLog fixes diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -22,7 +22,7 @@ 2010-11-15 Rik - * interpreter/bugs.txi, interpreter/emacs.txi, interpreter/func.txi, + * interpreter/bugs.txi, interpreter/emacs.txi, interpreter/func.txi, interpreter/geometry.txi, interpreter/linalg.txi, interpreter/octave.texi, interpreter/package.txi, interpreter/plot.txi, interpreter/stmt.txi, interpreter/strings.txi, interpreter/system.txi: diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -6,7 +6,7 @@ 2010-11-25 John W. Eaton * Sparse.cc (Sparse::assign): Use correct endpoint for - destination range when making room for new elements. + destination range when making room for new elements. 2010-11-23 John W. Eaton diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -29,7 +29,7 @@ * plot/pie3.m, plot/private/__pie__.m: New functions. * plot/pie.m: Move __pie__ function to plot/private, in order to be used by pie and pie3. - * miscellaneous/unimplemented.m: Remove pie3.m from list of + * miscellaneous/unimplemented.m: Remove pie3.m from list of unimplemented functions. 2010-12-09 John W. Eaton @@ -37,7 +37,7 @@ * time/datestr.m: Don't call localtime (mktime (tm)) to fill in missing elements of time strcture. Bug #31079. -2010-12-08 Ben Abbott +2010-12-08 Ben Abbott * plot/fill.m: Fix bug that implies nextplot = "add". * image/imshow.m: Flip y-axis. @@ -77,7 +77,7 @@ * plot/pbaspect.m, plot/daspect.m: Fix handling of input array of length 2. -2010-12-02 Ben Abbott +2010-12-02 Ben Abbott * image/image.m: Only flip y-axis if nextplot property equal "replace". Fixes bug 31745. diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -51,7 +51,7 @@ 2010-11-26 Kai Habel - * DLD-FUNCTIONS/fltk_backend.cc (find_uimenu_children, + * DLD-FUNCTIONS/fltk_backend.cc (find_uimenu_children, __fltk_redraw__): Consider hidden handles here. 2010-11-26 John W. Eaton