changeset 10656:ca836bcdf85e

don't mention onCleanup an missing
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 25 May 2010 11:50:24 +0200
parents 9e4407c19e8d
children c6833d31f34e
files scripts/ChangeLog scripts/miscellaneous/unimplemented.m
diffstat 2 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue May 25 10:03:58 2010 +0200
+++ b/scripts/ChangeLog	Tue May 25 11:50:24 2010 +0200
@@ -1,3 +1,7 @@
+2010-05-25  Jaroslav Hajek  <highegg@gmail.com>
+
+	* miscellaneous/unimplemented.m: Don't mention onCleanup (supported).
+
 2010-05-25  Jaroslav Hajek  <highegg@gmail.com>
 
 	* statistics/base/median.m: Ensure NaNs where needed. Simplify first
--- a/scripts/miscellaneous/unimplemented.m	Tue May 25 10:03:58 2010 +0200
+++ b/scripts/miscellaneous/unimplemented.m	Tue May 25 11:50:24 2010 +0200
@@ -26,10 +26,6 @@
 
   ## Some smarter cases, add more as needed.
   switch (fcn)
-  case "onCleanup"
-    txt = ["onCleanup is not implemented. Consider using unwind_protect, ",...
-    "which is more versatile. For more info, type @code{help unwind_protect}."];
-
   case "textscan"
     txt = ["textscan is not implemented. Consider using textread or sscanf."];
 
@@ -296,7 +292,6 @@
   "odeget", 
   "odeset", 
   "odextend", 
-  "onCleanup", 
   "open", 
   "openfig", 
   "opengl",