summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-11-13 22:32:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-11-13 22:32:58 (GMT)
commit4fe67b59a8c7eb7b682da1552f3c6d73c091902f (patch)
treea9c7fbfdf6d803219c5a37bf87c709c87221c733 /ChangeLog
parent1f8be96fa5cd6f0e78f5b02c22de850758eec80b (diff)
downloadtk-4fe67b59a8c7eb7b682da1552f3c6d73c091902f.zip
tk-4fe67b59a8c7eb7b682da1552f3c6d73c091902f.tar.gz
tk-4fe67b59a8c7eb7b682da1552f3c6d73c091902f.tar.bz2
Fix [Bug 1353414] by doing the list generation using standard Tcl utilities.
Also simplifies the code quite a bit (at the expense of an OUT parameter instead of a return value).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b45a96..fecaf52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-11-13 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+ * 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.
* tests/select.test (select-9.5): Added test for [Bug 1353414]
2005-11-10 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>