diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2013-02-28 09:07:06 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2013-02-28 09:07:06 (GMT) |
commit | 02b3b557d1529ed590c9af983fc8cc55d3657fd5 (patch) | |
tree | 82fe68491188bdc4eec6a10b3bde9574423a0a66 /ChangeLog | |
parent | a18c502ee0a03952207fb686821ccd373910ca02 (diff) | |
parent | 558041592b244ea58d833d742894fc0f1347a1a5 (diff) | |
download | tk-02b3b557d1529ed590c9af983fc8cc55d3657fd5.zip tk-02b3b557d1529ed590c9af983fc8cc55d3657fd5.tar.gz tk-02b3b557d1529ed590c9af983fc8cc55d3657fd5.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 |