diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-29 18:30:59 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-29 18:30:59 +0200 |
commit | 16cc0b6088354df6b5e8fdfd7ac9b79871190128 (patch) | |
tree | 902cbe43814e6430c92f153203a07aba53b3a391 /ChangeLog | |
parent | cf8a125ef233bff8315f28540753f50cad279663 (diff) | |
download | weechat-16cc0b6088354df6b5e8fdfd7ac9b79871190128.zip |
core: make nick prefix/suffix dynamic (move options from irc plugin to core, add logger options) (bug #37531)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.4.1-dev, 2013-04-28 +v0.4.1-dev, 2013-04-29 This document lists all changes for each version. @@ -14,6 +14,10 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] Version 0.4.1 (under dev!) -------------------------- +* core: make nick prefix/suffix dynamic (not stored in the line): move options + irc.look.nick_{prefix|suffix} to weechat.look.nick_{prefix|suffix} and options + irc.color.nick_{prefix|suffix} to weechat.color.chat_nick_{prefix|suffix}, + add new options logger.file.nick_{prefix|suffix} (bug #37531) * core: reset scroll in window before zooming on a merged buffer (bug #38207) * core: install icon file (patch #7972) * core: fix refresh of item "completion": clear it after any action that is |