diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-07 19:18:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-07 19:18:39 (GMT) |
commit | 2b22e49d28156de7a95fbda5cf28ff7d18bbdf51 (patch) | |
tree | c39c29ce59e7d67c0e398481b576362f633a0e16 /ChangeLog | |
parent | ecf35360551aca4a6a30a19bbdf6a68b6523fb8e (diff) | |
parent | 7a9728f81b02f84b4d10e87ae7cfde37f65e9e79 (diff) | |
download | tk-2b22e49d28156de7a95fbda5cf28ff7d18bbdf51.zip tk-2b22e49d28156de7a95fbda5cf28ff7d18bbdf51.tar.gz tk-2b22e49d28156de7a95fbda5cf28ff7d18bbdf51.tar.bz2 |
merge 8.5
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2012-11-07 Donal K. Fellows <dkf@users.sf.net> + + * generic/tkFocus.c (TkSetFocusWin): [Bug 3574708]: Move window + liveness into this function from caller sites to ensure that there are + no paths where things can trip up on setting the focus to a partially + dead window. + 2012-10-24 Don Porter <dgp@users.sourceforge.net> * macosx/tkMacOSXWm.c: [Bug 3574893] Add overlooked toplevel ref @@ -1464,7 +1471,7 @@ * unix/tkUnixSelect.c (SelCvtFromX32, SelCvtFromX8): Make the incremental transfer of binary selections work get deserialized - correctly. Thanks to Emiliano Gavilan for detecting. + correctly. Thanks to Emiliano Gavilán for detecting. 2009-07-15 Donal K. Fellows <dkf@users.sf.net> @@ -2172,7 +2179,7 @@ * changes: Updates for 8.5.2 release. * unix/tkUnixCursor.c: Stop crash in [. configure -cursor] on X11. - Thanks to emiliano gavilán. [Bug 1922466] + Thanks to Emiliano Gavilán. [Bug 1922466] 2008-03-26 Joe English <jenglish@users.sourceforge.net> |