diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-06 19:23:10 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-06 19:23:10 (GMT) |
commit | 878b3777fceb1c6a339bd3bec9f0f5fd02a7d2d7 (patch) | |
tree | bd66df707f2fa113efa14329258cf88ea7a6d3f4 /ChangeLog | |
parent | c290f50d94d557eda1ec276f0fd53e0879d281e8 (diff) | |
download | tcl-878b3777fceb1c6a339bd3bec9f0f5fd02a7d2d7.zip tcl-878b3777fceb1c6a339bd3bec9f0f5fd02a7d2d7.tar.gz tcl-878b3777fceb1c6a339bd3bec9f0f5fd02a7d2d7.tar.bz2 |
* library/init.tcl (::unknown): removed the [namespace inscope]
hack that was maintained for Itcl
*** POTENTIAL INCOMPATIBILITY *** for Itcl
Itcl users will need a new release with Itcl's [Patch 2040295], or
else load the tiny script in that patch by themselves (rewrite
::unknown). Note that it is a script-only patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-08-06 Miguel Sofer <msofer@users.sf.net> + + * library/init.tcl (::unknown): removed the [namespace inscope] + hack that was maintained for Itcl + + *** POTENTIAL INCOMPATIBILITY *** for Itcl + Itcl users will need a new release with Itcl's [Patch 2040295], or + else load the tiny script in that patch by themselves (rewrite + ::unknown). Note that it is a script-only patch. + 2008-08-05 Joe English <jenglish@users.sourceforge.net> * unix/tclUnixChan.c: Streamline async connect logic [Patch 1994512] |