diff options
author | chengyemao <chengyemao> | 2004-05-13 01:51:11 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2004-05-13 01:51:11 (GMT) |
commit | bcd82ee3f639424d8d3dd567aca5b5adaf0bdf68 (patch) | |
tree | fd528f9b040c8e30d9fc4e219469b45d14f6324c /ChangeLog | |
parent | 2b6d1fdca0d22a89e4f6d4a172f30b331299d55a (diff) | |
download | tk-bcd82ee3f639424d8d3dd567aca5b5adaf0bdf68.zip tk-bcd82ee3f639424d8d3dd567aca5b5adaf0bdf68.tar.gz tk-bcd82ee3f639424d8d3dd567aca5b5adaf0bdf68.tar.bz2 |
Fixed a bug that caused crash due to incorrectly generating <Destroy> event
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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]. |