diff options
author | mdejong <mdejong> | 2002-11-14 17:30:19 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-11-14 17:30:19 (GMT) |
commit | 2d7b26ed587e5aa1455b7f830ba1a6a3230c4793 (patch) | |
tree | 4e58850a8e36ff740a8a9f9b2180617c7a875455 /ChangeLog | |
parent | 89ae849b757a275e85ad9a774a19efafda5da08b (diff) | |
download | tk-2d7b26ed587e5aa1455b7f830ba1a6a3230c4793.zip tk-2d7b26ed587e5aa1455b7f830ba1a6a3230c4793.tar.gz tk-2d7b26ed587e5aa1455b7f830ba1a6a3230c4793.tar.bz2 |
* generic/tkWindow.c (Tk_DestroyWindow,
DeleteWindowsExitProc): Add TkHalfdeadWindow
type and halfdeadWindowList to keep track
of windows that were only partially deallocated
before a call to exit. Finnish cleaning up
these windows in DeleteWindowsExitProc.
Keep track of cleanup status in Tk_DestroyWindow
so that a window with a Destroy binding which
calls exit will get fully destroyed.
* tests/window.test: Add Tk_DestroyWindow tests
for an assortment of half dead window cases.
[Bug 630533]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2002-11-14 Mo DeJong <mdejong@users.sourceforge.net> + + * generic/tkWindow.c (Tk_DestroyWindow, + DeleteWindowsExitProc): Add TkHalfdeadWindow + type and halfdeadWindowList to keep track + of windows that were only partially deallocated + before a call to exit. Finnish cleaning up + these windows in DeleteWindowsExitProc. + Keep track of cleanup status in Tk_DestroyWindow + so that a window with a Destroy binding which + calls exit will get fully destroyed. + * tests/window.test: Add Tk_DestroyWindow tests + for an assortment of half dead window cases. + [Bug 630533] + 2002-11-10 Daniel Steffen <das@users.sourceforge.net> * macosx/Wish.pbproj/project.pbxproj: fixed erroneous |