diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-25 09:39:59 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-25 09:39:59 +0200 |
commit | 03b6b4c1cf77f1fccb92295c4528406245382c69 (patch) | |
tree | de390f78d7132a9b6aef4c5eaca39ca259486124 /NEWS | |
parent | 73f2c2c48833568f0eb21b73ca8fed5603643d93 (diff) | |
download | weechat-03b6b4c1cf77f1fccb92295c4528406245382c69.zip |
core: display day change message dynamically (do not store it as a line in buffer) (task #12775)
Changes in options:
- rename option weechat.look.day_change_time_format to weechat.look.day_change_message
(color codes are allowed in this option)
- new option weechat.color.chat_day_change.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat Release Notes ===================== Sébastien Helleu <flashcode@flashtux.org> -v0.4.2-dev, 2013-08-17 +v0.4.2-dev, 2013-08-25 This document lists important changes for each version, that require manual @@ -16,6 +16,21 @@ http://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] Version 0.4.2 (under dev!) -------------------------- +=== Day change message === + +The day change message is now dynamically displayed, and therefore is not stored +as a line in buffer any more. + +Option 'weechat.look.day_change_time_format' has been renamed to +'weechat.look.day_change_message' (color codes are allowed in this option, see +`/help eval`). + +New color option 'weechat.color.chat_day_change' has been added. + +After `/upgrade` from an old version, you will see two messages for each day +change. This is a normal behavior and will not happen again with the next day +changes. + === Regex search in buffer === Search with regular expression has been added, and therefore some keys in search |