diff options
author | dkf <dkf@noemail.net> | 2013-02-28 09:07:06 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2013-02-28 09:07:06 (GMT) |
commit | 4705961a0a873fd780be5207ebe1186037d99825 (patch) | |
tree | 82fe68491188bdc4eec6a10b3bde9574423a0a66 /ChangeLog | |
parent | 193239ac3f0544bd1531c7bd33df025b727efc80 (diff) | |
parent | e676cf8ecfb97617e537da46fb02bc0b986eb838 (diff) | |
download | tk-4705961a0a873fd780be5207ebe1186037d99825.zip tk-4705961a0a873fd780be5207ebe1186037d99825.tar.gz tk-4705961a0a873fd780be5207ebe1186037d99825.tar.bz2 |
[Bug 3599312]: Apply fix for Alt key problems.
FossilOrigin-Name: 92b9ecc3f8ac2ffa2954926f056c38ec55cd1920
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 |