Index: TODO =================================================================== diff -u -r6925ece46b183c46c70b599a7e427caa3e759d70 -re92bab3b262d521ac909fd8956352473909197fb --- TODO (.../TODO) (revision 6925ece46b183c46c70b599a7e427caa3e759d70) +++ TODO (.../TODO) (revision e92bab3b262d521ac909fd8956352473909197fb) @@ -3242,8 +3242,8 @@ alias.test, destroy.test and test.xotcl run now clean, 2 test are still open with tcl 8.5.10 (contains.test and xotcomm.test) - documented functions in nsfTrace.c +- updated next-tutorial to the current naming conventions - TODO: - strange refcounting bug in 8.6b2 bug-is-86.tcl Index: doc/next-tutorial.html =================================================================== diff -u -r542e84bd66ce4c3cd28e4ba1fd41f2151d8cb043 -re92bab3b262d521ac909fd8956352473909197fb --- doc/next-tutorial.html (.../next-tutorial.html) (revision 542e84bd66ce4c3cd28e4ba1fd41f2151d8cb043) +++ doc/next-tutorial.html (.../next-tutorial.html) (revision e92bab3b262d521ac909fd8956352473909197fb) @@ -3,29 +3,26 @@ - + Tutorial for the Next Scripting Language @@ -2437,7 +2618,7 @@ } # Register an unknown handler as a method of ::nx::Class -::nsf::unknown::add nx {::nx::Class __unknown} +::nsf::object::unknown::add nx {::nx::Class __unknown} ::nx::Object create o { # The class M is unknown at this point @@ -2451,7 +2632,7 @@ # ***** __unknown called with <::M> # ::M } -

The Next Scripting Framework allows to add, query, delete abd list unknown handlers.

+

The Next Scripting Framework allows to add, query, delete and list unknown handlers.

Listing 31: Unknown Handler registration