summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2009-08-24 00:27:47 (GMT)
committerdas <das>2009-08-24 00:27:47 (GMT)
commit2e2467e1e0a386b1bd53818a449cccc41f27dc87 (patch)
treee90652f7ace1ad92961b82c3f4dbeb74188f5205 /ChangeLog
parent7389349d58690d0116266237df61841a87b4763c (diff)
downloadtcl-2e2467e1e0a386b1bd53818a449cccc41f27dc87.zip
tcl-2e2467e1e0a386b1bd53818a449cccc41f27dc87.tar.gz
tcl-2e2467e1e0a386b1bd53818a449cccc41f27dc87.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 db4e7b6..efa8543 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.