summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdejong <mdejong>2002-02-15 22:07:53 (GMT)
committermdejong <mdejong>2002-02-15 22:07:53 (GMT)
commit494d2131a908b9abbd21bd8539f704cfbf15e7c0 (patch)
treef0123eb3ded0f4f3e4c07135cb3606e1e94e582a
parentcd2ceee41ce926f0386b09191cea5c25f9ba891c (diff)
downloadtk-494d2131a908b9abbd21bd8539f704cfbf15e7c0.zip
tk-494d2131a908b9abbd21bd8539f704cfbf15e7c0.tar.gz
tk-494d2131a908b9abbd21bd8539f704cfbf15e7c0.tar.bz2
* library/entry.tcl:
* library/text.tcl: Adjust <Double-1> and <Triple-1> bindings so that no anchor point is set and the insertion cursor is set to the last character in the selection. [Bug 220943] * tests/event.test: Add test cases for double click and drag as well as triple click and drag in the text and entry widgets.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe328b0..6f3445f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2002-02-14 Mo DeJong <mdejong@users.sourceforge.net>
+ * library/entry.tcl:
+ * library/text.tcl: Adjust <Double-1> and <Triple-1> bindings
+ so that no anchor point is set and the insertion cursor is
+ set to the last character in the selection. [Bug 220943]
+ * tests/event.test: Add test cases for double click and
+ drag as well as triple click and drag in the text and
+ entry widgets.
+
+2002-02-14 Mo DeJong <mdejong@users.sourceforge.net>
+
* tests/event.test (_text_ind_to_x_y, _get_selection): Fix
incorrect use of results from bbox invocation so that
y center point for a give index is calculated correctly.