diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2012-09-17 06:42:02 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2012-09-17 06:42:02 (GMT) |
commit | fd70297b820fcad022629bfd4d0ff5e1a550aaaa (patch) | |
tree | a6050b32995945729be416ce1de4188709a04820 /ChangeLog | |
parent | 4dbba767c34ef9df1449908d3b71e130ebf74dc5 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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> |