summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-09-13 20:47:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-09-13 20:47:03 (GMT)
commitdbec27a4c7733b44e33ba898fef7e8636e86caa0 (patch)
tree8e87eab00435411297e7e09440a4fe70b575b40a /ChangeLog
parent799666382d309825a9bd5d7205fd05662a742391 (diff)
downloadtk-dbec27a4c7733b44e33ba898fef7e8636e86caa0.zip
tk-dbec27a4c7733b44e33ba898fef7e8636e86caa0.tar.gz
tk-dbec27a4c7733b44e33ba898fef7e8636e86caa0.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