# HG changeset patch # User Jaroslav Hajek # Date 1274781024 -7200 # Node ID ca836bcdf85ef103de064dce470135ab070de156 # Parent 9e4407c19e8d16706ad2579e9b45c72983a50865 don't mention onCleanup an missing diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2010-05-25 Jaroslav Hajek + + * miscellaneous/unimplemented.m: Don't mention onCleanup (supported). + 2010-05-25 Jaroslav Hajek * statistics/base/median.m: Ensure NaNs where needed. Simplify first diff --git a/scripts/miscellaneous/unimplemented.m b/scripts/miscellaneous/unimplemented.m --- a/scripts/miscellaneous/unimplemented.m +++ b/scripts/miscellaneous/unimplemented.m @@ -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",