summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-08-06 23:02:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-08-06 23:02:05 (GMT)
commita4ccc9fa2080d17468190dde487e21cac593089f (patch)
treec231cbf774dfd17ec966e218bc339d10db66933f /ChangeLog
parentd2b201f4eff207fdee59c2c28ecb0d31cb28fb43 (diff)
downloadtcl-a4ccc9fa2080d17468190dde487e21cac593089f.zip
tcl-a4ccc9fa2080d17468190dde487e21cac593089f.tar.gz
tcl-a4ccc9fa2080d17468190dde487e21cac593089f.tar.bz2
* library/msgcat/msgcat.tcl: Added escape so that non-Windows
* library/msgcat/pkgIndex.tcl: platforms do not try to use the registry package. This can save a costly and pointless package search. Bumped to 1.3.1. Thanks to "imdave1". [Bug 781609].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b69fa37..c9a0160 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-08-06 Don Porter <dgp@users.sourceforge.net>
+
+ * library/msgcat/msgcat.tcl: Added escape so that non-Windows
+ * library/msgcat/pkgIndex.tcl: platforms do not try to use the
+ registry package. This can save a costly and pointless package
+ search. Bumped to 1.3.1. Thanks to "imdave1". [Bug 781609].
+
2003-08-05 Miguel Sofer <msofer@users.sf.net>
* generic/tclexecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT):