summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-03-29 11:05:49 (GMT)
committermdejong <mdejong>2001-03-29 11:05:49 (GMT)
commit6181e4e8acc4749738972dd987facd578e1d4ba0 (patch)
tree9d6abc2c93dfebf503b7eb3673381b74c064ed01 /ChangeLog
parent42bf452631a363ad20faefed4dc926035d2cdceb (diff)
downloadtk-6181e4e8acc4749738972dd987facd578e1d4ba0.zip
tk-6181e4e8acc4749738972dd987facd578e1d4ba0.tar.gz
tk-6181e4e8acc4749738972dd987facd578e1d4ba0.tar.bz2
* library/entry.tcl (tkEntryMouseSelect):
* library/text.tcl (tkTextSelectTo): When the mouse is dragged with the button down, move the insertion cursor to the current mouse position. * tests/event.test: Add a series of tests for event generation. Add tests for selection, check the position of the insertion cursor.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 171f57e..645f34f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2001-03-29 Mo DeJong <mdejong@redhat.com>
+
+ * library/entry.tcl (tkEntryMouseSelect):
+ * library/text.tcl (tkTextSelectTo): When
+ the mouse is dragged with the button down,
+ move the insertion cursor to the current
+ mouse position.
+ * tests/event.test: Add a series of tests
+ for event generation. Add tests for selection,
+ check the position of the insertion cursor.
+
2001-03-28 Jeff Hobbs <jeffh@gimlet.activestate.com>
* unix/configure: