summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-08-05 10:04:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-08-05 10:04:35 (GMT)
commit0de57ab61893e04d69494e6f1eb5fffae8c19686 (patch)
treeedfea254ea81725ebf27bbfdb5858fb021eb861f /ChangeLog
parent975d23f89c0fa853bf123a145125dd2f317e14ac (diff)
downloadtk-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4cc2d3..bc0a1be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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