summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchengyemao <chengyemao>2004-05-13 01:51:11 (GMT)
committerchengyemao <chengyemao>2004-05-13 01:51:11 (GMT)
commitdf0b7d7fe9410cd1f29993e7a7f45570037791ca (patch)
treefd528f9b040c8e30d9fc4e219469b45d14f6324c
parentee62f4ab0d98b5931dba8d0d698ada0e57f12b55 (diff)
downloadtk-df0b7d7fe9410cd1f29993e7a7f45570037791ca.zip
tk-df0b7d7fe9410cd1f29993e7a7f45570037791ca.tar.gz
tk-df0b7d7fe9410cd1f29993e7a7f45570037791ca.tar.bz2
Fixed a bug that caused crash due to incorrectly generating <Destroy> event
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12dd906..753d374 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-12 Chengye Mao <chengye.geo@yahoo.com>
+ * generic/tkBind.c <HandleEventGenerate>: Modified to fix wish
+ crach due to incorrectly generate <Destroy> event. This bug was
+ reported in comp.lang.tcl but not logged.
+
2004-05-07 Chengye Mao <chengye.geo@yahoo.com>
* win/tkWinWm.c <UpdateWrapper>: handle and destroy old wrapper
correctly and fix crash problem in wish exiting [Bug 767176].