diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-24 22:04:36 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-24 22:05:14 +0100 |
commit | 3f08785aee5fd57834cf64e48212563f9d76e6af (patch) | |
tree | c461563c0c8aa16fc16645088a0cb217b4d51bbe /ChangeLog.adoc | |
parent | 191701a5f39c66a70ec8cf9465e445e6f07d82e9 (diff) | |
download | weechat-3f08785aee5fd57834cf64e48212563f9d76e6af.zip |
core: add missing mouse event "alt-ctrl-button3"
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 6117183a8..2ed6ffed8 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -29,7 +29,7 @@ New features:: Bug fixes:: - * core: add missing mouse event "alt-ctrl-button2" + * core: add missing mouse events "alt-ctrl-button2" and "alt-ctrl-button3" * core: remove trailing directory separators in home directories (issue #2070) * fset: allow filename starting with "~" in command `/fset -export` * irc: add missing tags on self action messages when capability echo-message is enabled (issue #2074) |