diff options
author | ericm <ericm> | 2000-06-19 18:28:56 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-06-19 18:28:56 (GMT) |
commit | 85d8c4014f68a832ea11c9a60229f515dd01322e (patch) | |
tree | 6e3ab1fb7a669c2cc30628537cc3c0d225154ad1 /ChangeLog | |
parent | d05dd51ce0054b3336326939525520bd45db5c00 (diff) | |
download | tk-85d8c4014f68a832ea11c9a60229f515dd01322e.zip tk-85d8c4014f68a832ea11c9a60229f515dd01322e.tar.gz tk-85d8c4014f68a832ea11c9a60229f515dd01322e.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]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |