diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-13 22:32:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-13 22:32:58 (GMT) |
commit | 4fe67b59a8c7eb7b682da1552f3c6d73c091902f (patch) | |
tree | a9c7fbfdf6d803219c5a37bf87c709c87221c733 /ChangeLog | |
parent | 1f8be96fa5cd6f0e78f5b02c22de850758eec80b (diff) | |
download | tk-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |