diff options
author | dgp <dgp@users.sourceforge.net> | 2013-04-01 17:50:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-04-01 17:50:50 (GMT) |
commit | f9b627e0687822d6b46b2ba34626258a8145094b (patch) | |
tree | 4ac3819dc8b1575dc7d7d6a8f7cc6a299b8aa8b5 /ChangeLog | |
parent | c7f2e4b4449c07a0ac71b26e5da802d7fe5aaa89 (diff) | |
parent | d5b7206362a9e60c41e3de7e60ead1034c8d50f5 (diff) | |
download | tk-f9b627e0687822d6b46b2ba34626258a8145094b.zip tk-f9b627e0687822d6b46b2ba34626258a8145094b.tar.gz tk-f9b627e0687822d6b46b2ba34626258a8145094b.tar.bz2 |
3607830 Runtime checks that Xkb is available in the X server before trying to
use. Adapted from patch from Brian Griffin.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ * tests/window.test: Bring back test window-2.9. No longer hangs. + * generic/tkInt.h: [Bug 3607830] Runtime checks that Xkb is + * unix/tkUnixEvent.c: available in the X server before trying to + * unix/tkUnixKey.c: use. Adapted from patch from Brian Griffin. + 2013-03-27 Jan Nijtmans <nijtmans@users.sf.net> * library/button.tcl: [Bug 3608074]: Add <<Invoke>> bindings to |