diff options
author | ericm <ericm> | 2000-05-31 23:28:46 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-05-31 23:28:46 (GMT) |
commit | 7fe91058e9d00893f6b9d3bdff0b8c0837d03482 (patch) | |
tree | 4f49064b05121e10d63640fd5d4142be3424255a /ChangeLog | |
parent | 7a1986f3d4266151fd85062f3ac8b7559bcb16f5 (diff) | |
download | tk-7fe91058e9d00893f6b9d3bdff0b8c0837d03482.zip tk-7fe91058e9d00893f6b9d3bdff0b8c0837d03482.tar.gz tk-7fe91058e9d00893f6b9d3bdff0b8c0837d03482.tar.bz2 |
* library/bgerror.tcl: Improved bgerror based on work by Donal
K. Fellows; no longer dependant on tk_dialog; features a
Windows-esque "Details" button, and a customizable extra function
button that allows the user to (for example) save the stack trace
to a file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2000-05-31 Eric Melski <ericm@scriptics.com> + + * library/bgerror.tcl: Improved bgerror based on work by Donal + K. Fellows; no longer dependant on tk_dialog; features a + Windows-esque "Details" button, and a customizable extra function + button that allows the user to (for example) save the stack trace + to a file. + 2000-05-30 Eric Melski <ericm@scriptics.com> * generic/tkImgGIF.c: Changed defines for GIF87a/GIF89a to be |