summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-11-02 12:24:48 (GMT)
committerdas <das@noemail.net>2006-11-02 12:24:48 (GMT)
commitd234bfac7e126b76c935112a11ddbfcf6b64671c (patch)
treef8f50e4c4d1dfa64781df97c54cde4de8115878a /ChangeLog
parent4386a3b8a8c5d22ab97dc5e4def26987b52b44b2 (diff)
downloadtk-d234bfac7e126b76c935112a11ddbfcf6b64671c.zip
tk-d234bfac7e126b76c935112a11ddbfcf6b64671c.tar.gz
tk-d234bfac7e126b76c935112a11ddbfcf6b64671c.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] FossilOrigin-Name: e6579147fd0d20419382fb5628aa6718830ffd16
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