diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-07-31 20:24:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-07-31 20:24:39 (GMT) |
commit | d4d09285a32e8effbeb1abd545fc3be92d6605cb (patch) | |
tree | 865d1144fdcc230f824f31d8db4b272347b5a2c0 /ChangeLog | |
parent | 8d15f2ce2e00214fd8c256370f822753901b7fc9 (diff) | |
parent | 896992cf6649443a6421ab8448b7e920931cba8c (diff) | |
download | tk-d4d09285a32e8effbeb1abd545fc3be92d6605cb.zip tk-d4d09285a32e8effbeb1abd545fc3be92d6605cb.tar.gz tk-d4d09285a32e8effbeb1abd545fc3be92d6605cb.tar.bz2 |
[Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fix
deprecation warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-07-31 Donal K. Fellows <dkf@users.sf.net> + + * unix/tkUnixKey.c (TkpSetKeycodeAndState, TkpInitKeymapInfo) + (TkpGetKeySym): [Bug 3551802]: Convert from XKeycodeToKeysym to + XkbKeycodeToKeysym to fix deprecation warning. + 2012-07-31 Jan Nijtmans <nijtmans@users.sf.net> * win/nmakehlp.c: Backport from Tcl 8.6, but add -Q option from |