]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
CLI: remove alias machinery, and "part", "search-tags" commands
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index 05f2080de2eae3f4434acc9666dd9fe4be5306f7..9db9daf01498bad41319977936e6eaabd0c05c2d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
-Notmuch 0.15~rc1 (2013-01-16)
-=============================
+Notmuch 0.16 (2013-MM-DD)
+=========================
+
+Command-Line Interface
+----------------------
+
+Deprecated commands "part" and "search-tags" are removed.
+
+Notmuch 0.15 (2013-01-18)
+=========================
 
 General
 -------
@@ -91,6 +99,10 @@ Visibility of MIME parts can be toggled
   `notmuch-multipart/alternative-discouraged` and
   `notmuch-show-all-multipart/alternative-parts`.
 
+  Note notmuch-show-print-message (bound to '#' by default) will print
+  all parts of multipart/alternative message regardless of whether
+  they are currently hidden or shown in the buffer.
+
 Emacs now buttonizes mid: links
 
   mid: links are a standardized way to link to messages by message ID
@@ -178,8 +190,8 @@ Internal test framework changes
 
 The emacsclient binary is now user-configurable
 
-  The test framework now accepts TEST_EMACSCLIENT in addition to
-  TEST_EMACS for configuring the emacsclient to use.  This is
+  The test framework now accepts `TEST_EMACSCLIENT` in addition to
+  `TEST_EMACS` for configuring the emacsclient to use.  This is
   necessary to avoid using an old emacsclient with a new emacs, which
   can result in buggy behavior.