Index: TODO =================================================================== diff -u -rea3bbe8b1039c45baa2c027c005151e04e57d4b1 -r2f6bcca3537584c8ef1f9fc71b230e79d1560504 --- TODO (.../TODO) (revision ea3bbe8b1039c45baa2c027c005151e04e57d4b1) +++ TODO (.../TODO) (revision 2f6bcca3537584c8ef1f9fc71b230e79d1560504) @@ -4526,6 +4526,12 @@ nx.tcl: - removed "info is .." since it might raise more questions than it solves +- renamed initblock parameter from __initcmd to __initblock +- renamed nsf::configure parameter from "keepinitcmds" to "keepcmds" +- saving "keepcmds" in an associative array named "__cmd(/parameternName)" + to allow saving of multiple parmeters with less nameclash danger + (when application stays away from variables stating with double + underscore) ======================================================================== TODO: @@ -4595,9 +4601,6 @@ ... alternative name: "initializer", or "initialize" ... which translates into a "o method init {} {}" - * info configure parameters & friends report ?__initcmd?, in - other context this parameter is called initblock -> property, - variable. ==