summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-08-21 01:09:23 (GMT)
committerdas <das>2006-08-21 01:09:23 (GMT)
commitcb0736935b972229c3e6e381063853ebe23e9c78 (patch)
tree1b928b326a1dbe654a73ff4042eccb1b2ebfb057 /ChangeLog
parent3cedc1794d6970f02a8187771944b5dc6f378146 (diff)
downloadtk-cb0736935b972229c3e6e381063853ebe23e9c78.zip
tk-cb0736935b972229c3e6e381063853ebe23e9c78.tar.gz
tk-cb0736935b972229c3e6e381063853ebe23e9c78.tar.bz2
* macosx/tkMacOSXCarbonEvents.c (CarbonTimerProc): avoid starving main
event loop: limit the number of tcl events processed per invocation. Fixes bug reported on tcl-mac by Kevan Hashemi.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36211a1..0350110 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-21 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tkMacOSXCarbonEvents.c (CarbonTimerProc): avoid starving main
+ event loop: limit the number of tcl events processed per invocation.
+ Fixes bug reported on tcl-mac by Kevan Hashemi.
+
2006-08-18 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
* tests/text.test (text-25.15): Added test suggested by Sam