diff options
author | dgp <dgp@users.sourceforge.net> | 2012-09-14 15:03:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-09-14 15:03:36 (GMT) |
commit | a8512fc0800ca93149c86ad526313794ea16be36 (patch) | |
tree | bf5c160a96385cbbfa85adeb08dea3460d3ba323 /ChangeLog | |
parent | 970db01541fa840ec5e11fa8178a154ee94d5d9f (diff) | |
parent | e829dc68c26b7b313b94f777def7bb49c471422b (diff) | |
download | tk-a8512fc0800ca93149c86ad526313794ea16be36.zip tk-a8512fc0800ca93149c86ad526313794ea16be36.tar.gz tk-a8512fc0800ca93149c86ad526313794ea16be36.tar.bz2 |
merge trunk
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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> |