summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2012-09-17 06:42:02 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2012-09-17 06:42:02 (GMT)
commitfd70297b820fcad022629bfd4d0ff5e1a550aaaa (patch)
treea6050b32995945729be416ce1de4188709a04820 /ChangeLog
parent4dbba767c34ef9df1449908d3b71e130ebf74dc5 (diff)
downloadtcl-fd70297b820fcad022629bfd4d0ff5e1a550aaaa.zip
tcl-fd70297b820fcad022629bfd4d0ff5e1a550aaaa.tar.gz
tcl-fd70297b820fcad022629bfd4d0ff5e1a550aaaa.tar.bz2
Correct build version and backported 973091ef75tip404_tcl8_5
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d2d296..9f63bc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,11 @@
IMPLEMENTATION OF TIP#404.
- * library/msgcat.tcl: [FRQ 3544988] (Backport from tcl8.6): 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]: (Backport from Tcl 8.6)
+ * library/msgcat/pkgIndex.tcl: New commands [mcflset] and [mcflmset]
+ * unix/Makefile.in: to set mc entries with implicit message
+ * win/Makefile.in: file locale. Bump to 1.5.0.
+ * tests/msgcat.test:
2012-09-07 Alexandre Ferrieux <ferrieux@users.sourceforge.net>