summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2003-06-10 20:35:43 (GMT)
committerandreas_kupries <akupries@shaw.ca>2003-06-10 20:35:43 (GMT)
commit474a30aa667f24a8686adf6e4054789d5f199484 (patch)
tree0fde6ce55627d197ae3f92a2302156dbcdd6fa0e /ChangeLog
parent92c15d605271fd6ecd23d9d0ad33c6d6f5edd3b9 (diff)
downloadtcl-474a30aa667f24a8686adf6e4054789d5f199484.zip
tcl-474a30aa667f24a8686adf6e4054789d5f199484.tar.gz
tcl-474a30aa667f24a8686adf6e4054789d5f199484.tar.bz2
* generic/tclConfig.c (ASSOC_KEY): Changed the key to
"tclPackageAboutDict" (tcl prefix) to make collisions with the keys of other packages more unlikely.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff684fe..892b422 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-10 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclConfig.c (ASSOC_KEY): Changed the key to
+ "tclPackageAboutDict" (tcl prefix) to make collisions with the
+ keys of other packages more unlikely.
+
2003-06-10 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c: