diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-07-14 18:25:14 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-07-14 18:25:14 (GMT) |
commit | bdce7878d48dd817db9215c36c9c4794740d4bfb (patch) | |
tree | c21363bada41705b4ede22861a494c2cc48ee11d /ChangeLog | |
parent | 28fcbab330752d2af110e2e46c3be6c1da51cfeb (diff) | |
download | tk-bdce7878d48dd817db9215c36c9c4794740d4bfb.zip tk-bdce7878d48dd817db9215c36c9c4794740d4bfb.tar.gz tk-bdce7878d48dd817db9215c36c9c4794740d4bfb.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 |