summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2021-06-28 09:18:49 +0300
committerTomi Ollila <tomi.ollila@iki.fi>2021-06-28 09:18:49 +0300
commitc2c4554ba42ace1b87e1b6257f2152e6841707fe (patch)
tree4d72cbdfd8475cff30e01045551dbc551ea3c46d
parent14bd0939d030873725ced673ab2c86fa3b1e6e7f (diff)
news for notmch 0.32.2
with news update for notmch 0.32.1
-rw-r--r--news/release-0.32.1.mdwn4
-rw-r--r--news/release-0.32.2.mdwn31
2 files changed, 35 insertions, 0 deletions
diff --git a/news/release-0.32.1.mdwn b/news/release-0.32.1.mdwn
index 5616734..639b4ee 100644
--- a/news/release-0.32.1.mdwn
+++ b/news/release-0.32.1.mdwn
@@ -22,3 +22,7 @@ Emacs
Restore the dynamically bound variables `tag-changes` and `query` in
in `notmuch-before-tag-hook` and `notmuch-after-tag-hook`.
+
+Add `notmuch-jump-key` face to fontify keys in `notmuch-jump` and
+related functions. To ensure backward compatibility, the new face
+inherits from `minibuffer-prompt`.
diff --git a/news/release-0.32.2.mdwn b/news/release-0.32.2.mdwn
new file mode 100644
index 0000000..600c321
--- /dev/null
+++ b/news/release-0.32.2.mdwn
@@ -0,0 +1,31 @@
+[[!meta date="2021-06-27"]]
+
+Notmuch 0.32.2 (2021-06-27)
+===========================
+
+General
+-------
+
+Fix a bug from 2017 that can add duplicate thread-id terms to message
+documents.
+
+CLI
+---
+
+Fix small memory leak in notmuch new.
+
+Emacs
+-----
+
+Add `(require 'seq)` for `seq-some`.
+
+Documentation
+-------------
+
+Fix man page build for Sphinx 4.x. Fix variable name in emacs docs.
+
+Tests
+-----
+
+Fix backup creation in `perf-test/T00-new`. Check openssl
+prerequisite in `add_gpgsm_home`.