summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-10-25 20:47:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-10-25 20:47:00 (GMT)
commitaa3245a4b2c8f920670b73acc1e7c4c879f9025a (patch)
treec01887f3f3d5c59291130568d33a6ea36f7fb1bf /ChangeLog
parentc06f0fc17c7c109a25877cdbd0d274620bae5aa9 (diff)
parent7386abe11a73dd013ce6fb5674493ec2ddbdc59b (diff)
downloadtk-aa3245a4b2c8f920670b73acc1e7c4c879f9025a.zip
tk-aa3245a4b2c8f920670b73acc1e7c4c879f9025a.tar.gz
tk-aa3245a4b2c8f920670b73acc1e7c4c879f9025a.tar.bz2
Fix for bug 3410609; confirmed to work on UK keyboard.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e11a372..d7fb2e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-10-27 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-10-13 Jan Nijtmans <nijtmans@users.sf.net>
* win/tkWinDialog.c: Internationalization of all Windows font