changeset 10166:2e304f4a1a47

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 21:01:20 -0500
parents bc59bc6282a0
children 1929ba7bbfb2
files scripts/ChangeLog
diffstat 1 files changed, 11 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Jan 20 21:00:08 2010 -0500
+++ b/scripts/ChangeLog	Wed Jan 20 21:01:20 2010 -0500
@@ -4,7 +4,7 @@
 
 2010-01-20  Ben Abbott <bpabbot@mac.com>
 
-	* /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  <dbateman@free.fr>
 
@@ -129,8 +129,8 @@
 
 2010-01-11  Rik <octave@nomad.inbox5.com>
 
-	* 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  <highegg@gmail.com>
 
@@ -152,7 +152,7 @@
 
 2010-01-06  Ben Abbott <bpabbott@mac.com>
 
-	* /optimization/qp.m: Add missing semicolon.
+	* optimization/qp.m: Add missing semicolon.
 
 2010-01-11  Ben Barrowes  <benjamin.e.barrowes@usace.army.mil>
 
@@ -293,8 +293,9 @@
 
 2009-12-09  Rik <octave@nomad.inbox5.com>
 
-	* 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  <highegg@gmail.com>
 
@@ -314,8 +315,8 @@
 
 2009-12-06  Rik <rik@nomad.inbox5.com>
 
-	* 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 <rik@nomad.inbox5.com>
 
-	* 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  <jwe@octave.org>