summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-02-14 12:13:51 (GMT)
committermdejong <mdejong>2002-02-14 12:13:51 (GMT)
commitdff8c7d408c1584688b32c9c52a534d930ea9762 (patch)
tree82b57c5c0129a743cde9fc0e9cb841d90fd3b193 /ChangeLog
parent22946a8cd411fca97059fd12ff2e1b015afc922c (diff)
downloadtk-dff8c7d408c1584688b32c9c52a534d930ea9762.zip
tk-dff8c7d408c1584688b32c9c52a534d930ea9762.tar.gz
tk-dff8c7d408c1584688b32c9c52a534d930ea9762.tar.bz2
* 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. Add new method to return the selection and use it in test cases. Always lappend to the result list to avoid case where initial result includes a space.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc4e6aa..fe328b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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.
+ Add new method to return the selection and use it in
+ test cases. Always lappend to the result list to avoid
+ case where initial result includes a space.
+
2002-02-07 Don Porter <dgp@users.sourceforge.net>
* generic/tkMain.c: