summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-07-14 18:25:14 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-07-14 18:25:14 (GMT)
commitbdce7878d48dd817db9215c36c9c4794740d4bfb (patch)
treec21363bada41705b4ede22861a494c2cc48ee11d /ChangeLog
parent28fcbab330752d2af110e2e46c3be6c1da51cfeb (diff)
downloadtk-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e62c232..415a0f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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