X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=0a4ab4bbe12e952eebfec6eb35840a8466301f11;hp=ca3ba99ecca2f1301309ac9fe2f508f15227e697;hb=582f255aeba3998428fa489dc22c735bd0b88143;hpb=64bfe544fd695e30d030e0bf25daf4435c070fb2 diff --git a/NEWS b/NEWS index ca3ba99e..0a4ab4bb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,55 @@ +Notmuch 0.29 (UNRELEASED) +========================= + +Command Line Interface +---------------------- + +`notmuch show` now supports --body=false and --include-html with +--format=text + +Emacs +----- + +Support for GNU Emacs older than 25.1 is deprecated with this release, +and may be removed in a future release. + +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) =========================