summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-02-28 15:55:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-02-28 15:55:27 (GMT)
commit6650b4dfd63ac7bfe3b9fadf0b5e93511f0f5ef5 (patch)
tree65d2d3e7b7415f38d3e3b8073f91268f6abb44ea /ChangeLog
parenta2b945e479d95ec0087e318290399b8df68ef63e (diff)
downloadtk-6650b4dfd63ac7bfe3b9fadf0b5e93511f0f5ef5.zip
tk-6650b4dfd63ac7bfe3b9fadf0b5e93511f0f5ef5.tar.gz
tk-6650b4dfd63ac7bfe3b9fadf0b5e93511f0f5ef5.tar.bz2
Make all %-expansions generate ?? when their event doesn't have the right
underlying field to prevent a crash on Windows. [Bug #612110]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4282ae0..e9b1641 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-02-28 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * tests/bind.test (bind-16.44):
+ * generic/tkBind.c (ExpandPercents): Only allow events to see
+ those expansions that are actually valid for them, and force the
+ substitution of the rest as "??". This stops some crashes on
+ Windows and gets rid of bogus values everywhere. [Bug #612110]
+
2003-02-26 Jeff Hobbs <jeffh@ActiveState.com>
* macosx/README: correct 8.4.3 refs to 8.4.2.