summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-10-30 09:15:45 (GMT)
committerhobbs <hobbs>1999-10-30 09:15:45 (GMT)
commitc40e64cffc6d43f82b8a410d192034f17863826a (patch)
tree9448917bc52e09f363be6dc4306f5adb4acc8d95 /ChangeLog
parenta7bfa1882afc50c239235c712ef9ab4b18698113 (diff)
downloadtk-c40e64cffc6d43f82b8a410d192034f17863826a.zip
tk-c40e64cffc6d43f82b8a410d192034f17863826a.tar.gz
tk-c40e64cffc6d43f82b8a410d192034f17863826a.tar.bz2
see log
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b06ef7..a5225df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: