summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-05-15 18:06:04 (GMT)
committerhobbs <hobbs>2003-05-15 18:06:04 (GMT)
commit75ba5b1bc06ee264e72e85b18eb60fa5df8d4182 (patch)
tree6cc0e491a3a3c7b38f02c6df83ddacc23e28441b /ChangeLog
parent0f704fa75854412c44346eca435b262c33b5b5ec (diff)
downloadtk-75ba5b1bc06ee264e72e85b18eb60fa5df8d4182.zip
tk-75ba5b1bc06ee264e72e85b18eb60fa5df8d4182.tar.gz
tk-75ba5b1bc06ee264e72e85b18eb60fa5df8d4182.tar.bz2
* unix/tkUnixFont.c: use gb2312-raw as the alias for gb2312*
charset fonts. gb2312.enc was made to be euc-cn for Tcl because that is what is most often meant, but X really wants the original (-raw) gb2312 encoding. [Bug 557030]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 937d03d..798bf4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-05-15 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/tkUnixFont.c: use gb2312-raw as the alias for gb2312*
+ charset fonts. gb2312.enc was made to be euc-cn for Tcl because
+ that is what is most often meant, but X really wants the original
+ (-raw) gb2312 encoding. [Bug 557030]
+
2003-05-14 Jeff Hobbs <jeffh@ActiveState.com>
* library/msgs/fr.msg: updated msg catalog. [Bug #737790] (zolli)