Index: TODO =================================================================== diff -u -r3a0d180d2de8a7d03adb2aa57eb865e83dae7d68 -r27e11788125901ff468955117d165f70d3871ce0 --- TODO (.../TODO) (revision 3a0d180d2de8a7d03adb2aa57eb865e83dae7d68) +++ TODO (.../TODO) (revision 27e11788125901ff468955117d165f70d3871ce0) @@ -1323,6 +1323,9 @@ aliases to objects - removed some obsolete functions +- changed "info available" into "info lookup" + (and accordingly c definitions) + TODO: - check equivalence of the following two commands Index: doc/next-migration.html =================================================================== diff -u -r99ee1ab0e5d0d04de1dc14cf190b27a0ce9edfcf -r27e11788125901ff468955117d165f70d3871ce0 --- doc/next-migration.html (.../next-migration.html) (revision 99ee1ab0e5d0d04de1dc14cf190b27a0ce9edfcf) +++ doc/next-migration.html (.../next-migration.html) (revision 27e11788125901ff468955117d165f70d3871ce0) @@ -956,14 +956,14 @@
obj info methods ?pattern?
obj info callable methods ... ?pattern?
+ obj info lookup methods ... ?pattern?
# Returns list of method names
# List only application specific methods
obj info callable methods -application ... ?pattern?
+ obj info lookup methods -application ... ?pattern?
# Returns list of method names
# Options for 'info callable
+ # Options for 'info lookup
methods'
#
# -application
@@ -986,6 +986,14 @@
+
+
+ n.a.
+ # List slot objects defined for obj
+ obj info lookup slots
+ # Returns list of slot objects
+
+
List object/class where some method is defined
@@ -994,12 +1002,12 @@
XOTcl Next Scripting Language
obj procsearch methodName
- obj info callable method methodName
+ obj info lookup method methodName
# Returns method-handle
obj filtersearch methodName
- obj info callable filter methodName
+ obj info lookup filter methodName
# Returns method-handle
@@ -1436,6 +1444,6 @@
- Last modified: Thu Sep 9 08:48:22 CEST 2010
+ Last modified: Fri Sep 10 10:36:34 CEST 2010