changeset 12622:32d5186266ab

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Tue, 19 Apr 2011 20:53:53 -0400
parents c99d6785a27e
children b0e60ad4ae26
files ChangeLog doc/ChangeLog scripts/ChangeLog src/ChangeLog
diffstat 4 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Apr 19 20:54:41 2011 +0200
+++ b/ChangeLog	Tue Apr 19 20:53:53 2011 -0400
@@ -1,11 +1,11 @@
+2011-04-14  Rik  <octave@nomad.inbox5.com>
+
+	* NEWS: Add colstyle to list of new functions for 3.4
+
 2011-04-08  Rik  <octave@nomad.inbox5.com>
 
 	* NEWS: Deprecate studentize(), add new function zscore().
 
-2011-04-14  Rik  <octave@nomad.inbox5.com>
-
-	* NEWS: Add colstyle to list of new functions for 3.4
-
 2011-04-04  Rik  <octave@nomad.inbox5.com>
 
 	* NEWS: Add perror, strerror to list of functions deprecated in 3.4
--- a/doc/ChangeLog	Tue Apr 19 20:54:41 2011 +0200
+++ b/doc/ChangeLog	Tue Apr 19 20:53:53 2011 -0400
@@ -51,7 +51,7 @@
 
 2011-04-04  Rik  <octave@nomad.inbox5.com>
 
-	* interpreter/doccheck/aspell-octave.en.pws, interpreter/nonlin.txi, 
+	* interpreter/doccheck/aspell-octave.en.pws, interpreter/nonlin.txi,
 	interpreter/tips.txi: Spellcheck documentation for 3.4.1 release.
 
 2011-04-04  Rik  <octave@nomad.inbox5.com>
--- a/scripts/ChangeLog	Tue Apr 19 20:54:41 2011 +0200
+++ b/scripts/ChangeLog	Tue Apr 19 20:53:53 2011 -0400
@@ -21,7 +21,7 @@
 
 	* plot/colstyle.m : New function.
 	* plot/module.mk plot_FCN_FILES) : Add it here.
-	
+
 2011-04-13  Rik  <octave@nomad.inbox5.com>
 
 	* help/__makeinfo__.m: Simplify function by using regular expressions.
--- a/src/ChangeLog	Tue Apr 19 20:54:41 2011 +0200
+++ b/src/ChangeLog	Tue Apr 19 20:53:53 2011 -0400
@@ -9,7 +9,7 @@
 
 2011-04-12  Rik  <octave@nomad.inbox5.com>
 
-	* load-path.cc (restoredefaultpath): Correct use of it's -> its in 
+	* load-path.cc (restoredefaultpath): Correct use of it's -> its in
 	documentation.
 
 2011-04-10  John Eaton  <jwe@octave.org>
@@ -95,7 +95,7 @@
 
 	* DLD-FUNCTIONS/inv.cc (inv, inverse), DLD-FUNCTIONS/tril.cc (tril),
 	data.cc (cumsum, szie), file-io.cc (fgets), ov-typeinfo.cc (typeinfo),
-	ov-usr-fcn.cc (nargout), utils.cc (make_absolute_filename), 
+	ov-usr-fcn.cc (nargout), utils.cc (make_absolute_filename),
 	variables.cc (who): Improve docstrings
 
 2011-03-25  John W. Eaton  <jwe@octave.org>