summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakupries@shaw.ca <andreas_kupries>2006-07-14 18:24:09 (GMT)
committerakupries@shaw.ca <andreas_kupries>2006-07-14 18:24:09 (GMT)
commit5086b7cc72ed4bba62e553e7ff02e06314305990 (patch)
treeb8ef9aedb5e83513b8c3c741838f2180de78673f /ChangeLog
parent1d24a52d2ec98344b3892a31f2831c9f46731d43 (diff)
downloadtk-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index adfb9d9..1c27ae9 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