summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrh <drh@sqlite.org>2003-01-23 23:30:11 (GMT)
committerdrh <drh@sqlite.org>2003-01-23 23:30:11 (GMT)
commit4d6f4ace4449f166c0bbdbbd10b5dc9efce36eeb (patch)
treedd6bd5b08988c9e068ede5b1ea4161854f8bf940 /ChangeLog
parent52da74a40ec7d58b961beb5f30fa40976bd71587 (diff)
downloadtk-4d6f4ace4449f166c0bbdbbd10b5dc9efce36eeb.zip
tk-4d6f4ace4449f166c0bbdbbd10b5dc9efce36eeb.tar.gz
tk-4d6f4ace4449f166c0bbdbbd10b5dc9efce36eeb.tar.bz2
Fix the entry widget's KeyPress binding so that text is entered from
left to right, not right to left, even if the mouse button is being held down. [Bug #673687].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 164dd9d..1a04621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-01-23 D. Richard Hipp <drh@hwaci.com>
+
+ * library/entry.tcl: Fix the KeyPress binding on the entry widget
+ so that it enters text from left to right (not right to left) even
+ if the mouse button is being held down. [Bug #673687]
+
2003-01-22 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tkFrame.c (TkToplevelWindowForCommand): Added way of