changeset 11154:92a7c136ab35

Update NEWS with more deprecated functions from version 3.4
author Rik <octave@nomad.inbox5.com>
date Sun, 24 Oct 2010 12:41:21 -0700
parents 3ddf14b8196f
children f0e9befd6a1c
files ChangeLog NEWS
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Oct 24 08:33:10 2010 -0700
+++ b/ChangeLog	Sun Oct 24 12:41:21 2010 -0700
@@ -1,3 +1,7 @@
+2010-10-24  Rik  <octave@nomad.inbox5.com>
+
+	* NEWS: Update deprecated function list for version 3.4.
+
 2010-10-22  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.am (EXTRA_DIST): Include bootstrap and bootstrap.conf
--- a/NEWS	Sun Oct 24 08:33:10 2010 -0700
+++ b/NEWS	Sun Oct 24 12:41:21 2010 -0700
@@ -265,7 +265,7 @@
  ** Configuration pseudo-variables, such as page_screen_output or 
     confirm_recursive_rmdir (or the above mentioned svd_driver), now 
     accept a "local" option as second argument, requesting the change 
-    to be undone when current function returns:
+    to be undone when the current function returns:
         
     function [status, msg] = rm_rf (dir)
       confirm_recursive_rmdir (false, "local");
@@ -407,7 +407,8 @@
     be removed from Octave 3.8 (or whatever version is the second major
     release after 3.4):
 
-      cellidx  fstat  values
+      cellidx      fstat        values       gammai
+      betai        is_global
 
 Summary of important user-visible changes for version 3.2:
 ---------------------------------------------------------