diff options
author | hobbs <hobbs> | 2006-03-30 01:38:39 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-03-30 01:38:39 (GMT) |
commit | b76407c7250e530679c766f3a13f1a521669c9f9 (patch) | |
tree | bdb0fb84fe7fc63e1a1f9b5e02e0ae0dc71a3758 /ChangeLog | |
parent | 90b12f3425f3402f9b53a9b0980beef8c9852eaf (diff) | |
download | tk-b76407c7250e530679c766f3a13f1a521669c9f9.zip tk-b76407c7250e530679c766f3a13f1a521669c9f9.tar.gz tk-b76407c7250e530679c766f3a13f1a521669c9f9.tar.bz2 |
* generic/tkWindow.c (DeleteWindowsExitProc): added comments
* generic/tkOption.c (TkOptionDeadWindow): handle
OptionThreadExitProc being called before DeleteWindowsExitProc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,8 +1,14 @@ +2006-03-29 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tkWindow.c (DeleteWindowsExitProc): added comments + * generic/tkOption.c (TkOptionDeadWindow): handle + OptionThreadExitProc being called before DeleteWindowsExitProc. + 2006-03-29 Don Porter <dgp@users.sourceforge.net> - * unix/tkUnixDefault.h: Changed "Black" to "#000000" and "White" to - "#ffffff" to work around the (broken?) X servers that do not accept - those color names. [Bug 917433] + * unix/tkUnixDefault.h: Changed "Black" to "#000000" and "White" to + "#ffffff" to work around the (broken?) X servers that do not accept + those color names. [Bug 917433] 2006-03-28 Jeff Hobbs <jeffh@ActiveState.com> |