diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-31 01:55:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-31 01:55:20 (GMT) |
commit | 32dcd4b9f5a45163c2a1e017cf0f8146da00fe29 (patch) | |
tree | 6b7bae4431e438c148f028c50052f2bfb2e535c6 /ChangeLog | |
parent | ceb1693cedda3719c95bb4e0856eabe97994dcfa (diff) | |
download | tcl-32dcd4b9f5a45163c2a1e017cf0f8146da00fe29.zip tcl-32dcd4b9f5a45163c2a1e017cf0f8146da00fe29.tar.gz tcl-32dcd4b9f5a45163c2a1e017cf0f8146da00fe29.tar.bz2 |
* library/msgcat/msgcat.tcl ([mcset]): Corrected [mcset] to be able
* library/msgcat/pkgIndex.tcl: to successfully set a translation to
the empty string. [mcset $loc $src {}] was incorrectly set the
$loc translation of $src back to $src. Bump to msgcat 1.3.2.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-03-31 Don Porter <dgp@users.sourceforge.net> + + * library/msgcat/msgcat.tcl ([mcset]): Corrected [mcset] to be able + * library/msgcat/pkgIndex.tcl: to successfully set a translation to + the empty string. [mcset $loc $src {}] was incorrectly set the + $loc translation of $src back to $src. Bump to msgcat 1.3.2. + 2004-03-31 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclObj.c (HashObjKey): Make sure this hashes the whole |