diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-03 19:15:57 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-03 19:15:57 +0200 |
commit | 0a7b708a1f600bdb8d93c95e1ede7f74b429f99d (patch) | |
tree | 2c7ad8aa7e9a4519229bcede378c4d6e5bec6689 /ChangeLog | |
parent | f43eb87d9d35b6232b744a619ffa6005173e27f2 (diff) | |
download | weechat-0a7b708a1f600bdb8d93c95e1ede7f74b429f99d.zip |
core: add options weechat.look.prefix_align_more_after and weechat.look.prefix_buffer_align_more_after
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.4.1-rc1, 2013-05-01 +v0.4.1-rc1, 2013-05-03 This document lists all changes for each version. @@ -18,7 +18,9 @@ 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) + add new options weechat.look.prefix_align_more_after, + weechat.look.prefix_buffer_align_more_after, 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 |