aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-01-04 21:07:31 -0400
committerDavid Bremner <david@tethera.net>2018-01-05 07:58:20 -0400
commitc5944537c8b308be58905f50366412e492fb8132 (patch)
tree2e85683c338d1c3a1e49c8069a535b5a4b435146
parent4820291bc5baeb2aecc35fd5e4e7ab02143233c6 (diff)
NEWS: minimalist notes for Vladimir's changes
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 94537e52..75903c2d 100644
--- a/NEWS
+++ b/NEWS
@@ -75,6 +75,16 @@ Indexing cleartext of encrypted e-mails
index are roughly equivalent to the cleartext as well. DO NOT USE
this feature without considering the security of your index.
+Emacs
+-----
+
+Guard against concurrent searches in notmuch-tree
+
+Use make-process when available
+
+ This allows newer Emacs to separate stdout and stderr from the
+ notmuch command without using temporary files.
+
Library Changes
---------------