diff options
author | das <das> | 2009-08-24 00:27:47 (GMT) |
---|---|---|
committer | das <das> | 2009-08-24 00:27:47 (GMT) |
commit | 2e2467e1e0a386b1bd53818a449cccc41f27dc87 (patch) | |
tree | e90652f7ace1ad92961b82c3f4dbeb74188f5205 /ChangeLog | |
parent | 7389349d58690d0116266237df61841a87b4763c (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |