]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
NEWS: Dropped old 'Reply to sender' section
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index f9878113b55be92ba7ccf68b07892fb5643038b9..9a690cb74c2eb04ff419f0a1c0e71f223d922cea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,18 +4,11 @@ Notmuch 0.13 (2012-xx-xx)
 Command-Line Interface
 ----------------------
 
-Reply to sender
-
-  "notmuch reply" has gained the ability to create a reply template
-  for replying just to the sender of the message, in addition to reply
-  to all. The feature is available through the new command line option
-  --reply-to=(all|sender).
-
 JSON reply format
 
   "notmuch reply" can now produce JSON output that contains the headers
   for a reply message and full information about the original message
-  begin replied to. This allows MUAs to create replies intelligtently.
+  begin replied to. This allows MUAs to create replies intelligently.
   For example, an MUA that can parse HTML might quote HTML parts.
 
   Calling notmuch reply with --format=json imposes the restriction that
@@ -60,6 +53,18 @@ Listing configuration items
 Emacs Interface
 ---------------
 
+Changes to tagging interface
+
+  The user-facing tagging functions in the Emacs interface have been
+  normalized across all notmuch modes.  The tagging functions are now
+  'notmuch-search-tag' in search-mode, and 'notmuch-show-tag' in
+  show-mode.  They accept a string representing a single tag change,
+  or a list of tag changes.  See 'M-x describe-function notmuch-tag'
+  for more information.
+
+  NOTE: This breaks compatibility with old tagging functions, so user
+  may need to update in custom configurations.
+
 Reply improvement using the JSON format
 
   Emacs now uses the JSON reply format to create replies. It obeys