diff options
author | hobbs <hobbs> | 2001-06-04 03:07:54 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-06-04 03:07:54 (GMT) |
commit | a51849a9d5ffe314e566b2e7641d3eb68b95d59e (patch) | |
tree | e92d8d254e94d90c1f9bcb107f299b5c3bb78066 /ChangeLog | |
parent | c0b13e9fda6b1250362eb96b32022c29d5896a55 (diff) | |
download | tk-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |