comparison NEWS.1 @ 5041:b2ce28713791

[project @ 2004-10-01 18:12:10 by jwe]
author jwe
date Fri, 01 Oct 2004 18:12:11 +0000
parents d8d35d1f4a31
children 013cd94d8d7f
comparison
equal deleted inserted replaced
5040:b6ff3a0d3d17 5041:b2ce28713791
658 ----------------------------------- 658 -----------------------------------
659 659
660 * I have started working on a manual for the C++ classes. At this 660 * I have started working on a manual for the C++ classes. At this
661 point, it is little more than a list of function names. If you 661 point, it is little more than a list of function names. If you
662 would like to volunteer to help work on this, please contact 662 would like to volunteer to help work on this, please contact
663 bug-octave@bevo.che.wisc.edu. 663 maintainers@octave.org.
664 664
665 * The patterns accepted by the save and clear commands now work like 665 * The patterns accepted by the save and clear commands now work like
666 file name globbing patterns instead of regular expressions. I 666 file name globbing patterns instead of regular expressions. I
667 apologize for any inconvenience this change may cause, but file 667 apologize for any inconvenience this change may cause, but file
668 name globbing seems like a more reasonable style of pattern 668 name globbing seems like a more reasonable style of pattern
945 * Better run-time error messages. Many now include line and column 945 * Better run-time error messages. Many now include line and column
946 information indicating where the error occurred. Octave will also 946 information indicating where the error occurred. Octave will also
947 print a traceback for errors occurring inside functions. If you 947 print a traceback for errors occurring inside functions. If you
948 find error messages that could use improvement, or errors that 948 find error messages that could use improvement, or errors that
949 Octave fails to catch, please send a bug report to 949 Octave fails to catch, please send a bug report to
950 bug-octave@bevo.che.wisc.edu. 950 bug@octave.org.
951 951
952 * If gplot (or gsplot) is given a string to plot, and the string 952 * If gplot (or gsplot) is given a string to plot, and the string
953 does not name a file, Octave will pass the string along to gnuplot 953 does not name a file, Octave will pass the string along to gnuplot
954 directly. This allows commands like 954 directly. This allows commands like
955 955