diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-28 09:10:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-28 09:10:39 (GMT) |
commit | 5db61361cdfb730e4be1ee7ff05b0bf82b50fc21 (patch) | |
tree | c786446314f395efd2d48d54d8b78d9af080715e /ChangeLog | |
parent | e918ab34fe11a725c7fa574d014c14643d2c7f01 (diff) | |
parent | fff751ff58a3b13e772675869faf5149412f9e0b (diff) | |
download | tk-5db61361cdfb730e4be1ee7ff05b0bf82b50fc21.zip tk-5db61361cdfb730e4be1ee7ff05b0bf82b50fc21.tar.gz tk-5db61361cdfb730e4be1ee7ff05b0bf82b50fc21.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 |