summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-05-15 18:05:04 (GMT)
committerhobbs <hobbs>2003-05-15 18:05:04 (GMT)
commit4e6d219ac7413ff6b0b0d277f6d9596e175a0159 (patch)
tree91d5d8667c30771123ba2d6c111369d9d2d79cdb /ChangeLog
parent383c57e303ed5a310a6bbc948e41adaf41a89b55 (diff)
downloadtk-4e6d219ac7413ff6b0b0d277f6d9596e175a0159.zip
tk-4e6d219ac7413ff6b0b0d277f6d9596e175a0159.tar.gz
tk-4e6d219ac7413ff6b0b0d277f6d9596e175a0159.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 027ec97..f41544d 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)