summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-11-22 11:32:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-11-22 11:32:35 (GMT)
commitd8d6f63a208246d2f1b9366a3c009b0438e84e28 (patch)
treea90c2e014e2a1d92cda19a88347eaa9f722e56f2 /ChangeLog
parentf0d62bb7554a60f4229c29e7f8bcd6150fb3a044 (diff)
downloadtk-d8d6f63a208246d2f1b9366a3c009b0438e84e28.zip
tk-d8d6f63a208246d2f1b9366a3c009b0438e84e28.tar.gz
tk-d8d6f63a208246d2f1b9366a3c009b0438e84e28.tar.bz2
Backport of fixes for [Bug 1353414]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f127e8..b8032fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-22 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * unix/tkUnixSelect.c (SelCvtToX, SelCvtFromX): Backport of fixes for
+ * generic/tkSelect.c (TkSelDefaultSelection): "spaces in atom names"
+ * tests/select.test (select-9.5): problems. [Bug 1353414]
+
* library/tkfbox.tcl (::tk::dialog::file::): Correct the quoting of
the script used in variable traces so that widget names with spaces in
will work. [Bug 1335485]