diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-05 10:04:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-05 10:04:35 (GMT) |
commit | 0de57ab61893e04d69494e6f1eb5fffae8c19686 (patch) | |
tree | edfea254ea81725ebf27bbfdb5858fb021eb861f /ChangeLog | |
parent | 975d23f89c0fa853bf123a145125dd2f317e14ac (diff) | |
download | tk-0de57ab61893e04d69494e6f1eb5fffae8c19686.zip tk-0de57ab61893e04d69494e6f1eb5fffae8c19686.tar.gz tk-0de57ab61893e04d69494e6f1eb5fffae8c19686.tar.bz2 |
Fix [Bug 987169] for tk_messageBox and tk_chooseColor
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-08-05 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * library/clrpick.tcl (BuildDialog): + * library/msgbox.tcl (MessageBox): Add scheme for cancelling + dialog boxes with Escape and also handle what happens when the + window gets nuked from outside. [Bug 987169] + 2004-08-04 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): Clean the code |