X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=d8aa272f00930f34964f82851ce44b22ab33b27f;hb=86b657d014c500a04e442ee756687753564bbead;hp=64de999938f733e43311a5386ce8ec045d46580d;hpb=37e5bc00aeb9123dd88367b7506a19f74877dfe4;p=notmuch diff --git a/NEWS b/NEWS index 64de9999..d8aa272f 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,62 @@ Notmuch 0.29 (UNRELEASED) Command Line Interface ---------------------- -`notmuch show` now supports --body=false with --format=text +`notmuch show` now supports --body=false and --include-html with +--format=text + +Emacs +----- + +The minimum supported major version of Emacs is now 24. + +Support for GNU Emacs older than 25.1 is deprecated with this release, +and may be removed in a future release. + +Notmuch 0.28.4 (2019-05-05) +=========================== + +Command line interface +---------------------- + +Fix a spurious error when using `notmuch show --raw` on messages whose +size is a multiple of the internal buffer size. + +Notmuch 0.28.3 (2019-03-05) +=========================== + +Library +------- + +Fix a bug with the internal data structure _notmuch_string_map_t used +by message properties. + +Build System +------------ + +Serialize calls to sphinx-build to avoid race condition. +` +Notmuch 0.28.2 (2019-02-17) +=========================== + +Emacs +----- + +Invoke gpg with --batch and --no-tty. + +Python Bindings +--------------- + +Fix documentation build with Python 3.7. Note that Python >= 3.3 is +now needed to build this documentation. + +Notmuch 0.28.1 (2019-02-01) +=========================== + +Build System +------------ + +`configure` no longer uses the special variable BASH, as this causes +problems on systems where /bin/sh is bash. Notmuch 0.28 (2018-10-12) =========================