Index: doc/next-migration.html =================================================================== diff -u -rb343f7d7927f4adb06ecdbb32aa4e14100d16a89 -r9f32dd2c379759ca82cf9b49dcc9c62af01f5cc8 --- doc/next-migration.html (.../next-migration.html) (revision b343f7d7927f4adb06ecdbb32aa4e14100d16a89) +++ doc/next-migration.html (.../next-migration.html) (revision 9f32dd2c379759ca82cf9b49dcc9c62af01f5cc8) @@ -6856,7 +6856,15 @@ ::nsf::relation f1 class ::nx::Object
NSF is now more conservative on object/method creation. In contrary to +XOTcl 1 NSF does not allow to redefined a pre-existing command +(e.g. "set") with an object and vice versa. Like in XOTcl 1, +preexisting objects and classes con be redefined (necessary for +reloading objects/classes in an running interpreter).
info heritage returns in XOTcl 1 the transitive superclass hierarchy, which is equivalent with info superclass -closure and therefore not necessary. In XOTcl 2 (and NX), info heritage includes @@ -6907,7 +6915,7 @@