diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2012-11-16 21:21:54 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2012-11-16 21:21:54 (GMT) |
commit | ebfd31e30fb9cdf38f72c82ced2fd49727303548 (patch) | |
tree | 59a7e3d18d8fd6e0b61b763af0a2a7fd34ce54fd /ChangeLog | |
parent | 3d928f6586fefbe1c93498a6ab5c1f533983132c (diff) | |
download | tk-ebfd31e30fb9cdf38f72c82ced2fd49727303548.zip tk-ebfd31e30fb9cdf38f72c82ced2fd49727303548.tar.gz tk-ebfd31e30fb9cdf38f72c82ced2fd49727303548.tar.bz2 |
Add support for an 'M' binding substitution that is replaced with the number of script-based binding patterns matched so far for the event.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-11-16 Joe Mistachkin <joe@mistachkin.com> + + * generic/tkBind.c: Add support for an 'M' binding substitution + that is replaced with the number of script-based binding patterns + matched so far for the event. + 2012-11-13 Jan Nijtmans <nijtmans@users.sf.net> * win/tkWinTest.c: [Bug 3585396]: winDialog.test requires user |