diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-10-25 20:47:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-10-25 20:47:00 (GMT) |
commit | aa3245a4b2c8f920670b73acc1e7c4c879f9025a (patch) | |
tree | c01887f3f3d5c59291130568d33a6ea36f7fb1bf /ChangeLog | |
parent | c06f0fc17c7c109a25877cdbd0d274620bae5aa9 (diff) | |
parent | 7386abe11a73dd013ce6fb5674493ec2ddbdc59b (diff) | |
download | tk-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |