aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Walters <markwalters1009@gmail.com>2016-10-22 07:45:17 +0100
committerDavid Bremner <david@tethera.net>2016-10-22 12:30:21 -0300
commit9b1538f3b21cd27208c5dd08a20c84659d231669 (patch)
treeb006213f769e17dd31ecbe1a7e4a00d8b8015a38
parent4bf3bb31dd866245005c0b2079e0ef1cf9c994ac (diff)
NEWS for two bugfixes
This adds news items for the two bugs emacs: search face bugfix and emacs: fix notmuch-search-line-faces defcustom
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ac3ceb10..547b961c 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,15 @@ Require Xapian >= 1.2.6
Emacs
-----
+Fix default colours for unread and flagged messages
+
+ In 0.23 the default colours for unread and flagged messages in
+ search view were accidentally swapped. This release returns them to
+ the original colours.
+
+ A related change in 0.23 broke the customize widget for
+ notmuch-search-line-faces. This is now fixed.
+
Fix test failure with Emacs 25.1
A previously undiscovered jit-lock related bug was exposed by Emacs