summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2012-09-19 20:40:14 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2012-09-19 20:40:14 (GMT)
commite3f16b8dc7d1d604b5ef0d1e205cd70e406026b6 (patch)
tree159d3a95b53fe7dfc42b0978042a51b1af539ecf /ChangeLog
parent33e312c3474995406bb79967c7f66ced2adca105 (diff)
downloadtcl-e3f16b8dc7d1d604b5ef0d1e205cd70e406026b6.zip
tcl-e3f16b8dc7d1d604b5ef0d1e205cd70e406026b6.tar.gz
tcl-e3f16b8dc7d1d604b5ef0d1e205cd70e406026b6.tar.bz2
(proposal) msgcat with dynamic mc file load on locale change
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 2 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ba37af..9920962 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,7 @@
2012-09-19 Harald Oehlmann <oehhar@users.sf.net>
- IMPLEMENTATION OF TIP#399.
-
- * library/msgcat/msgcat.tcl: [FRQ 3544988]: New commands [mcconfig]
- * library/msgcat/pkgIndex.tcl: to set additional mcload search pattern.
- * unix/Makefile.in: Bump to 1.6.0.
- * win/Makefile.in:
+ * library/msgcat/msgcat.tcl: dynamic locale change with mc file
+ load on locale change.
2012-09-19 Jan Nijtmans <nijtmans@users.sf.net>