diff options
author | mistachkin <mistachkin@noemail.net> | 2015-02-06 20:22:21 (GMT) |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2015-02-06 20:22:21 (GMT) |
commit | 974505e831397b0fc42963bfb01f3e152ead076a (patch) | |
tree | e82d67b61b40bf61b24a8eed52af49c8b50991ba /ChangeLog | |
parent | 4631e4b5912a97151654781cb31d4b3a268774a2 (diff) | |
parent | 5759b7b9fedc27e9c36655ff26f2a59cb0c39142 (diff) | |
download | tk-974505e831397b0fc42963bfb01f3e152ead076a.zip tk-974505e831397b0fc42963bfb01f3e152ead076a.tar.gz tk-974505e831397b0fc42963bfb01f3e152ead076a.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: 8b09823040c7315b09703469f4ec364b94c93a6f
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 |