summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-04-17 23:24:29 (GMT)
committerericm <ericm>2000-04-17 23:24:29 (GMT)
commit642a893448534c32d814fa625c78d6ab695cad1b (patch)
treeabfbc9da362b1dc91719ae07b0a28e65b9763b3b /ChangeLog
parent068d53cb54d7e92a69fdf3e9f4a6995dd23a9de8 (diff)
downloadtk-642a893448534c32d814fa625c78d6ab695cad1b.zip
tk-642a893448534c32d814fa625c78d6ab695cad1b.tar.gz
tk-642a893448534c32d814fa625c78d6ab695cad1b.tar.bz2
* library/text.tcl: Tweaked double-/triple-click selection;
previously, anchor and insert marks were placed in unexpected locations following a double or triple click. Now they are placed logically. Also tweaked the extension of selection via shift-double-clicks so that it no longer selects the contiguous whitespace on the side of the selection opposite the double-click. [RFE: 4253].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d6b525..8b0023d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2000-04-17 Eric Melski <ericm@scriptics.com>
+ * library/text.tcl: Tweaked double-/triple-click selection;
+ previously, anchor and insert marks were placed in unexpected
+ locations following a double or triple click. Now they are placed
+ logically. Also tweaked the extension of selection via
+ shift-double-clicks so that it no longer selects the contiguous
+ whitespace on the side of the selection opposite the
+ double-click. [RFE: 4253].
+
* doc/menu.n: Added note regarding rendering of
checkbuttons/radiobuttons in menubars on different platforms --
some systems do not draw indicators for check/radiobuttons in