# HG changeset patch # User jwe # Date 1020140763 0 # Node ID 5e8e63b22c76fc04674d2a90daa52a5957ac6bc7 # Parent 53acb394c728799fcd7b8f73c7928fb44b82e8d8 [project @ 2002-04-30 04:26:03 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2002-04-29 John W. Eaton + + * 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 * DLD-FUNCTIONS/daspk.cc: New file. diff --git a/src/help.cc b/src/help.cc --- a/src/help.cc +++ b/src/help.cc @@ -397,8 +397,8 @@ `help -i ' 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 diff --git a/src/octave.cc b/src/octave.cc --- a/src/octave.cc +++ b/src/octave.cc @@ -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); }