diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2015-02-06 20:22:21 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2015-02-06 20:22:21 (GMT) |
commit | f0eebfaefad9deacf3c033782d6b49b73cea4ce7 (patch) | |
tree | e82d67b61b40bf61b24a8eed52af49c8b50991ba /ChangeLog | |
parent | 13d19756cf0ce7e3255a5d4c9a5efdfae1bc95df (diff) | |
parent | 85827aebcfddf76f4983bb8c6e4fbefbdd6270fd (diff) | |
download | tk-f0eebfaefad9deacf3c033782d6b49b73cea4ce7.zip tk-f0eebfaefad9deacf3c033782d6b49b73cea4ce7.tar.gz tk-f0eebfaefad9deacf3c033782d6b49b73cea4ce7.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
@@ -156,6 +156,12 @@ a better first place to look now. * generic/tkTextIndex.c: [Bug 3588824]: bug in image index handling * tests/textIndex.test: for weird image names +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-14 Jan Nijtmans <nijtmans@users.sf.net> * win/tkWinDialog.c: [Bug 3500545]: tk_getOpenFile -multiple 1 wrong |