Index: tests/doc.tcl =================================================================== diff -u -r8f2c993e02fe43f23c7e1653d05f6e298c23b2b2 -r89b5047e54e47a88a7de75d8523a07ffa5743407 --- tests/doc.tcl (.../doc.tcl) (revision 8f2c993e02fe43f23c7e1653d05f6e298c23b2b2) +++ tests/doc.tcl (.../doc.tcl) (revision 89b5047e54e47a88a7de75d8523a07ffa5743407) @@ -699,8 +699,10 @@ # TODO: renaming of self to current? # - # what do you mean by "renaming"? - # maybe we should not import "self" into next scripting. + # what do you mean by "renaming"? both commands were available + # since a while. Maybe we should not import "self" into next scripting. + # DONE (sel is not imported anymore, all occurnces in next tests are changed) + # Not sure, we should keep since, since it will be a problem in many scripts. # TODO: is [self callingclass] == [[self callingobject] info class]? # @@ -712,7 +714,8 @@ # alias)? Retrieving the name from a handle is the more specific # operation (less generic). ... same for "filterreg" # - # this is most likely "self next" and "self filterreg". + # this is most likely "self next" and "self filterreg", + # but as well for .e.g "info filter ... -order ..." # there are already changes to xotcl (see migration guide). # since the handle works now as well for "info method", # this could be effectively done, but it requires