From 494d2131a908b9abbd21bd8539f704cfbf15e7c0 Mon Sep 17 00:00:00 2001 From: mdejong Date: Fri, 15 Feb 2002 22:07:53 +0000 Subject: * library/entry.tcl: * library/text.tcl: Adjust and 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. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index fe328b0..6f3445f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2002-02-14 Mo DeJong + * library/entry.tcl: + * library/text.tcl: Adjust and 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 + * 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. -- cgit v0.12