summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-11-13 23:16:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-11-13 23:16:11 (GMT)
commit93364b14b759b29fabbf097bb81cc4ead64fd21c (patch)
tree29cc0b18b4fb9bce898d7a9150b21b5c78780535 /ChangeLog
parent4fe67b59a8c7eb7b682da1552f3c6d73c091902f (diff)
downloadtk-93364b14b759b29fabbf097bb81cc4ead64fd21c.zip
tk-93364b14b759b29fabbf097bb81cc4ead64fd21c.tar.gz
tk-93364b14b759b29fabbf097bb81cc4ead64fd21c.tar.bz2
Glurk, SelCvtToX was just as broken as SelCvtFromX when atoms contain spaces.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fecaf52..bf6b966 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.