summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-06-19 18:28:55 (GMT)
committerericm <ericm@noemail.net>2000-06-19 18:28:55 (GMT)
commit20fa280ecc65e7e249e019925b25dc5f1ea32ff9 (patch)
tree6e3ab1fb7a669c2cc30628537cc3c0d225154ad1 /ChangeLog
parent125786cdb56382f2690be415a3446aa5bc2d30ab (diff)
downloadtk-20fa280ecc65e7e249e019925b25dc5f1ea32ff9.zip
tk-20fa280ecc65e7e249e019925b25dc5f1ea32ff9.tar.gz
tk-20fa280ecc65e7e249e019925b25dc5f1ea32ff9.tar.bz2
* library/bgerror.tcl: Added auto-truncation for long error
messages (more than 30 characters wide, or more than 4 lines long), so that the dialog remains a manageable size. [RFE: 5782] FossilOrigin-Name: 70dfc2198f972311a29aeec7ec05f5e949a98c13
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f6e959..23de88a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-06-19 Eric Melski <ericm@scriptics.com>
+
+ * library/bgerror.tcl: Added auto-truncation for long error
+ messages (more than 30 characters wide, or more than 4 lines
+ long), so that the dialog remains a manageable size. [RFE: 5782]
+
+2000-06-15 Eric Melski <ericm@scriptics.com>
+
+ * win/tkWinDialog.c: Patched to support tk_getOpenFile -multiple.
+
2000-06-13 Eric Melski <ericm@scriptics.com>
* win/aclocal.m4: