diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-02-28 15:55:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-02-28 15:55:27 (GMT) |
commit | 6650b4dfd63ac7bfe3b9fadf0b5e93511f0f5ef5 (patch) | |
tree | 65d2d3e7b7415f38d3e3b8073f91268f6abb44ea /ChangeLog | |
parent | a2b945e479d95ec0087e318290399b8df68ef63e (diff) | |
download | tk-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |