summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-07-02 09:22:45 (GMT)
committermdejong <mdejong>2003-07-02 09:22:45 (GMT)
commit5b06984eeb5aa8c6e7a8b6f859b3c6964ee46237 (patch)
tree50c4be13227a9f13eb73bd23071f402349e30349 /ChangeLog
parentac15b84fb6a77e8d885938567fa73fcf0921d168 (diff)
downloadtk-5b06984eeb5aa8c6e7a8b6f859b3c6964ee46237.zip
tk-5b06984eeb5aa8c6e7a8b6f859b3c6964ee46237.tar.gz
tk-5b06984eeb5aa8c6e7a8b6f859b3c6964ee46237.tar.bz2
* unix/tkUnixEvent.c (TkpCloseDisplay): Don't
test for XCloseIM bug when the XFree86 version is newer than 4.0 since the layout of the XIM structure has changed. The check is not needed for newer XFree86 releases since the bug we are checking for was fixed in the 4.2.99.2 release. [Bug 755530]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b01da36..4d53d20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-07-02 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * unix/tkUnixEvent.c (TkpCloseDisplay): Don't
+ test for XCloseIM bug when the XFree86 version
+ is newer than 4.0 since the layout of the
+ XIM structure has changed. The check is not
+ needed for newer XFree86 releases since
+ the bug we are checking for was fixed in
+ the 4.2.99.2 release. [Bug 755530]
+
2003-06-26 Vince Darley <vincentdarley@users.sourceforge.net>
* library/menu.tcl: workaround problem on some Windows systems