# HG changeset patch # User John W. Eaton # Date 1264039280 18000 # Node ID 2e304f4a1a47d36c970461ec7f53a987d130f178 # Parent bc59bc6282a0da550400b79b0d1210c6acf3c38c ChangeLog fixes diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -4,7 +4,7 @@ 2010-01-20 Ben Abbott - * /plot/__go_draw_figure__.m: Reverse order axes are drawn. + * plot/__go_draw_figure__.m: Reverse order axes are drawn. 2010-01-20 David Bateman @@ -129,8 +129,8 @@ 2010-01-11 Rik - * Makefile.am: Update DOCSTRINGS rules to avoid simple_move_if_change_rule - and allow Make to update timestamps. + * Makefile.am: Update DOCSTRINGS rules to avoid + simple_move_if_change_rule and allow Make to update timestamps. 2010-01-11 Jaroslav Hajek @@ -152,7 +152,7 @@ 2010-01-06 Ben Abbott - * /optimization/qp.m: Add missing semicolon. + * optimization/qp.m: Add missing semicolon. 2010-01-11 Ben Barrowes @@ -293,8 +293,9 @@ 2009-12-09 Rik - * Makefile.am: Distribute DOCSTRINGS in tar.gz file - * mkdoc: pass current directory, "./", when running mkdoc on local files + * Makefile.am: Distribute DOCSTRINGS in tar.gz file. + * mkdoc: Pass current directory, "./", when running mkdoc on + local files. 2009-12-07 Jaroslav Hajek @@ -314,8 +315,8 @@ 2009-12-06 Rik - * Makefile.am: Distribute DOCSTRINGS so that documentation will not require - rebuild after merely untarring a distribution. + * Makefile.am: Distribute DOCSTRINGS so that documentation will + not require rebuild after merely untarring a distribution. * mkdoc: Change output to refer to mfiles as "scripts/..." rather than "$srcdir/...". Otherwise, distributed DOCSTRINGS file will not match DOCSTRINGS created under a VPATH build and documentation will be @@ -352,8 +353,8 @@ 2009-12-02 Rik - * image/imread.m: Run test case only if underlying GraphicMagick library - exists. + * image/imread.m: Run test case only if underlying GraphicMagick + library exists. 2009-12-02 John W. Eaton