diff options
author | hobbs <hobbs> | 2001-04-05 22:02:20 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-04-05 22:02:20 (GMT) |
commit | 65b0ae26bc6431cbb6fa5ef0ba4e2908b4f274aa (patch) | |
tree | 3b5d098ecb74c6a516061bdf5ac59741845c9ed7 /ChangeLog | |
parent | f9636f87ff68ef2c6317919100ba895ab1eb6692 (diff) | |
download | tk-65b0ae26bc6431cbb6fa5ef0ba4e2908b4f274aa.zip tk-65b0ae26bc6431cbb6fa5ef0ba4e2908b4f274aa.tar.gz tk-65b0ae26bc6431cbb6fa5ef0ba4e2908b4f274aa.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]
Added alias for jisx0201* fonts to jis0201 encoding. [Bug #414033]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2001-04-05 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] + Added alias for jisx0201* fonts to jis0201 encoding. [Bug #414033] + + * mac/tkMacProjects.sea.hqx: this was accidently swapped with the + tcl project files. + + * tests/listbox.test: labelled listbox-27.1 knownBug as it isn't + really fixed. + * generic/tkListbox.c: reverted listbox back to 8.3.2 version + because the fixes weren't 100% correct for the problem. + 2001-04-04 Jeff Hobbs <jeffh@ActiveState.com> ** Start changes for improved mac build (steffen) ** |