summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-09-13 20:49:44 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-09-13 20:49:44 (GMT)
commit95007f6c98871f95107107f4d16e1f23c4357db2 (patch)
tree04a7b96bfe837ae870d19ef78eec77aed860b817 /ChangeLog
parentc8ca0c53994132888577aa7e63fd405f66d8b556 (diff)
parent53eb1272150a20cf8b9404320e764a1089cd72ad (diff)
downloadtk-95007f6c98871f95107107f4d16e1f23c4357db2.zip
tk-95007f6c98871f95107107f4d16e1f23c4357db2.tar.gz
tk-95007f6c98871f95107107f4d16e1f23c4357db2.tar.bz2
[Bug 3567453]: Clip regions must be cleared with XSetClipMask and not
TkSetRegion on X11.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdc5ca4..d2766b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-09-13 Donal K. Fellows <dkf@users.sf.net>
+ * generic/ttk/ttkEntry.c (EntryDisplay): [Bug 3567453]: Clip regions
+ * generic/ttk/ttkLabel.c (TextDraw): must be cleared with XSetClipMask
+ * xlib/xgc.c (TkSetRegion): and not TkSetRegion, or crashes will ensue
+ on X11-based builds, which can't handle None for a region argument.
+ Added a clean panic to the non-X11 TkSetRegion to catch this case and
+ stop such confusion from happening again.
+
+2012-09-13 Donal K. Fellows <dkf@users.sf.net>
+
* win/tkWinWm.c (WmTransientCmd): [Bug 3567283]: Added missing cast.
2012-09-11 Donal K. Fellows <dkf@users.sf.net>