summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-09-30 13:42:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-09-30 13:42:24 (GMT)
commit215b48f50b57d1e5b5857936236dae45f6f9af83 (patch)
tree124846f2dcff74b7175ff58e60340057201dd9f9 /ChangeLog
parent118ce59be7642a9ffb4b76067ae5196515b0ef26 (diff)
downloadtk-215b48f50b57d1e5b5857936236dae45f6f9af83.zip
tk-215b48f50b57d1e5b5857936236dae45f6f9af83.tar.gz
tk-215b48f50b57d1e5b5857936236dae45f6f9af83.tar.bz2
Incremental transfers of UTF8_STRING selections should now work; Tk will now
tag them with the right size and only transfer complete UTF8 characters. Previously, things only worked when the transfer could only happen in one go, and even then not always. [Bug 614650, reported by Reinhard Max]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5b7ce2..50cff05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-09-30 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * tests/unixSelect.test:
+ * unix/tkUnixSelect.c (TkSelPropProc,SelRcvIncrProc): Incremental
+ transfers of UTF8_STRING selections should now work; Tk will now
+ tag them with the right size and only transfer complete UTF8
+ characters. Previously, things only worked when the transfer
+ could only happen in one go, and even then not always. [Bug 614650]
+
* doc/bind.n: Doc-fix to mention that %A substitutes UNICODE
characters rather than ASCII ones. Tk's done this ever since 8.1
in any case; after all, it is the right thing to do.