# HG changeset patch # User David Bateman # Date 1224149959 -3600 # Node ID 53202d60086f269711bf363827e0c0f0b59b170d # Parent 62d90e049d4fd3a6c44f9df3b7a0bc6c7281a6ed Minor update to the NEWS file diff -r 62d90e049d4f -r 53202d60086f ChangeLog --- a/ChangeLog Thu Oct 16 10:31:37 2008 +0100 +++ b/ChangeLog Thu Oct 16 10:39:19 2008 +0100 @@ -1,3 +1,7 @@ +2008-10-16 David Bateman + + * NEWS: Minor update. + 2008-10-15 David Bateman * examples/polynomial/display.m, examples/polynomial/double.m, diff -r 62d90e049d4f -r 53202d60086f NEWS --- a/NEWS Thu Oct 16 10:31:37 2008 +0100 +++ b/NEWS Thu Oct 16 10:39:19 2008 +0100 @@ -16,9 +16,8 @@ refreshdata(); endfor - works as expected. - - TO BE WRITTEN (Shai / Micheal inputs please) + works as expected. This capability has be used to introduce stem-series, + bar-series, etc objects for better Matlab compatibility. ** Experimental OpenGL/FLTK based backend to replace gnuplot @@ -34,8 +33,6 @@ where "h" is a valid figure handle. - TO BE WRITTEN (Shai / Micheal inputs please) - ** Eliminate the functions for direct access to gnuplot from Octave. The functions __gnuplot_plot__, __gnuplot_set__, __gnuplot_raw__, __gnuplot_show__, __gnuplot_replot__, __gnuplot_splot__, @@ -50,7 +47,12 @@ ** Object Oriented Programming - TO BE WRITTEN + Octave now includes OOP features and the user can create their + own class objects and overloaded functions and operators. For + example, all methods of a class called "myclass" will be found in + a directory "@myclass" on the users path. The class specific versions + of functions and operators take precedence over the generic versions + of these functions. See the Octave manual for more details. ** Block comments Commented code can be between matching "%{" and "%}" markers, even