summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-08-28 21:39:21 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-08-28 21:39:21 +0200
commit75cc0b0a77e84efc0d14182ae35f357247243260 (patch)
tree583fbd1b2e65a18b44108deb13cb5bb2859305dc /ChangeLog
parentfb51fb605246d47ad68225d6dd2a149aa160c1d9 (diff)
downloadweechat-75cc0b0a77e84efc0d14182ae35f357247243260.zip
irc: add option irc.look.notice_welcome_redirect to automatically redirect channel welcome notices to the channel buffer
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ac9cf343..e5271b179 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.4.2-dev, 2013-08-26
+v0.4.2-dev, 2013-08-28
This document lists all changes for each version.
@@ -87,6 +87,8 @@ Version 0.4.2 (under dev!)
* aspell: rename option aspell.look.color to aspell.color.misspelled, add option
aspell.color.suggestions
* aspell: add support of enchant library (patch #6858)
+* irc: add option irc.look.notice_welcome_redirect to automatically redirect
+ channel welcome notices to the channel buffer
* irc: replace default prefix modes "qaohvu" by the standard ones "ov" when
PREFIX is not sent by server (bug #39802)
* irc: use 6697 as default port for SSL servers created with URL "ircs://"