summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-07-31 20:21:57 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-07-31 20:21:57 (GMT)
commit896992cf6649443a6421ab8448b7e920931cba8c (patch)
tree405c65b70359950c736dac82339b474db8171707 /ChangeLog
parent35697b9883ec9c6d00bcea66d572bd3c2c2790b1 (diff)
downloadtk-896992cf6649443a6421ab8448b7e920931cba8c.zip
tk-896992cf6649443a6421ab8448b7e920931cba8c.tar.gz
tk-896992cf6649443a6421ab8448b7e920931cba8c.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 81cd1f7..f1d79a0 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