diff options
author | mdejong <mdejong> | 2002-02-15 22:07:53 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-02-15 22:07:53 (GMT) |
commit | 494d2131a908b9abbd21bd8539f704cfbf15e7c0 (patch) | |
tree | f0123eb3ded0f4f3e4c07135cb3606e1e94e582a /ChangeLog | |
parent | cd2ceee41ce926f0386b09191cea5c25f9ba891c (diff) | |
download | tk-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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |