# HG changeset patch # User Rik # Date 1295796415 28800 # Node ID accccf8325288b63ce666a9c69926ef8789f6371 # Parent f0e61a6a0fb4476cd842a0bc313b893f2e77b56d Refer users to bug tracker, rather than octave-dev mailing list. diff -r f0e61a6a0fb4 -r accccf832528 scripts/ChangeLog --- a/scripts/ChangeLog Sat Jan 22 22:11:37 2011 -0800 +++ b/scripts/ChangeLog Sun Jan 23 07:26:55 2011 -0800 @@ -1,3 +1,8 @@ +2011-01-22 Rik + + * miscellaneous/info.m: Use reference to bug tracker rather than + octave-dev mailing list. + 2011-01-22 Ben Abbott * plot/meshc.m: Add note: gnuplot does not support filled 3D patches, diff -r f0e61a6a0fb4 -r accccf832528 scripts/miscellaneous/info.m --- a/scripts/miscellaneous/info.m Sat Jan 22 22:11:37 2011 -0800 +++ b/scripts/miscellaneous/info.m Sun Jan 23 07:26:55 2011 -0800 @@ -37,8 +37,9 @@ the Octave Forge project, which may be found at\n\ http://octave.sourceforge.net\n\ \n\ - Report bugs to (but first, please read\n\ - http://www.octave.org/bugs.html to learn how to write a helpful report)\n\ -\n"); + Report bugs to the bug tracker at\n\ + http://bugs.octave.org\n\ + But first, please read the guidelines to writing a helpful report at\n\ + http://www.octave.org/bugs.html\n"); endfunction