]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
emacs: show: document the mark unread defcustom function
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index 47188381c53da50a13e558479cef5154860e83e7..de935cc7871bb19242a8055296683f6d7fa8c8ed 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
-Notmuch 0.19 (UNRELEASED)
-=========================
+Notmuch 0.19~rc1 (2014-11-06)
+=============================
+
+Command-Line Interface
+----------------------
+
+Stopped `notmuch dump` failing if someone writes to the database
+
+  The dump command now takes the write lock when running. This
+  prevents other processes from writing to the database during the
+  dump which would cause the dump to fail. Note, if another notmuch
+  process already has the write lock the dump will not start, so
+  script callers should still check the return value.
 
 Emacs Interface
 ---------------
@@ -16,6 +27,12 @@ Expanded default saved search settings
   The default saved searches now include several more common searches,
   as well as shortcut keys for `notmuch-jump`.
 
+Improved `q` binding in notmuch buffers
+
+  `q` will now bury rather than kill a notmuch search, show or tree
+  buffer if there are multiple windows showing the buffer. If only a
+  single window is showing the buffer, it is killed.
+
 Library changes
 ---------------