changeset 9591:ffbdf59b8bbd octave-forge

miscellaneous: update NEWS file
author carandraug
date Thu, 08 Mar 2012 12:56:00 +0000
parents 10592d0447cb
children 2b8f12be8937
files main/miscellaneous/NEWS
diffstat 1 files changed, 26 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/main/miscellaneous/NEWS	Thu Mar 08 12:52:11 2012 +0000
+++ b/main/miscellaneous/NEWS	Thu Mar 08 12:56:00 2012 +0000
@@ -1,8 +1,28 @@
-Summary of important user-visible changes for releases of the miscellaneous package
+Summary of important user-visible changes for miscellaneous 1.1.0:
+-------------------------------------------------------------------
+
+ ** IMPORTANT NOTE:
+    * the function `waitbar' has been renamed `text_waitbar'. Octave core has
+      implemented a Matlab compatible `waitbar' which is imcompatible with the
+      old miscellaneous `waitbar'. If you use the `waitbar' function from the
+      miscellaneous package you have 3 options:
+        1. replace all `waitbar' calls by `text_waitbar';
+        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'
 
-===============================================================================
-miscellaneous-X.Y.Z   Release Date: 2011-YY-XX   Release Manager:
-===============================================================================
+ ** The following functions are new:
+
+      clip
+      text_waitbar
+
+ ** The function clip was imported from the audio package
 
-* This NEWS file was created.
-* Function clip imported from audio.
+ ** The following functions have been deprecated (see their help text
+    for the recommended alternatives):
+
+      apply
+
+ ** improvements to help text
+