changeset 12217:6ef3e671c87c

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Sun, 30 Jan 2011 01:57:40 -0500
parents becaa4b96728
children e3048d7fb131
files doc/ChangeLog src/ChangeLog
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -27,7 +27,7 @@
 
 2011-01-29  Rik  <octave@nomad.inbox5.com>
 
-	* interpreter/system.txi: Add compare_versions function to 
+	* interpreter/system.txi: Add compare_versions function to
 	documentation.
 
 2011-01-27  Rik  <octave@nomad.inbox5.com>
@@ -39,7 +39,7 @@
 2011-01-27  Rik  <octave@nomad.inbox5.com>
 
 	* interpreter/image.txi: Add whitebg function to documentation.
-	* interpreter/plot.txi: Add reset function to documentation. 
+	* interpreter/plot.txi: Add reset function to documentation.
 
 2011-01-27  Rik  <octave@nomad.inbox5.com>
 
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -54,8 +54,8 @@
 
 2011-01-28  Kai Habel  <kai.habel@gmx.de>
 
-	* DLD-FUNCTIONS/__fltk_uigetfile__.cc: File filter value is 1-based
-now.
+	* DLD-FUNCTIONS/__fltk_uigetfile__.cc: File filter value is
+	1-based now.
 
 2011-01-28  John W. Eaton  <jwe@octave.org>