From 1523d512fe5f22a4b2ce4dd84798eaccf4d391f0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 15 Sep 2016 15:05:07 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.asciidoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 3a1b17ebc..d17ed4a04 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -118,6 +118,20 @@ Changed questions. - The new `--qt-arg` and `--qt-flag` arguments can be used to pass arguments/flags to Qt's commandline. +- Error/warning/info messages are now shown stacked above the statusbar. + This also added various new settings: + * `colors -> messages.fg.error` (renamed from `statusbar.fg.error`) + * `colors -> messages.bg.error` (renamed from `statusbar.bg.error`) + * `colors -> messages.border.error` + * `colors -> messages.fg.warning` (renamed from `statusbar.fg.warning`) + * `colors -> messages.bg.warning` (renamed from `statusbar.bg.warning`) + * `colors -> messages.border.warning` + * `colors -> messages.fg.info` + * `colors -> messages.bg.info` + * `colors -> messages.border.info` + * `fonts -> messages.error` + * `fonts -> messages.warning` + * `fonts -> messages.info` Deprecated ~~~~~~~~~~