summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-11 11:17:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-11 11:17:28 (GMT)
commit3db2898fc0ffd5627de6404872c670f5552b23a6 (patch)
tree135bc8473dac0a6d94bf9afff5089e4db1c57f23 /ChangeLog
parentfdebca542be7398387f656d060e3d2b6f1d7705e (diff)
downloadtk-3db2898fc0ffd5627de6404872c670f5552b23a6.zip
tk-3db2898fc0ffd5627de6404872c670f5552b23a6.tar.gz
tk-3db2898fc0ffd5627de6404872c670f5552b23a6.tar.bz2
[Bug 2912473]: Stop problems caused by display names with a double colon in.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4498069..128c826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-11 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/tk.tcl (::tk::ScreenChanged): [Bug 2912473]: Stop problems
+ caused by display names with a double colon in.
+
2009-12-10 Donal K. Fellows <dkf@users.sf.net>
* library/demos/ttkscale.tcl: Added demo of [ttk::scale] widget.