summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-10-20 20:17:58 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-10-20 20:19:37 +0200
commitcf5a9a0db51dec5a48550d8d8c0bacf0e7155c47 (patch)
tree89058bc43026e3d5c13fdb1caea6295ac9c08761 /ChangeLog.adoc
parent693c5e64a7064124dade830501138bd1e8ebd02b (diff)
downloadweechat-cf5a9a0db51dec5a48550d8d8c0bacf0e7155c47.zip
trigger: execute trigger command on appropriate buffer (closes #1841)
This affects the following hook types: - command - command_run - line - modifier - print This fixes a regression introduced in WeeChat 3.7 by commit 0f67f55098db564c82c848262540704985790129.
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index a57b09899..16ad8316a 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -28,6 +28,7 @@ Bug fixes::
* core: keep terminal title unchanged when option weechat.look.window_title is set to empty value (issue #1835, issue #1836)
* api: do not expect any return value in callbacks "callback_change" and "callback_delete" of function config_new_option (scripting API)
* irc: escape backslashes in raw buffer (issue #1838)
+ * trigger: execute trigger command on appropriate buffer for hooks command, command_run, line, modifier and print (issue #1841)
Tests::