summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-11-02 12:24:48 (GMT)
committerdas <das>2006-11-02 12:24:48 (GMT)
commit50229ff3a68b379356d5f5dbbd8268e7812b30df (patch)
treef8f50e4c4d1dfa64781df97c54cde4de8115878a /ChangeLog
parent186128bc03cce2f6497a753f1940227187dcc4aa (diff)
downloadtk-50229ff3a68b379356d5f5dbbd8268e7812b30df.zip
tk-50229ff3a68b379356d5f5dbbd8268e7812b30df.tar.gz
tk-50229ff3a68b379356d5f5dbbd8268e7812b30df.tar.bz2
* macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): fix handling of
Carbon Update events: the QuickDraw window update region was being ignored and all child TkWindows were sent an Expose XEvent even when they did not need to be redrawn. [Patch 1589226]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 344def6..705d629 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-11-02 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): fix handling of
+ Carbon Update events: the QuickDraw window update region was being
+ ignored and all child TkWindows were sent an Expose XEvent even when
+ they did not need to be redrawn. [Patch 1589226]
+
2006-11-01 Daniel Steffen <das@users.sourceforge.net>
* macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-private