diff options
author | ericm <ericm> | 2000-04-15 02:50:26 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-15 02:50:26 (GMT) |
commit | 30ef153836366775a90fa9c38edc7d239a391fb7 (patch) | |
tree | b9d3dedd2e2ae4f5af2b0a15439b0683e716a2d2 /ChangeLog | |
parent | dcdda21be28f425fdea2a3b2de1b6f96ba80852e (diff) | |
download | tk-30ef153836366775a90fa9c38edc7d239a391fb7.zip tk-30ef153836366775a90fa9c38edc7d239a391fb7.tar.gz tk-30ef153836366775a90fa9c38edc7d239a391fb7.tar.bz2 |
* win/tkWinKey.c: Added check for ASCII delete character in
KeycodeToKeysym, to fix [Bug: 5090]. See comment in code for more
information.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2000-04-14 Eric Melski <ericm@scriptics.com> + + * win/tkWinKey.c: Added check for ASCII delete character in + KeycodeToKeysym, to fix [Bug: 5090]. See comment in code for more + information. + + * generic/ks_names.h: Added Scroll_Lock and Sys_Req definitions. + + * win/tkWinKey.c: Changed implementation of KeycodeToKeysym, + et. al., to use a keycode table for lookups; this will result in + faster keycode -> keysym translations for non-ASCII keys like + Control, Alt, etc. + 2000-04-14 Jeff Hobbs <hobbs@scriptics.com> * generic/tkCanvas.c (CanvasEventProc:2451): corrected cast |