summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-08-06 19:23:10 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-08-06 19:23:10 (GMT)
commit878b3777fceb1c6a339bd3bec9f0f5fd02a7d2d7 (patch)
treebd66df707f2fa113efa14329258cf88ea7a6d3f4 /ChangeLog
parentc290f50d94d557eda1ec276f0fd53e0879d281e8 (diff)
downloadtcl-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9271629..4b4b05e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]