diff options
author | dkf <dkf@noemail.net> | 2005-11-13 23:16:11 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2005-11-13 23:16:11 (GMT) |
commit | 6efef57b3c28c1852e033cab34937cba7dfc7a18 (patch) | |
tree | 29cc0b18b4fb9bce898d7a9150b21b5c78780535 /ChangeLog | |
parent | ee5997f1d8970d77012dcbeced2dbf4e46c16f80 (diff) | |
download | tk-6efef57b3c28c1852e033cab34937cba7dfc7a18.zip tk-6efef57b3c28c1852e033cab34937cba7dfc7a18.tar.gz tk-6efef57b3c28c1852e033cab34937cba7dfc7a18.tar.bz2 |
Glurk, SelCvtToX was just as broken as SelCvtFromX when atoms contain spaces.
FossilOrigin-Name: ec0ce5cdee8ccf41be014d92a21cea7fefd8d54a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-11-13 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + * unix/tkUnixSelect.c (SelCvtToX): Arrange for the parsing code to + use Tcl's list parsing code, another simplification that enables + testing of the [Bug 1353414] fix. + * unix/tkUnixSelect.c (SelCvtFromX): Generate string forms of the advanced selection types in a Tcl_DString. This makes fixing [Bug 1353414] trivial, and simplifies the code at the same time. |