diff options
author | akupries@shaw.ca <andreas_kupries> | 2006-07-14 18:24:09 (GMT) |
---|---|---|
committer | akupries@shaw.ca <andreas_kupries> | 2006-07-14 18:24:09 (GMT) |
commit | 5086b7cc72ed4bba62e553e7ff02e06314305990 (patch) | |
tree | b8ef9aedb5e83513b8c3c741838f2180de78673f /ChangeLog | |
parent | 1d24a52d2ec98344b3892a31f2831c9f46731d43 (diff) | |
download | tk-5086b7cc72ed4bba62e553e7ff02e06314305990.zip tk-5086b7cc72ed4bba62e553e7ff02e06314305990.tar.gz tk-5086b7cc72ed4bba62e553e7ff02e06314305990.tar.bz2 |
* generic/tkWindow.c (Initialize): Modify change of 2006-05-25
(jeffh). Release mutex a bit earlier, to prevent lock when OS X
creates its console windows (recursively enters Tk_Init). Patch
by JeffH.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-07-14 Andreas Kupries <andreask@activestate.com> + + * generic/tkWindow.c (Initialize): Modify change of 2006-05-25 + (jeffh). Release mutex a bit earlier, to prevent lock when OS X + creates its console windows (recursively enters Tk_Init). Patch + by JeffH. + 2006-07-06 Jeff Hobbs <jeffh@ActiveState.com> * library/tkfbox.tcl: catch scrollbar use of highlightthickness |