summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2011-10-01 19:14:15 (GMT)
committerKevin B Kenny <kennykb@acm.org>2011-10-01 19:14:15 (GMT)
commitb7d0d319e0ea7c6b85ca3d5d7b9f22a6a129d82f (patch)
treeda837ed3eaf5a45941ed02740d2d1f71f990e73f /ChangeLog
parentc5559b85ac1478f163c844afcb1842e5ef906278 (diff)
downloadtk-b7d0d319e0ea7c6b85ca3d5d7b9f22a6a129d82f.zip
tk-b7d0d319e0ea7c6b85ca3d5d7b9f22a6a129d82f.tar.gz
tk-b7d0d319e0ea7c6b85ca3d5d7b9f22a6a129d82f.tar.bz2
Tentative fix for bug 3410609 - use the keysym returned by XLookupString in preference to the raw one in the XEvent.bug_3410609
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74e77c0..6a42f43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-10-01 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tkInt.h: [Bug 3410609] Change the event mechanism
+ * unix/tkUnixEvent.c: for <KeyPress> events to use the keysym
+ * unix/tkUnixKey.c: returned by XLookupString in preference to
+ the one that appears in the raw X event at any level. This change
+ allows binding to ISO_Level3_Shift-ed characters, composed characters,
+ and similar beasts. KeyRelease events still work as they did before,
+ as does Tk with input methods disabled.
+
2011-09-01 Donal K. Fellows <dkf@users.sf.net>
* doc/photo.n: Correctly documented what the [$ph data] command