diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-24 15:06:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-24 15:06:23 (GMT) |
commit | 4156b024ba7d46917b57dd5573507c23dbc7399f (patch) | |
tree | b9c8f64f181ecc9bf1f167aa362d544358f2c655 /ChangeLog | |
parent | 0bfb01662737f65ab1bd1b50b5059f091bf3a567 (diff) | |
download | tk-4156b024ba7d46917b57dd5573507c23dbc7399f.zip tk-4156b024ba7d46917b57dd5573507c23dbc7399f.tar.gz tk-4156b024ba7d46917b57dd5573507c23dbc7399f.tar.bz2 |
Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuck
with it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +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-23 Andreas Kupries <andreask@activestate.com> * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed access |