summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-12-12 23:16:18 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-12-12 23:16:18 (GMT)
commit16f317ea1543e3ccc59306c6ecb398b165d30bc6 (patch)
tree50c63fd8373301759324b3ce322802b9b780f057 /ChangeLog
parentbc7e98d373bca23af3b39ab27dcd19e516701091 (diff)
downloadtcl-16f317ea1543e3ccc59306c6ecb398b165d30bc6.zip
tcl-16f317ea1543e3ccc59306c6ecb398b165d30bc6.tar.gz
tcl-16f317ea1543e3ccc59306c6ecb398b165d30bc6.tar.bz2
* generic/tclObj.c (TclSetCmdNameObj): special handling for fully qualified
command names (as in fix [Patch 456668]).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84aaa0e..57a7eef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-12 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclObj.c (TclSetCmdNameObj): special handling for fully
+ qualified command names (as in fix [Patch 456668]).
+
2004-12-11 Miguel Sofer <msofer@users.sf.net>
* generic/tclInt.h: