summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-09-12 19:11:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-09-12 19:11:29 (GMT)
commita7d4de2c279b775e84ac115f7b1450a31d5cd213 (patch)
treec62b541077140fbb19fbc0360a411a76fd45a49a /ChangeLog
parentab2bbb09ec0ebc85b8b7dec1920d3bae78e09c23 (diff)
downloadtcl-a7d4de2c279b775e84ac115f7b1450a31d5cd213.zip
tcl-a7d4de2c279b775e84ac115f7b1450a31d5cd213.tar.gz
tcl-a7d4de2c279b775e84ac115f7b1450a31d5cd213.tar.bz2
finish the TIP 404 implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 036cd21..d2017d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,10 @@
IMPLEMENTATION OF TIP#404.
- * library/msgcat.tcl: [FRQ 3544988]: add commands
- [mcflset] and [mcflmset] to set mc entries with implicit message file
- locale. Package version is now 1.5.0.
+ * library/msgcat/msgcat.tcl: [FRQ 3544988]: New commands [mcflset]
+ * library/msgcat/pkgIndex.tcl: and [mcflmset] to set mc entries with
+ * unix/Makefile.in: implicit message file locale.
+ * win/Makefile.in: Bump to 1.5.0.
2012-08-25 Donal K. Fellows <dkf@users.sf.net>