diff options
author | mistachkin <mistachkin@noemail.net> | 2012-11-16 21:21:54 (GMT) |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2012-11-16 21:21:54 (GMT) |
commit | 9c0c6021f8003dec6e9da7ed17499b97c1939fdb (patch) | |
tree | 59a7e3d18d8fd6e0b61b763af0a2a7fd34ce54fd /ChangeLog | |
parent | e402946f01789b041c0a9c6faebfb065509b7e57 (diff) | |
download | tk-9c0c6021f8003dec6e9da7ed17499b97c1939fdb.zip tk-9c0c6021f8003dec6e9da7ed17499b97c1939fdb.tar.gz tk-9c0c6021f8003dec6e9da7ed17499b97c1939fdb.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.
FossilOrigin-Name: 882be869bbc7f283390b79ab3ea166c80906b147
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 |