summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-11 11:12:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-11 11:12:27 (GMT)
commitbcd914a763b9726f75ffbdecbc99eaedbf285d16 (patch)
treee32132399661211681ef385a09e3da32347866fd /ChangeLog
parent5b3f4bfba8cb25228752d9e4b5369620020c3ddb (diff)
downloadtk-bcd914a763b9726f75ffbdecbc99eaedbf285d16.zip
tk-bcd914a763b9726f75ffbdecbc99eaedbf285d16.tar.gz
tk-bcd914a763b9726f75ffbdecbc99eaedbf285d16.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 c5b3c75..81ddfea 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.