summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-06-04 03:07:54 (GMT)
committerhobbs <hobbs>2001-06-04 03:07:54 (GMT)
commita51849a9d5ffe314e566b2e7641d3eb68b95d59e (patch)
treee92d8d254e94d90c1f9bcb107f299b5c3bb78066 /ChangeLog
parentc0b13e9fda6b1250362eb96b32022c29d5896a55 (diff)
downloadtk-a51849a9d5ffe314e566b2e7641d3eb68b95d59e.zip
tk-a51849a9d5ffe314e566b2e7641d3eb68b95d59e.tar.gz
tk-a51849a9d5ffe314e566b2e7641d3eb68b95d59e.tar.bz2
* unix/tkUnixFont.c: Corrected support for iso10646 (X11 Unicode)
fonts on Unix. This adds a ucs-2be (UCS-2 Big Endian) encoding in Tk on Unix that is used for those fonts (X11 requires big-endianness). (welch) [Patch #406411; Bug #220890 #220899] This differs from the 8.3.3 patch by not adding ucs-2be in the preferred encodingList (seems works fine without). Added alias for jisx0201* fonts to jis0201 encoding. [Bug #414033]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd18ea3..68e312e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-06-03 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/tkUnixFont.c: Corrected support for iso10646 (X11 Unicode)
+ fonts on Unix. This adds a ucs-2be (UCS-2 Big Endian) encoding in
+ Tk on Unix that is used for those fonts (X11 requires
+ big-endianness). (welch) [Patch #406411; Bug #220890 #220899]
+ This differs from the 8.3.3 patch by not adding ucs-2be in the
+ preferred encodingList (seems works fine without).
+ Added alias for jisx0201* fonts to jis0201 encoding. [Bug #414033]
+
2001-05-30 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinKey.c (TkpSetKeycodeAndState): removed old debug info