changeset 9607:2ca6888e8218 octave-forge

miscellaneous: update NEWS file
author carandraug
date Thu, 08 Mar 2012 18:08:52 +0000
parents 33ed042002f9
children 454b4544c06e
files main/miscellaneous/NEWS
diffstat 1 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/main/miscellaneous/NEWS	Thu Mar 08 17:54:19 2012 +0000
+++ b/main/miscellaneous/NEWS	Thu Mar 08 18:08:52 2012 +0000
@@ -10,21 +10,25 @@
         2. fix your `waitbar' calls for the new API as per octave core. Note
            that `waitbar' is graphical tool only;
         3. use an old version of the miscellaneous package or modify the source
-           to keep shadowing the octave core `waitbar'
+           to keep shadowing the octave core `waitbar'.
 
  ** The following functions are new:
 
-      clip
-      text_waitbar
+      clip      normr     text_waitbar
+      normc     sample
 
- ** The function clip was imported from the audio package
+ ** The function clip was imported from the audio package.
+
+ ** The function `apply' has been deprecated. `cellfun' and `arrayfun' from
+    octave core should be used instead.
 
- ** The following functions have been deprecated (see their help text
-    for the recommended alternatives):
+ ** The function `partarray' has been removed. `mat2cell' from octave core
+    should be used instead.
 
-      apply
+ ** Multiple bug fixes and increased input check on many functions.
 
- ** Package is no longer automatically loaded
+ ** The function `csv2cell' now returns an empty cell in the case of empty file
 
- ** improvements to help text
+ ** Package is no longer automatically loaded.
 
+ ** improvements to help text.