Index: TODO =================================================================== diff -u -rafe1427fb16c3833bbbf45bb8496e059a6519d09 -r8ee718fe7e27c3df71bc659f3261710a4aaf5805 --- TODO (.../TODO) (revision afe1427fb16c3833bbbf45bb8496e059a6519d09) +++ TODO (.../TODO) (revision 8ee718fe7e27c3df71bc659f3261710a4aaf5805) @@ -1499,6 +1499,12 @@ - renamed cscPtr->callType to cscPtr->flags, since this is now more appropriate - some more minor cleanup +- changed "info method lookup -application" into + "info method lookup -source application" +- introduced "info method lookup -source application|baseclasses|all" +- updated migration guide +- extended regression test + TODO: - check my for NRE-enabling - major coro cleanup, when working Index: doc/next-migration.html =================================================================== diff -u -r89376e0f64856bb395fdb4407c9646787545a08b -r8ee718fe7e27c3df71bc659f3261710a4aaf5805 --- doc/next-migration.html (.../next-migration.html) (revision 89376e0f64856bb395fdb4407c9646787545a08b) +++ doc/next-migration.html (.../next-migration.html) (revision 8ee718fe7e27c3df71bc659f3261710a4aaf5805) @@ -968,7 +968,7 @@
# List only application specific methods
obj info lookup methods -application ... ?pattern?
+ obj info lookup methods -source application ... ?pattern?
# Returns list of method names
# Options for 'info lookup
methods'
#
- # -application
+ # -source ...
# -callprotection ...
# -incontext
# -methodtype ...
@@ -1449,6 +1449,6 @@
- Last modified: Mon Sep 13 16:07:33 CEST 2010
+ Last modified: Fri Sep 24 17:34:10 CEST 2010