changeset 6915:3fb60fc8139f

[project @ 2007-09-19 16:55:31 by jwe]
author jwe
date Wed, 19 Sep 2007 16:55:31 +0000
parents 40be41c7d098
children b84be419beab
files ChangeLog doc/ChangeLog src/ChangeLog
diffstat 3 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Sep 18 19:51:06 2007 +0000
+++ b/ChangeLog	Wed Sep 19 16:55:31 2007 +0000
@@ -1,4 +1,4 @@
-2007-07-20  Thomas Treichl  <Thomas.Treichl@gmx.net>
+2007-09-18  Thomas Treichl  <Thomas.Treichl@gmx.net>
 
 	* aclocal.m4 (OCTAVE_CHECK_STRPTIME): New macro.
 	* configure.in: Use it.
@@ -342,9 +342,6 @@
 
 2006-11-13  John W. Eaton  <jwe@octave.org>
 
-	* octave.cc (maximum_braindamage): Disable
-	Octave:fopen-file-in-path and Octave:load-file-in-path warnings.
-
 	* run-octave.in: Substitute liboctinterp, liboctave, and libcruft.
 	Use them to set LD_PRELOAD.
 	* Makeconf.in (do-subst-script-vals): Also substitute
@@ -1837,7 +1834,6 @@
 	* configure.in (ENABLE_DYNAMIC_LINKING): Rename from
 	WITH_DYNAMIC_LINKING.
 	* Makeconf.in: Likewise.
-	* toplev.cc 
 	* examples/hello.cc: Likewise.  Improve comments.
 
 	* configure.in: Revive --enable-dl to set default value for
--- a/doc/ChangeLog	Tue Sep 18 19:51:06 2007 +0000
+++ b/doc/ChangeLog	Wed Sep 19 16:55:31 2007 +0000
@@ -97,7 +97,7 @@
 
 	* interpreter/stats.txi: Reorganize sections and add introductory text.
 
-        * interpreter/octave.texi: Update to reflect changes in stats.txi.
+	* interpreter/octave.texi: Update to reflect changes in stats.txi.
 
 2007-06-18  David Bateman  <dbateman@free.fr>
 
--- a/src/ChangeLog	Tue Sep 18 19:51:06 2007 +0000
+++ b/src/ChangeLog	Wed Sep 19 16:55:31 2007 +0000
@@ -1829,6 +1829,9 @@
 
 2006-11-13  John W. Eaton  <jwe@octave.org>
 
+	* octave.cc (maximum_braindamage): Disable
+	Octave:fopen-file-in-path and Octave:load-file-in-path warnings.
+
 	* load-save.cc (find_file_to_load): New function.
 	(Fload): Call find_file_to_load to search load path for file.