diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-09-30 13:42:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-09-30 13:42:24 (GMT) |
commit | 215b48f50b57d1e5b5857936236dae45f6f9af83 (patch) | |
tree | 124846f2dcff74b7175ff58e60340057201dd9f9 /ChangeLog | |
parent | 118ce59be7642a9ffb4b76067ae5196515b0ef26 (diff) | |
download | tk-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |