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 | 58e9f1afe26da4a67ba15060983d0ae36270d85c (patch) | |
tree | e82d67b61b40bf61b24a8eed52af49c8b50991ba /ChangeLog | |
parent | d562e0111dc2adeae2f8928df368a4c31299d00c (diff) | |
parent | 5caf2bbcaff347c7b35c25efba3c4a637cff66b8 (diff) | |
download | tk-58e9f1afe26da4a67ba15060983d0ae36270d85c.zip tk-58e9f1afe26da4a67ba15060983d0ae36270d85c.tar.gz tk-58e9f1afe26da4a67ba15060983d0ae36270d85c.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 |