aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Tomi Ollila <tomi.ollila@iki.fi>2014-04-14 21:32:35 +0300
committerGravatar David Bremner <david@tethera.net>2014-04-19 05:55:08 +0900
commit55926bcb2c0d61ffaf9f46ba4e1529a7f4584cbc (patch)
tree6baab2e07761b97e55cb55e8dfd15d6baed19389 /NEWS
parent512ffe33732f5484672c69d3b7b18edeccee3768 (diff)
NEWS: notmuch-init-file and notmuch-emacs-version related news
Along with those, removed trailing space from subsection title.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eeea10e8..4ceff94f 100644
--- 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