diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-28 13:34:44 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-28 13:34:44 +0200 |
commit | cf8a125ef233bff8315f28540753f50cad279663 (patch) | |
tree | 8b724977fd42e03a659e2ad729aa6a20494e2a35 /ChangeLog | |
parent | 4b1d87640c7b70abc5e23aca045795aa0499bd52 (diff) | |
download | weechat-cf8a125ef233bff8315f28540753f50cad279663.zip |
irc: fix duplicate nick completion when someone rejoins the channel with same nick but a different case (bug #38841)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.4.1-dev, 2013-04-23 +v0.4.1-dev, 2013-04-28 This document lists all changes for each version. @@ -51,6 +51,8 @@ Version 0.4.1 (under dev!) list with arguments inside), guile >= 2.0 is now required (bug #38350) * guile: fix crash on calls to callbacks during load of script (bug #38343) * guile: fix compilation with guile 2.0 +* irc: fix duplicate nick completion when someone rejoins the channel with same + nick but a different case (bug #38841) * irc: add support of UHNAMES (capability "userhost-in-names") (task #9353) * irc: add tag "irc_nick_back" for messages displayed in private buffer when a nick is back on server (task #12576) |