aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2013-11-30 13:53:41 +0000
committerGravatar David Bremner <david@tethera.net>2013-12-01 16:52:12 -0400
commitb121a386d704ef0c7242f1965e13429897a6986c (patch)
tree255c6025d87deb769b7787fe1c0a47aee51eda57 /NEWS
parente41ca03f638675df54c33f9a1a66219680107284 (diff)
News updates for Mark's bugfixes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d233b0ae..28d2a2a6 100644
--- a/NEWS
+++ b/NEWS
@@ -139,6 +139,26 @@ The `notmuch-tag` function now requires a list of tag changes
changes or a space-separated string of tag changes. The latter is
no longer supported and the function now returns nothing.
+Fixed `notmuch-reply` putting reply in primary selection
+
+ On emacs 24 notmuch-reply used to put the cited text into the
+ primary selection (which could lead to inadvertently pasting this
+ cited text elsewhere). Now the primary-selection is not changed.
+
+Fixed `notmuch-show` invisible part handling
+
+ In some obscure cases part buttons and invisibility had strange
+ interactions: in particular, the default action for some parts gave
+ the wrong action. This has been fixed.
+
+Fixed `notmuch-show` attachment viewers and stderr
+
+ In emacs 24.3+ viewing an attachment could cause spurious text to
+ appear in the show buffer (any stderr or stdout the viewer
+ produced). By default this output is now discarded. For debugging,
+ setting `notmuch-show-attachment-debug` causes notmuch to keep the
+ viewer's stderr and stdout in a separate buffer.
+
Fixed `notmuch-mua-reply` point placement when signature involved
By restricting cursor movement to body section for cursor placement