summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-04-05 22:02:20 (GMT)
committerhobbs <hobbs>2001-04-05 22:02:20 (GMT)
commit65b0ae26bc6431cbb6fa5ef0ba4e2908b4f274aa (patch)
tree3b5d098ecb74c6a516061bdf5ac59741845c9ed7 /ChangeLog
parentf9636f87ff68ef2c6317919100ba895ab1eb6692 (diff)
downloadtk-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--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f06caf0..aacd2fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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) **