summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2013-02-14 13:24:40 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2013-02-14 13:24:40 (GMT)
commit1653ac6e54fe661479537d93d2b8a7298e76b177 (patch)
tree631dcdcb4c1df141e76c9d0c85c56ec9a191d177 /ChangeLog
parentbccae36a357814eb079892bd1b48273df4e829b1 (diff)
downloadtcl-1653ac6e54fe661479537d93d2b8a7298e76b177.zip
tcl-1653ac6e54fe661479537d93d2b8a7298e76b177.tar.gz
tcl-1653ac6e54fe661479537d93d2b8a7298e76b177.tar.bz2
ChangeLog corrected: msgcat issue must not be XP specific
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4135ee0..97fcc85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
2013-02-14 Harald Oehlmann <oehhar@users.sf.net>
- * library/msgcat/msgcat.tcl: [Bug 3604576]: msgcat-1.5.0.tm error
- on windows XP
+ * library/msgcat/msgcat.tcl: [Bug 3604576]: Catch missing registry entry
+ "HCU\Control Panel\International".
+ Bumped msgcat version to 1.5.1
2013-02-11 Donal K. Fellows <dkf@users.sf.net>