]> git.cworth.org Git - notmuch/commitdiff
NEWS: summarize changes to emacs interface.
authorDavid Bremner <david@tethera.net>
Tue, 27 Apr 2021 00:12:02 +0000 (21:12 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 28 Apr 2021 10:00:00 +0000 (07:00 -0300)
This my attempt at a summary based on git log.

Amended: with suggestions from id:87wnsmkf12.fsf@bernoul.li

NEWS

diff --git a/NEWS b/NEWS
index 6a708d64b04727a2442076d65f071318d9d531b0..fd991c82da7e101b8b4ca473eaf6c034ae2bca43 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,30 @@ specify that the database should be updated, rather than a config file.
 The speed of `notmuch new` and `notmuch reindex` in dealing with large
 numbers of mail file deletions is significantly improved.
 
+Emacs
+-----
+
+Completion related updates include: de-duplicating tags offered for
+completion, use the actual initial input in address completion, allow
+users to opt out of notmuch address completion, and do not force Ido
+when prompting for senders.
+
+Some keymaps used to contain bindings for unnamed commands.  These
+lambda expressions have been replaced by named commands (symbols), to
+ease customization.
+
+Lexical binding is now used in all notmuch-emacs libraries.
+
+Fix bug in calling `notmuch-mua-mail` with a non-nil RETURN-ACTION.
+
+Removed, inlined or renamed functions and variables:
+    `notmuch-address-locate-command`,
+    `notmuch-documentation-first-line`, `notmuch-folder`,
+    `notmuch-hello-trim', `notmuch-hello-versions` => `notmuch-version`,
+    `notmuch-remove-if-not`, `notmuch-search-disjunctive-regexp`,
+    `notmuch-sexp-eof`, `notmuch-split-content-type`, and
+    `notmuch-tree-button-activate`.
+
 Notmuch 0.31.4 (2021-02-18)
 ===========================