From: Tomi Ollila Date: Mon, 28 Jun 2021 06:18:49 +0000 (+0300) Subject: news for notmch 0.32.2 X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=c2c4554ba42ace1b87e1b6257f2152e6841707fe news for notmch 0.32.2 with news update for notmch 0.32.1 --- 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`.