From 03b6b4c1cf77f1fccb92295c4528406245382c69 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 25 Aug 2013 09:39:59 +0200 Subject: 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. --- NEWS | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 241d9eb4d..ab80be6e5 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ WeeChat Release Notes ===================== Sébastien Helleu -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 -- cgit v1.2.3