# HG changeset patch # User Ben Abbott # Date 1292547433 18000 # Node ID 572a318eb715ae50b7b34b8302cb905f8a91bc39 # Parent d67d44f47949289469c3a9ec7e4c9d3edbf546df unimplemented.m: Remove isprop() form list of unimplemented functions. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,7 @@ 2010-12-16 Ben Abbott + * miscellaneous/unimplemented.m: Remove isprop() form list of + unimplemented functions. * plot/isprop.m: New function. 2010-12-16 Olaf Till diff --git a/scripts/miscellaneous/unimplemented.m b/scripts/miscellaneous/unimplemented.m --- a/scripts/miscellaneous/unimplemented.m +++ b/scripts/miscellaneous/unimplemented.m @@ -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",