summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-08-21 01:09:31 (GMT)
committerdas <das@noemail.net>2006-08-21 01:09:31 (GMT)
commitb93de846287f3fd1cab0f524a37fce9701baebd6 (patch)
tree4f0e3c32595604e065d4aed8477c24fabfcacf83 /ChangeLog
parent88bc682f774634c94fd57fa315315b2b126dcd40 (diff)
downloadtk-b93de846287f3fd1cab0f524a37fce9701baebd6.zip
tk-b93de846287f3fd1cab0f524a37fce9701baebd6.tar.gz
tk-b93de846287f3fd1cab0f524a37fce9701baebd6.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. FossilOrigin-Name: e6351e6a0eaf5c7af24d046ffc83621451d4c5c8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3112ea2..050c8a8 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 Daniel Steffen <das@users.sourceforge.net>
* unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for