]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
vim: use the old vim plugin function name
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index a79d8758995c1cf8d11c38654ac0609a16a3072a..e9a30c03b798c639cb17e5e53b1cc60ee0993bdc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -57,11 +57,8 @@ Bash command-line completion
 Vim Front-End
 -------------
 
-The vim based front end to notmuch is deprecated and moved to contrib.
-We haven't been able to support this as well as we would like, and it
-has accumulated bugs and gaps in functionality.  We recommend that
-people packaging notmuch no longer provide binary packages for
-notmuch-vim, but of course that is their decision.
+The vim based front-end has been replaced with a new one that uses the Ruby
+bindings. The old font-end is available in the contrib subfolder.
 
 Emacs Interface
 ---------------
@@ -82,12 +79,28 @@ Default part save directory is now `mm-default-directory`
   of `mm-default-directory`, `mailcap-download-directory`, and `~/`.
   This has been standardized on `mm-default-directory`.
 
+Better handling of errors in search buffers
+
+  Instead of interleaving errors in search result buffers, search mode
+  now reports errors in the minibuffer.
+
+Faster search results
+
+  Communication between search mode and the notmuch CLI is now more
+  efficient because it uses the CLI's S-expression support.  As a
+  result, search mode should now fill search buffers faster.
+
 No Emacs 22 support
 
   The Emacs 22 support added late 2010 was sufficient only for a short
   period of time. After being incomplete for roughly 2 years the code
   in question was now removed from this release.
 
+Key bindings for next/previous thread
+
+  Show view has new key bindings M-n and M-p to move to the next and
+  previous thread in the search results.
+
 Notmuch 0.15.2 (2013-02-17)
 ===========================