aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2026-01-22 21:34:12 +0900
committerDavid Bremner <david@tethera.net>2026-01-22 21:34:12 +0900
commit0b69e2a4fd9fc28b44d9ba95e8de43ddbd9fe449 (patch)
tree65677df9019ac97ff6ec0ae35b30ba48d75307a0
parent47661269c779313d205af77cddcb88efd4d17764 (diff)
NEWS: initial news for 0.40
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 82b1a2e0..c52b6746 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,36 @@
Notmuch 0.40 (UNRELEASED)
=========================
+General
+-------
+
+Accept "key-missing" from a signature from a revoked key
+
+Library
+-------
+
+New API notmuch_{threads,messages}_status to allow distinguishing
+iterator exaustion from iterator invalidation due to errors.
+
+Emacs
+-----
+
+Documentation improvements. Fix for bug related to "hide-exclude" in
+notmuch-hello. A new autoloads file is generated for people installing
+without package.el or similar. Fix disabling notmuch-show-header-line
+via custom.
+
+Python Bindings
+---------------
+
+Provide a binding reopen a database. Some small fixes to
+documentation. Make IndexOptions public.
+
+Ruby Bindings
+-------------
+
+Simplify and cleanup build, fix talloc flags.
+
Notmuch 0.39 (2025-03-15)
=========================