Index: TODO =================================================================== diff -u -r42921ea037c4334cb6ecc565978330f9d8e902ec -re2f11549ef70518cca8c9c49b1d78f4383b00a87 --- TODO (.../TODO) (revision 42921ea037c4334cb6ecc565978330f9d8e902ec) +++ TODO (.../TODO) (revision e2f11549ef70518cca8c9c49b1d78f4383b00a87) @@ -1517,6 +1517,9 @@ - renamed ::nsf::cmd::ObjectInfo into ::nsf::methods::object::info - renamed ::nsf::cmd::ClassInfo into ::nsf::methods::class::info +- renamed ::nsf::cmd::Object into ::nsf::methods::object +- renamed ::nsf::cmd::Class into ::nsf::methods::class + TODO: - extend coro regression test - remove traces of xowish. remove tclAppInt? Index: doc/next-migration.html =================================================================== diff -u -r8ee718fe7e27c3df71bc659f3261710a4aaf5805 -re2f11549ef70518cca8c9c49b1d78f4383b00a87 --- doc/next-migration.html (.../next-migration.html) (revision 8ee718fe7e27c3df71bc659f3261710a4aaf5805) +++ doc/next-migration.html (.../next-migration.html) (revision e2f11549ef70518cca8c9c49b1d78f4383b00a87) @@ -1438,17 +1438,14 @@
The exit hander interface changed from a method of
-::xotcl::Object
into three Tcl procs in the ::nsf
-namespace. Next provides now:
+::xotcl::Object
into the tcl command ::nsf::exithandler
:
- ::nsf::setExitHandler script - ::nsf::getExitHandler - ::nsf::unsetExitHandler + ::nsf::exithandler set|get|unset ?arg?