summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-11-24 15:06:23 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-11-24 15:06:23 (GMT)
commit4156b024ba7d46917b57dd5573507c23dbc7399f (patch)
treeb9c8f64f181ecc9bf1f167aa362d544358f2c655 /ChangeLog
parent0bfb01662737f65ab1bd1b50b5059f091bf3a567 (diff)
downloadtk-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 786262c..37bffa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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