summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-09-13 20:47:03 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-09-13 20:47:03 (GMT)
commit010ffd6b49539ce3084d34ed117d329e3e102287 (patch)
tree8e87eab00435411297e7e09440a4fe70b575b40a /ChangeLog
parent110f39545b08958b821414b0d795742a27a7c83f (diff)
downloadtk-010ffd6b49539ce3084d34ed117d329e3e102287.zip
tk-010ffd6b49539ce3084d34ed117d329e3e102287.tar.gz
tk-010ffd6b49539ce3084d34ed117d329e3e102287.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 54beeb3..f87abff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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-11 Donal K. Fellows <dkf@users.sf.net>
* generic/ttk/ttkEntry.c (EntryDisplay): [Bug 3566594]: Must manually