]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
NEWS: notmuch-init-file and notmuch-emacs-version related news
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 14 Apr 2014 18:32:35 +0000 (21:32 +0300)
committerDavid Bremner <david@tethera.net>
Fri, 18 Apr 2014 20:55:08 +0000 (05:55 +0900)
Along with those, removed trailing space from subsection title.

NEWS

diff --git a/NEWS b/NEWS
index eeea10e872ec82a84c45966160cd238c9e39c172..4ceff94f5c307e385bc080d9f5fcecb9302f8c3c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Notmuch 0.18 (UNRELEASED)
 Command-Line Interface
 ----------------------
 
-`notmuch dump` now defaults to `batch-tag` format.
+`notmuch dump` now defaults to `batch-tag` format
 
   The old format is still available with `--format=sup`.
 
@@ -15,6 +15,14 @@ Command-Line Interface
 Emacs Interface
 ---------------
 
+Init file
+
+  If the file pointed by new variable `notmuch-init-file` (typically
+  `~/.emacs.d/notmuch-config.el`) exists, it is loaded at the end of
+  `notmuch.el`. Users can put their personal notmuch emacs lisp based
+  configuration/customization items there instead of filling
+  `~/.emacs` with these.
+
 Changed format for saved searches
 
   The format for `notmuch-saved-searches` has changed, but old style
@@ -38,6 +46,15 @@ Changed format for saved searches
   saved-search :name) and (cdr saved-search) by
   (notmuch-saved-search-get saved-search :query) should be sufficient.
 
+Version variable
+
+  The new, build-time generated variable `notmuch-emacs-version` is used
+  to distinguish between notmuch cli and notmuch emacs versions.
+  The function `notmuch-hello-versions` (bound to 'v' in notmuch-hello
+  window) prints both notmuch cli and notmuch emacs versions in case
+  these differ from each other.
+  This is especially useful when using notmuch remotely.
+
 Bug fix for saved searches with newlines in them
 
   Split lines confuse `notmuch count --batch`, so we remove embedded