summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-03-31 02:03:02 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-03-31 02:03:02 (GMT)
commit985e93267d620969309ef180105e3b25418b371a (patch)
tree6b4ade8d89397286cf03e6e20ec9cd00f196c5cc /ChangeLog
parent982e8b7e164ff00826c6acf9026c553b7c6fd4e4 (diff)
downloadtcl-985e93267d620969309ef180105e3b25418b371a.zip
tcl-985e93267d620969309ef180105e3b25418b371a.tar.gz
tcl-985e93267d620969309ef180105e3b25418b371a.tar.bz2
* library/msgcat/msgcat.tcl: Updated internals to make use of
* library/msgcat/pkgIndex.tcl: [dict]s to store message catalog data and to use [source -encoding utf-8] to access catalog files. Thanks to Michael Sclenker. Also corrects bug to allow translation to an empty string. Bump to msgcat 1.4.1. [Patch 875055]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d89d30f..8a12b2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-29 Don Porter <dgp@users.sourceforge.net>
+
+ * library/msgcat/msgcat.tcl: Updated internals to make use of
+ * library/msgcat/pkgIndex.tcl: [dict]s to store message catalog
+ data and to use [source -encoding utf-8] to access catalog files.
+ Thanks to Michael Sclenker. Also corrects bug to allow
+ translation to an empty string. Bump to msgcat 1.4.1. [Patch 875055]
+
2004-03-30 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclHash.c (HashStringKey): Cleaned up. This function is