summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-06-23 00:22:27 (GMT)
committerericm <ericm>2000-06-23 00:22:27 (GMT)
commit2d36140194d24b7083dad675be4377b8f946974d (patch)
treea3d3693fe56641361ebf15e9bb9b2cf064f12034 /ChangeLog
parent85d8c4014f68a832ea11c9a60229f515dd01322e (diff)
downloadtk-2d36140194d24b7083dad675be4377b8f946974d.zip
tk-2d36140194d24b7083dad675be4377b8f946974d.tar.gz
tk-2d36140194d24b7083dad675be4377b8f946974d.tar.bz2
* doc/getOpenFile.n: Updated with information about -multiple.
* library/choosedir.tcl: Tweaked to handle modified tkIconList API's. * library/tkfbox.tcl: Preliminary implementation of multiple selection; based on patch from [RFE: 604]. Some of the tkIconList functions changed to support this and to make the dialog faster. * library/xmfbox.tcl: Added support for multiple selection, from patch in [RFE: 4999].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 23de88a..f7d2a52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2000-06-22 Eric Melski <ericm@ajubasolutions.com>
+
+ * doc/getOpenFile.n: Updated with information about -multiple.
+
+ * library/choosedir.tcl: Tweaked to handle modified tkIconList API's.
+
+ * library/tkfbox.tcl: Preliminary implementation of multiple
+ selection; based on patch from [RFE: 604]. Some of the tkIconList
+ functions changed to support this and to make the dialog faster.
+
+ * library/xmfbox.tcl: Added support for multiple selection, from
+ patch in [RFE: 4999].
+
+2000-06-21 Eric Melski <ericm@scriptics.com>
+
+ * library/text.tcl: Corrected behavior of text widget with respect
+ to this sequence of events: click, shift-click. Previously, the
+ shift-click just moved the cursor and anchor; now, the shift-click
+ will select the text between the click and the shift-click, which
+ is the behavior most users expect. [Bug: 5929].
+
2000-06-19 Eric Melski <ericm@scriptics.com>
* library/bgerror.tcl: Added auto-truncation for long error
@@ -6,7 +27,8 @@
2000-06-15 Eric Melski <ericm@scriptics.com>
- * win/tkWinDialog.c: Patched to support tk_getOpenFile -multiple.
+ * win/tkWinDialog.c: Patched to support tk_getOpenFile
+ -multiple. [RFE: 604].
2000-06-13 Eric Melski <ericm@scriptics.com>