diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-24 15:18:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-24 15:18:17 (GMT) |
commit | 008ec3f93e9723cbd581d71be3ab80c08e4760e0 (patch) | |
tree | d0045ab44325d31d8a47484e199ea43425a19530 /ChangeLog | |
parent | 289a84bb2587e4db1a64b76701759a572d6c3447 (diff) | |
download | tk-008ec3f93e9723cbd581d71be3ab80c08e4760e0.zip tk-008ec3f93e9723cbd581d71be3ab80c08e4760e0.tar.gz tk-008ec3f93e9723cbd581d71be3ab80c08e4760e0.tar.bz2 |
Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuck
with it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,12 +1,18 @@ +2009-11-24 Donal K. Fellows <dkf@users.sf.net> + + * unix/tkUnixWm.c (WmIconphotoCmd): [Bug 2902814]: Use the correct + type for the array of data passed into X. It's wrong, but "right" + because of a mistake in the X11 specification. + 2009-11-22 Pat Thoyts <patthoyts@users.sourceforge.net> - * tests/winWm.test: Make sure the window is still present - * win/tkWinWm.c: when handling delayed activation [Bug 2899949] + * tests/winWm.test: [Bug 2899949]: Make sure the window is still + * win/tkWinWm.c: present when handling delayed activation 2009-11-13 Pat Thoyts <patthoyts@users.sourceforge.net> - * tests/winDialog.test: Backported fix for running dialog tests - * win/tkWinTest.c: on non-English locales [Bug 2307837] + * tests/winDialog.test: [Bug 2307837]: Backported fix for running + * win/tkWinTest.c: dialog tests on non-English locales 2009-11-12 Don Porter <dgp@users.sourceforge.net> @@ -30,7 +36,7 @@ 2009-11-03 Pat Thoyts <patthoyts@users.sourceforge.net> - * win/tkWinWm.c: [Bug 2891541] Permit normal behaviour on + * win/tkWinWm.c: [Bug 2891541]: Permit normal behaviour on Windows for a grabbed toplevel when it is the main window. 2009-11-01 Joe Mistachkin <joe@mistachkin.com> |