diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-20 08:07:13 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-20 08:07:13 +0100 |
commit | 0b2be21f1f42c2a1b0c200b339d7d2e59595da4c (patch) | |
tree | b9c37d385beaccfc22a45e85ecd5ba5680607700 /ChangeLog.asciidoc | |
parent | 280784dcddcdb94328211041688582c35912fd1e (diff) | |
download | weechat-0b2be21f1f42c2a1b0c200b339d7d2e59595da4c.zip |
core: fully evaluate commands bound to keys in cursor and mouse contexts
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 23804e88f..0a5291d84 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -17,6 +17,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] === New features +* core: fully evaluate commands bound to keys in cursor and mouse contexts * core: add option weechat.completion.command_inline (task #12491) * core: add bar item "mouse_status", new options weechat.look.item_mouse_status and weechat.color.status_mouse (closes #247) |