diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-28 09:07:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-28 09:07:06 (GMT) |
commit | d633ff9ebc49787402b8ec2e2e47899b5d8107cc (patch) | |
tree | 82fe68491188bdc4eec6a10b3bde9574423a0a66 /ChangeLog | |
parent | 3555827afa0cdedcc64a6bcd1cbdf9c2876deac0 (diff) | |
parent | 606efd3fa0263aa5eeb8df60bc6639310b3c4238 (diff) | |
download | tk-d633ff9ebc49787402b8ec2e2e47899b5d8107cc.zip tk-d633ff9ebc49787402b8ec2e2e47899b5d8107cc.tar.gz tk-d633ff9ebc49787402b8ec2e2e47899b5d8107cc.tar.bz2 |
[Bug 3599312]: Apply fix for Alt key problems.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-02-28 Donal K. Fellows <dkf@users.sf.net> + + * unix/tkUnixKey.c (TkpGetKeySym): [Bug 3599312]: Put the + initialization of the key mapping before the input method handling + so that Alt key handling is correct on non-OSX Unix. Thanks to + Colin McDonald for developing the fix. + 2013-01-16 Jan Nijtmans <nijtmans@users.sf.net> * win/Makefile.in: Don't compile Tk with -DTCL_NO_DEPRECATED by default |