Mercurial > hg > octave-lyh
changeset 11145:3735abe5ebbe
ChangeLog fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 23 Oct 2010 02:05:54 -0400 |
parents | 461ae8d58cdb |
children | 69b2f237060e |
files | doc/ChangeLog scripts/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,12 +1,12 @@ +2010-10-23 Ben Abbott <bpabbott@mac.com> + + * interpreter/strings.txi: Add @DOCSTRING(strread). + 2010-10-23 John W. Eaton <jwe@octave.org> * interpreter/io.txi (Opening and Closing Files): Document is_valid_file_id. -2010-10-23 Ben Abbott <bpabbott@mac.com> - - * interpreter/strings.txi: Add @DOCSTRING(strread). - 2010-10-21 John W. Eaton <jwe@octave.org> * interpreter/contributors.in: Add Gunnar Farnebäck to the list.
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -8,12 +8,12 @@ * io/is_valid_file_id.m: New function. * io/module.mk (io_FCN_FILES): Add it to the list. -2010-10-23 Ben Abbott <bpabbott@mac.com> +2010-10-23 Ben Abbott <bpabbott@mac.com> * io/textscan.m, miscellaneous/unimplemented.m, io/module.mk: New function. -2010-10-22 Ben Abbott <bpabbott@mac.com> +2010-10-22 Ben Abbott <bpabbott@mac.com> * plot/legend.m: Trivial fix to allow legend handle to be returned. @@ -27,7 +27,7 @@ statistics/distributions/wblpdf.m, statistics/distributions/wblrnd.m: Fix reversed documentation for shape and scale parameters. -2010-10-21 Ben Abbott <bpabbott@mac.com> +2010-10-21 Ben Abbott <bpabbott@mac.com> * io/strread.m: Improve compatibility with Matlab. @@ -35,9 +35,9 @@ * general/private/__isequal__.m: Style fixes. -2010-10-20 Iain Murray <murray@cs.toronto.edu> - - * general/private/__isequal__.m: Fix bug #31239 where +2010-10-20 Iain Murray <murray@cs.toronto.edu> + + * general/private/__isequal__.m: Fix bug #31239 where isequalwithequalnans is incorrect. 2010-10-20 Rik <octave@nomad.inbox5.com>