summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-11-02 12:24:41 (GMT)
committerdas <das>2006-11-02 12:24:41 (GMT)
commit31baae960bc9fe14197dfe06bb50cc352ad4b0ad (patch)
tree3802e13bdb1e33ce1a691993927b8dda433ea32f /ChangeLog
parentbd738e27a3e574c532139870400319684120100c (diff)
downloadtk-31baae960bc9fe14197dfe06bb50cc352ad4b0ad.zip
tk-31baae960bc9fe14197dfe06bb50cc352ad4b0ad.tar.gz
tk-31baae960bc9fe14197dfe06bb50cc352ad4b0ad.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 80c8576..8fa3a50 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