diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2013-02-28 09:10:39 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2013-02-28 09:10:39 (GMT) |
commit | 37e9bce6528ee27185b5bf37fb3d3e2bba5e3dc4 (patch) | |
tree | c786446314f395efd2d48d54d8b78d9af080715e /ChangeLog | |
parent | fd0b8eb3567151f709f700974d7227f6c1c50cf5 (diff) | |
parent | 02b3b557d1529ed590c9af983fc8cc55d3657fd5 (diff) | |
download | tk-37e9bce6528ee27185b5bf37fb3d3e2bba5e3dc4.zip tk-37e9bce6528ee27185b5bf37fb3d3e2bba5e3dc4.tar.gz tk-37e9bce6528ee27185b5bf37fb3d3e2bba5e3dc4.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-02-18 Jan Nijtmans <nijtmans@users.sf.net> * unix/tkUnixEvent.c: Call XInitThreads once before the |