summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2016-11-16 22:42:56 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2016-11-16 22:42:56 +0200
commitaf1cd988b9bcaff2631f06c1f90fd92c0f82b6d1 (patch)
treed449f64a14516a55bbc02af6b956a3907e36c98b
parentfe4e06aa754e9cb9396c8d87af14013fb36ca47d (diff)
A news/release-0.23.1.mdwn
-rw-r--r--news/release-0.23.1.mdwn29
1 files changed, 29 insertions, 0 deletions
diff --git a/news/release-0.23.1.mdwn b/news/release-0.23.1.mdwn
new file mode 100644
index 0000000..7543c8a
--- /dev/null
+++ b/news/release-0.23.1.mdwn
@@ -0,0 +1,29 @@
+[[!meta date="2016-10-23"]]
+
+Notmuch 0.23.1 (2016-10-23)
+===========================
+
+General
+-------
+
+### Require Xapian >= 1.2.6
+
+The ifdef branch for older Xapian (pre-compact API) had bit-rotted.
+
+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
+25, causing a notmuch-show mode test to fail. This release fixes the
+bug, and hence the test.