summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-07-31 08:03:50 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-07-31 08:03:50 +0200
commit4fc90b86bf1fad0d53e814fcc58998ba47065edd (patch)
treeaeff60e1d4b285cb236b0e0a1ada1e00e720cf95 /ChangeLog.adoc
parent63f9289769c1aaee18863ac7558d633c40f1e345 (diff)
downloadweechat-4fc90b86bf1fad0d53e814fcc58998ba47065edd.zip
irc: fix switch to channel manually joined (closes #1982)
This happens when server option autojoin_dynamic is on and option irc.look.buffer_switch_autojoin is off. Regression was introduced in version 4.0.0 by commit 1c3b871204072b612ea3793708b508fc4de923be.
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 6dac490de..8e8bc3270 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -40,6 +40,7 @@ Bug fixes::
* irc: add missing "account-tag" in list of supported capabilities
* irc: fix display of self CTCP message containing bold attribute (issue #1981)
* irc: fix memory leak in IRC message parser
+ * irc: fix switch to channel manually joined when server option autojoin_dynamic is on and option irc.look.buffer_switch_autojoin is off (issue #1982)
* script: fix cursor position after `/script list -i` or `/script list -il`
* script: fix buffer used by command `/script list -i|-il|-o|-ol`