summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-09-13 20:49:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-09-13 20:49:44 (GMT)
commite829dc68c26b7b313b94f777def7bb49c471422b (patch)
tree04a7b96bfe837ae870d19ef78eec77aed860b817 /ChangeLog
parent0e809f8dd3305b97598597b825333fc85204a6ef (diff)
parentdbec27a4c7733b44e33ba898fef7e8636e86caa0 (diff)
downloadtk-e829dc68c26b7b313b94f777def7bb49c471422b.zip
tk-e829dc68c26b7b313b94f777def7bb49c471422b.tar.gz
tk-e829dc68c26b7b313b94f777def7bb49c471422b.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>