# HG changeset patch # User John W. Eaton # Date 1287813954 14400 # Node ID 3735abe5ebbe7f1a2ebd610e905243b676291e89 # Parent 461ae8d58cdb7bbdedb9f4230d7f348409e8f1cd ChangeLog fixes diff -r 461ae8d58cdb -r 3735abe5ebbe doc/ChangeLog --- a/doc/ChangeLog Sat Oct 23 02:04:51 2010 -0400 +++ b/doc/ChangeLog Sat Oct 23 02:05:54 2010 -0400 @@ -1,12 +1,12 @@ +2010-10-23 Ben Abbott + + * interpreter/strings.txi: Add @DOCSTRING(strread). + 2010-10-23 John W. Eaton * interpreter/io.txi (Opening and Closing Files): Document is_valid_file_id. -2010-10-23 Ben Abbott - - * interpreter/strings.txi: Add @DOCSTRING(strread). - 2010-10-21 John W. Eaton * interpreter/contributors.in: Add Gunnar Farnebäck to the list. diff -r 461ae8d58cdb -r 3735abe5ebbe scripts/ChangeLog --- a/scripts/ChangeLog Sat Oct 23 02:04:51 2010 -0400 +++ b/scripts/ChangeLog Sat Oct 23 02:05:54 2010 -0400 @@ -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 +2010-10-23 Ben Abbott * io/textscan.m, miscellaneous/unimplemented.m, io/module.mk: New function. -2010-10-22 Ben Abbott +2010-10-22 Ben Abbott * 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 +2010-10-21 Ben Abbott * io/strread.m: Improve compatibility with Matlab. @@ -35,9 +35,9 @@ * general/private/__isequal__.m: Style fixes. -2010-10-20 Iain Murray - - * general/private/__isequal__.m: Fix bug #31239 where +2010-10-20 Iain Murray + + * general/private/__isequal__.m: Fix bug #31239 where isequalwithequalnans is incorrect. 2010-10-20 Rik