Mercurial > hg > octave-lyh
changeset 11339:97b12d801b02
ChangeLog fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 09 Dec 2010 19:26:08 -0500 |
parents | 892ef3688ccf |
children | ef65ebb325e9 |
files | doc/ChangeLog liboctave/ChangeLog scripts/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -22,7 +22,7 @@ 2010-11-15 Rik <octave@nomad.inbox5.com> - * 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:
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -6,7 +6,7 @@ 2010-11-25 John W. Eaton <jwe@octave.org> * Sparse.cc (Sparse<T>::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 <jwe@octave.org>
--- 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 <jwe@octave.org> @@ -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 <bpabbott@mac.com> +2010-12-08 Ben Abbott <bpabbott@mac.com> * 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 <bpabbott@mac.com> +2010-12-02 Ben Abbott <bpabbott@mac.com> * image/image.m: Only flip y-axis if nextplot property equal "replace". Fixes bug 31745.
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -51,7 +51,7 @@ 2010-11-26 Kai Habel <kai.habel@gmx.de> - * 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 <jwe@octave.org>