summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2009-08-24 00:27:53 (GMT)
committerdas <das>2009-08-24 00:27:53 (GMT)
commit07abfaa1257d10162ab31f3e2e113c192650e2d8 (patch)
tree53b1dc8e00149bc1d7877f8c523539c2bdc63272 /ChangeLog
parent836091ea9efae698840e779b54318c3955f4a999 (diff)
downloadtcl-07abfaa1257d10162ab31f3e2e113c192650e2d8.zip
tcl-07abfaa1257d10162ab31f3e2e113c192650e2d8.tar.gz
tcl-07abfaa1257d10162ab31f3e2e113c192650e2d8.tar.bz2
* macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops
when CoreFoundation notifier is running in embedded mode. (fixes problems in TkAqua Cocoa reported by Youness Alaoui on tcl-mac)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84d8453..f982bcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-24 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops
+ when CoreFoundation notifier is running in embedded mode. (fixes
+ problems in TkAqua Cocoa reported by Youness Alaoui on tcl-mac)
+
2009-08-21 Don Porter <dgp@users.sourceforge.net>
* generic/tclFileName.c: Correct regression in [Bug 2837800] fix.