]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS for two bugfixes
authorMark Walters <markwalters1009@gmail.com>
Sat, 22 Oct 2016 06:45:17 +0000 (07:45 +0100)
committerDavid Bremner <david@tethera.net>
Sat, 22 Oct 2016 15:30:21 +0000 (12:30 -0300)
This adds news items for the two bugs

    emacs: search face bugfix
and
    emacs: fix notmuch-search-line-faces defcustom

NEWS

diff --git a/NEWS b/NEWS
index ac3ceb10e29be61541c7e738bda65b4f5bdb06ab..547b961cacdd5f310d858ce011677968625f4745 100644 (file)
--- 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