diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-20 15:07:21 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-20 15:07:21 +0100 |
commit | fec7d38e3da8e1c6e1c2774f64fa064ac6dcf97c (patch) | |
tree | bd47011eaa18861922b4a99969efb8fef928d211 /ChangeLog.adoc | |
parent | 85ee15d4e209720cd1def8bc9f58ccdc8c86514c (diff) | |
download | weechat-fec7d38e3da8e1c6e1c2774f64fa064ac6dcf97c.zip |
irc: return IRC color code instead of WeeChat color code when decoding a too short ANSI color sequence
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 9723c27cb..c648dcef9 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -35,6 +35,7 @@ Bug fixes:: * core: fix forced highlight on messages sent to other buffers (issue #1277) * buflist: add alternate key codes for kbd:[F1]/kbd:[F2] and kbd:[Alt+F1]/kbd:[Alt+F2] (compatibility with terminals) * buflist: fix warning displayed when script buffers.pl is loaded (issue #1274) + * irc: return IRC color code instead of WeeChat color code when decoding a too short ANSI color sequence * irc: fix encoding of italic attribute when colors are removed * irc: fix parsing of "time" message tag on FreeBSD (issue #1289) * relay: fix memory leak in connection of client |