diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-10-01 08:48:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-10-01 08:48:06 (GMT) |
commit | db14d3e554404d079d9ac125594e876a6fb0aa88 (patch) | |
tree | ed05edb2ce891ca86cd508c73bf3051e2da8bd9c /ChangeLog | |
parent | 1b44ccbe9877edeec3d8ff1513bff67bea09fa6e (diff) | |
download | tk-db14d3e554404d079d9ac125594e876a6fb0aa88.zip tk-db14d3e554404d079d9ac125594e876a6fb0aa88.tar.gz tk-db14d3e554404d079d9ac125594e876a6fb0aa88.tar.bz2 |
Finally dealt with 614650 and with a simpler solution too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-10-01 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/unixSelect.test (unixSelect-1.1[89]): Altered these tests + to work around [Bug #616923] + * unix/tkUnixSelect.c (SelRcvIncrProc,TkSelPropProc): It turns out + a much simpler and more robust solution is possible if we leverage + Tcl's encoding engine by using the same code path as for the + normal string selection. It might be a bit slower, but it should + be a lot more correct. [Bug #614650] + 2002-09-30 Jeff Hobbs <jeffh@ActiveState.com> * tests/panedwindow.test: added panedwindow-28.[12] |