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 | f20590a5bfc2935ada0a9ce044fd8cecb2615fc2 (patch) | |
tree | 59a7e3d18d8fd6e0b61b763af0a2a7fd34ce54fd /ChangeLog | |
parent | d9b8d955559fd83a1776763f5fbeed8a5271a5b7 (diff) | |
download | tk-f20590a5bfc2935ada0a9ce044fd8cecb2615fc2.zip tk-f20590a5bfc2935ada0a9ce044fd8cecb2615fc2.tar.gz tk-f20590a5bfc2935ada0a9ce044fd8cecb2615fc2.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 |