From: David Bremner Date: Fri, 5 Jan 2018 01:07:31 +0000 (-0400) Subject: NEWS: minimalist notes for Vladimir's changes X-Git-Tag: 0.26_rc2~2 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=c5944537c8b308be58905f50366412e492fb8132 NEWS: minimalist notes for Vladimir's changes --- 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 ---------------