diff options
author | hobbs <hobbs> | 1999-10-30 09:15:45 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-30 09:15:45 (GMT) |
commit | c40e64cffc6d43f82b8a410d192034f17863826a (patch) | |
tree | 9448917bc52e09f363be6dc4306f5adb4acc8d95 /ChangeLog | |
parent | a7bfa1882afc50c239235c712ef9ab4b18698113 (diff) | |
download | tk-c40e64cffc6d43f82b8a410d192034f17863826a.zip tk-c40e64cffc6d43f82b8a410d192034f17863826a.tar.gz tk-c40e64cffc6d43f82b8a410d192034f17863826a.tar.bz2 |
see log
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +1999-10-30 Jeff Hobbs <hobbs@scriptics.com> + + * win/tkWinKey.c: fixed XKeysymToKeycode to handle mapping of + symbolic keysyms (Left, Home, ...) with event generate + + * library/entry.tcl: change tkEntrySeeInsert to avoid the use + of a while loop that could eat CPU tremendously. Behavior of + moving the cursor at the right edge changes slightly (previously + it tried to keep the cursor at the right edge, now it moves the + cursor to a "central right" location - better IMHO). + 1999-10-28 Jeff Hobbs <hobbs@scriptics.com> * doc/CrtImgType.3: |