changeset 10556:3cc09ec70224

ChangeLog fixes
author John W. Eaton <jwe@octave.org>
date Fri, 23 Apr 2010 16:34:40 -0400
parents a80207303549
children e86651d2fde5
files src/ChangeLog
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Apr 23 16:34:19 2010 -0400
+++ b/src/ChangeLog	Fri Apr 23 16:34:40 2010 -0400
@@ -14,7 +14,7 @@
 	Avoid GCC shadow variable warning.
 
 	* DLD-FUNCTIONS (plot_window::plot_window): Explicitly
-	initialize all data members in the order they are declared..
+	initialize all data members in the order they are declared.
 
 2010-04-23  John W. Eaton  <jwe@octave.org>
 
@@ -28,7 +28,7 @@
 
 2010-04-23  Rik <octave@nomad.inbox5.com>
 
-	* DLD-FUNCTIONS/regexp.cc.: eliminate compile warning 
+	* DLD-FUNCTIONS/regexp.cc.: Eliminate compile warning.
 	warning: suggest explicit braces to avoid ambiguous 'else'.
 
 2010-04-23  Jaroslav Hajek  <highegg@gmail.com>