diff src/ChangeLog @ 4829:71dade3c16b6

[project @ 2004-03-10 05:12:06 by jwe]
author jwe
date Wed, 10 Mar 2004 05:12:07 +0000
parents a7b1e6122d0c
children 399e8681b774
line wrap: on
line diff
--- a/src/ChangeLog	Tue Mar 09 22:36:55 2004 +0000
+++ b/src/ChangeLog	Wed Mar 10 05:12:07 2004 +0000
@@ -1,5 +1,11 @@
 2004-03-09  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* version.h (OCTAVE_WWW_STATEMENT): New macro.
+	(OCTAVE_STARTUP_MESSAGE): Include it here.
+	(OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS): And here.
+
+	* octave.cc (verbose_usage): Use OCTAVE_WWW_STATEMENT here.
+
 	* DLD-FUNCTIONS/find.cc (find_nonzero_elem_idx): If there are no
 	nonzero elements, return [](0x1) or [](1x0), not [](0x0).
 	Correctly preserve orientation for row vectors.