summaryrefslogtreecommitdiff
path: root/ChangeLog.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-10-31 07:48:46 +0100
committerSébastien Helleu <flashcode@flashtux.org>2014-10-31 07:48:46 +0100
commit013165209af818daba6b6c5869e822ec9cb86fc3 (patch)
tree049ac0139e14c43033d6c1ab9fcfe1988acd3359 /ChangeLog.asciidoc
parent3d791fb806e6ef564f7623d1ca364693e08a495c (diff)
downloadweechat-013165209af818daba6b6c5869e822ec9cb86fc3.zip
irc: remove IRC color codes from buffer title in channels (closes #237)
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r--ChangeLog.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc
index c92abbb60..00c1135be 100644
--- a/ChangeLog.asciidoc
+++ b/ChangeLog.asciidoc
@@ -43,6 +43,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
weechat.look.buffer_time_format is not an empty string
* core: fix translation of message displayed after /upgrade
* api: fix crash when reading config options with NULL value (closes #238)
+* irc: remove IRC color codes from buffer title in channels (closes #237)
* irc: add tag "nick_xxx" in invite messages
* irc: fix completion of commands /msg, /notice and /query
* irc: fix translation of CTCP PING reply (closes #137)