summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-07-31 14:47:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-07-31 14:47:12 (GMT)
commit1818e98f85c25d23abd204d5554734eaf435d308 (patch)
treefe7e6de8f91575ed92e5021800eae131f8b631ed /ChangeLog
parent8fd1b9f318b0fe88c25390e95ae22952ddd99d20 (diff)
downloadtk-1818e98f85c25d23abd204d5554734eaf435d308.zip
tk-1818e98f85c25d23abd204d5554734eaf435d308.tar.gz
tk-1818e98f85c25d23abd204d5554734eaf435d308.tar.bz2
[Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fix
deprecation warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c5f0e7..0a98897 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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