X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=f226dffba6b7b6e3173f48d872129421b72fb923;hb=ee26cae09345df9534b2fe36f10ff8aed57f2422;hp=cd7fde71344e34f9bd4ffd08b35120775c36883e;hpb=0f90b2ecebc2b07b2b000e6a11730e1c48f52305;p=notmuch diff --git a/NEWS b/NEWS index cd7fde71..f226dffb 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ Notmuch 0.31 (UNRELEASED) Emacs ----- +Notmuch now supports Emacs 27.1. You may need to set +`mml-secure-openpgp-sign-with-sender` and/or +`mml-secure-smime-sign-with-sender` to continue signing messages. + The minimum supported major version of GNU Emacs is now 25.1. Add support for moving between threads after notmuch-tree-from-search-thread. @@ -28,6 +32,12 @@ Add `notmuch_message_get_flag_st` and `notmuch_message_has_maildir_flag_st`, and deprecate the existing non-status providing versions. +Move memory de-allocation from `notmuch_database_close` to +`notmuch_database_destroy`. + +Handle relative filenames in `notmuch_database_index_file`, as +promised in the documentation. + Python Bindings --------------- @@ -41,6 +51,11 @@ Dependencies We now support building notmuch against Xapian 1.5 (the current development version). +Test Suite +---------- + +Test suite fixes for compatibility with Emacs 27.1. + Notmuch 0.30 (2020-07-10) =========================