changeset 11375:572a318eb715

unimplemented.m: Remove isprop() form list of unimplemented functions.
author Ben Abbott <bpabbott@mac.com>
date Thu, 16 Dec 2010 19:57:13 -0500
parents d67d44f47949
children 567ca09a97aa
files scripts/ChangeLog scripts/miscellaneous/unimplemented.m
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Dec 16 19:43:45 2010 -0500
+++ b/scripts/ChangeLog	Thu Dec 16 19:57:13 2010 -0500
@@ -1,5 +1,7 @@
 2010-12-16  Ben Abbott <bpabbott@mac.com>
 
+	* miscellaneous/unimplemented.m: Remove isprop() form list of
+	unimplemented functions.
 	* plot/isprop.m: New function.
 
 2010-12-16  Olaf Till <olaf.till@uni-jena.de>
--- a/scripts/miscellaneous/unimplemented.m	Thu Dec 16 19:43:45 2010 -0500
+++ b/scripts/miscellaneous/unimplemented.m	Thu Dec 16 19:57:13 2010 -0500
@@ -29,7 +29,7 @@
   ## Some smarter cases, add more as needed.
   switch (fcn)
 
-    case "quad2d"
+  case "quad2d"
     txt = ["quad2d is not implemented.  Consider using dblquad."];
 
   case "gsvd"
@@ -237,7 +237,6 @@
   "isjava", 
   "isocaps", 
   "ispref", 
-  "isprop", 
   "isstudent", 
   "javaArray", 
   "javaMethod",