--- /dev/null
+Return-Path: <markwalters1009@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 1BA19431FB6\r
+ for <notmuch@notmuchmail.org>; Sat, 19 Apr 2014 00:50:16 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.201\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
+ RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id Oe+yERE5VIJK for <notmuch@notmuchmail.org>;\r
+ Sat, 19 Apr 2014 00:50:12 -0700 (PDT)\r
+Received: from mail-we0-f176.google.com (mail-we0-f176.google.com\r
+ [74.125.82.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id B3A14431FAF\r
+ for <notmuch@notmuchmail.org>; Sat, 19 Apr 2014 00:50:11 -0700 (PDT)\r
+Received: by mail-we0-f176.google.com with SMTP id x48so2165295wes.7\r
+ for <notmuch@notmuchmail.org>; Sat, 19 Apr 2014 00:50:09 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id;\r
+ bh=KatxebWssWcIFIpea3xh8ANf8WYe74OANjoWILK7IqQ=;\r
+ b=KxtQleC0gVqqjfJ0uDquc2Iwk/KIPksGKBP1DAZC7bVBgPMsgb8ltSyZyewn8bgV83\r
+ 0Yn1esYXStegiq/+lpk7jj2NMU2vSwFq8RiMHiIFmHXOz/PmA7t6ltjBIUVP0TeL9okv\r
+ UteNUi+X8Qw+k6ggH8i1tjrQ17MeoUzWIIlNXxbfT5G8Vlk4C2M6iNnKsusqZcnFo9Ai\r
+ 6JtPTLZE7vbbQc2bOWtZnhQeW3krXy+sMtPRVuUVLchgpP8mzAcZnRSpV6S5BhzITRXg\r
+ xFi0kp8NoKm+ZTSa3H67lRt8DOonXarQn6c1Qdh3U5U5krtpepmhAFV/zo/9ztaVr65r\r
+ 4SXw==\r
+X-Received: by 10.180.92.34 with SMTP id cj2mr5667513wib.15.1397893809243;\r
+ Sat, 19 Apr 2014 00:50:09 -0700 (PDT)\r
+Received: from localhost (94.196.248.227.threembb.co.uk. [94.196.248.227])\r
+ by mx.google.com with ESMTPSA id uy4sm33108682wjc.8.2014.04.19.00.50.07\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Sat, 19 Apr 2014 00:50:08 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] NEWS for displaying tag changes\r
+Date: Sat, 19 Apr 2014 08:49:56 +0100\r
+Message-Id: <1397893796-21065-1-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.10.4\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 19 Apr 2014 07:50:16 -0000\r
+\r
+---\r
+I don't know if any special markdown is needed for the two lisp\r
+expressions: '((".*" nil)) and '((".*" tag)) so that may need tweaking.\r
+\r
+Best wishes\r
+\r
+Mark\r
+\r
+ NEWS | 21 +++++++++++++++++++++\r
+ 1 file changed, 21 insertions(+)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index 19c6556..ec10c58 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -52,6 +52,27 @@ The keys of `notmuch-tag-formats` are now regexps\r
+ `notmuch-tag-formats` will continue to work as before unless tags\r
+ contain regexp special characters like `.` or `*`.\r
+ \r
++Changed tags are now shown in the buffer\r
++\r
++ Previously tag changes made in a buffer were shown immediately. In\r
++ some cases (particularly automatic tag changes like marking read)\r
++ this made it hard to see what had happened (e.g., whether the\r
++ message had been unread).\r
++\r
++ The changes are now shown explicitly in the buffer: by default\r
++ deleted tags are displayed with red strike-through and added tags\r
++ are displayed underlined in green (inverse video is used for deleted\r
++ tags if the terminal does not support strike-through).\r
++\r
++ The variables `notmuch-tag-deleted-formats` and\r
++ `notmuch-tag-added-formats`, which have the same syntax as\r
++ `notmuch-tag-formats`, allow this to be customized.\r
++\r
++ Setting `notmuch-tag-deleted-formats` to '((".*" nil))) and\r
++ `notmuch-tag-added-formats` to '((".*" tag)) will give the old\r
++ behavior of hiding deleted tags and showing added tags identically\r
++ to tags already present.\r
++\r
+ Version variable\r
+ \r
+ The new, build-time generated variable `notmuch-emacs-version` is used\r
+-- \r
+1.7.10.4\r
+\r