summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-07-18 19:32:20 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-07-18 19:32:20 (GMT)
commite2a33629447afdc96d9884f479f2edf276c6479f (patch)
tree8f86f1e84d6cd7137c48df93c238bd1033338702 /ChangeLog
parent19ea3b5ea84ea9eb57051fc996bb06ce0fecd1f6 (diff)
downloadtk-e2a33629447afdc96d9884f479f2edf276c6479f.zip
tk-e2a33629447afdc96d9884f479f2edf276c6479f.tar.gz
tk-e2a33629447afdc96d9884f479f2edf276c6479f.tar.bz2
Fix the transfer of large binary data. I hate INCR selections transfers...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9de4ac..b3236b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-18 Donal K. Fellows <dkf@users.sf.net>
+
+ * unix/tkUnixSelect.c (SelCvtFromX32, SelCvtFromX8): Make the
+ incremental transfer of binary selections work get deserialized
+ correctly. Thanks to Emiliano Gavilan for detecting.
+
2009-07-15 Donal K. Fellows <dkf@users.sf.net>
* unix/tkUnixSelect.c (TkSelEventProc, SelRcvIncrProc, SelCvtFromX8):