changeset 3917:5e8e63b22c76

[project @ 2002-04-30 04:26:03 by jwe]
author jwe
date Tue, 30 Apr 2002 04:26:03 +0000
parents 53acb394c728
children fe7cbb23cb83
files src/ChangeLog src/help.cc src/octave.cc
diffstat 3 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Apr 30 03:18:59 2002 +0000
+++ b/src/ChangeLog	Tue Apr 30 04:26:03 2002 +0000
@@ -1,3 +1,9 @@
+2002-04-29  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* help.cc (additional_help_message): Use www.octave.org, not
+	www.che.wisc.edu/octave/octave.html.
+	* octave.cc (verbose_usage): Likewise.
+
 2002-04-27  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* DLD-FUNCTIONS/daspk.cc: New file.
--- a/src/help.cc	Tue Apr 30 03:18:59 2002 +0000
+++ b/src/help.cc	Tue Apr 30 04:26:03 2002 +0000
@@ -397,8 +397,8 @@
 `help -i <topic>' to search the manual index.\n\
 \n\
 Help and information about Octave is also available on the WWW\n\
-at http://www.che.wisc.edu/octave/octave.html and via the\n\
-help-octave@bevo.che.wisc.edu mailing list.\n";
+at http://www.octave.org and via the help-octave@bevo.che.wisc.edu\n\
+mailing list.\n"; 
 }
 
 // XXX FIXME XXX -- this needs a major overhaul to cope with new
--- a/src/octave.cc	Tue Apr 30 03:18:59 2002 +0000
+++ b/src/octave.cc	Tue Apr 30 04:26:03 2002 +0000
@@ -296,9 +296,9 @@
   FILE                    Execute commands from FILE.\n\
 \n\
 Additional information about Octave is available via the WWW at\n\
-http://www.che.wisc.edu/octave/octave.html.\n\
+http://www.octave.org.\n\
 \n\
-Please report bugs to the mailing list `bug-octave@bevo.che.wisc.edu'.\n";
+Please report bugs to the bug-octave@bevo.che.wisc.edu mailing list.\n";
 
   exit (0);
 }