Index: doc/next-migration.txt =================================================================== diff -u -r49ec35d640333d44ac0d495e724cf626d9b4ae78 -r3cbf24ff95e38976cdc905ec0e8014d9d754ad6f --- doc/next-migration.txt (.../next-migration.txt) (revision 49ec35d640333d44ac0d495e724cf626d9b4ae78) +++ doc/next-migration.txt (.../next-migration.txt) (revision 3cbf24ff95e38976cdc905ec0e8014d9d754ad6f) @@ -2825,7 +2825,7 @@ ==== Changing classes and superclasses NX does not define the methods +class+ and +superclass+ (like XOTcl), but allows to -alter all object/class relations (including class/superclass/object-mixin/...) +nsf::relation+. The class and superclass +alter all object/class relations (including class/superclass/object-mixin/...) +nsf::relation::set+. The class and superclass can be certainly queried in all variants with +info class+ or +info superclass+. [source,tcl] ---------------- @@ -2835,7 +2835,7 @@ Foo create f1 # now alter the class of object f1 -nsf::relation f1 class ::nx::Object +nsf::relation::set f1 class ::nx::Object ---------------- ==== Overwriting procs/methods with objects and vice versa