notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 6d3713c981271122cb611f2ae94e07c31ca34c21 (patch)
   parent 16538b6b NEWS: document fixes for emacs23
     tree e6d2cfd080577366a01f2136cfd9795c8ff081c0
   author Mark Walters <markwalters1009@gmail.com>  2016-11-18 09:02:27 +0000
committer David Bremner <david@tethera.net>         2016-11-20 08:19:15 -0400

NEWS for notmuch-cycle-notmuch-buffers

---
 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS b/NEWS
index e693da7d..0a543f53 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,12 @@ Notmuch 0.23.2 (UNRELEASED)
 Emacs
 -----
 
+Fix notmuch-interesting-buffer and notmuch-cycle-notmuch-buffers.
+
+  notmuch-tree-mode and notmuch-message-mode buffers are now
+  considered interesting by `notmuch-interesting-buffer` and
+  `notmuch-cycle-notmuch-buffers`.
+
 Restore compatibility with Emacs 23.
 
   Notmuch support for Emacs 23 is now deprecated.


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git