From: Mark Walters Date: Sat, 30 Nov 2013 13:53:41 +0000 (+0000) Subject: [PATCH] News updates for Mark's bugfixes X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b74852a6dd707adcc1ef65eca737d9e21a5c20d0;p=notmuch-archives.git [PATCH] News updates for Mark's bugfixes --- diff --git a/79/5418abdb383c7f8492a63905b6092d2c9b903f b/79/5418abdb383c7f8492a63905b6092d2c9b903f new file mode 100644 index 000000000..5e3c4a095 --- /dev/null +++ b/79/5418abdb383c7f8492a63905b6092d2c9b903f @@ -0,0 +1,111 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id B2E33431FAF + for ; Sat, 30 Nov 2013 05:54:07 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.201 +X-Spam-Level: +X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, + RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id qf992SPgp5sZ for ; + Sat, 30 Nov 2013 05:54:00 -0800 (PST) +Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com + [74.125.82.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 070C0431FAE for ; Sat, 30 Nov 2013 05:53:59 -0800 + (PST) +Received: by mail-wg0-f42.google.com with SMTP id a1so2721672wgh.3 + for ; Sat, 30 Nov 2013 05:53:56 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:date:message-id:in-reply-to:references; + bh=2lWMbflNL9YNIRUH09GpvfCfMZSzLagrnPJbq0iIWlQ=; + b=polJKL3drDYHTgs+Xl75sb8St8PYeX8fq54+GQlhwcfXe8uvzmzEfCywAwEOpz2OYx + 8hpb4RBzXCx5+um+B9lspQeFmF2RiiOxuL9Fogp9oVKF892paUQep4uKa2NwjwDDjwji + b1yIVBLa7UoJTeJuUax3R7wSj8dHo3dh38y263SEiZjLJmvlX1ZxZnTnNWH84lR99Vi+ + CjlAmd163GVaXLBI4ujHm7MIymNAjwJK1FUG0QJMCFGArmuZ/8Dz/J85ep9476K9Apue + VNzhODyjdSj3Q9TkfYeE5xbRA1tBCVrSmPEeadsMtREdRkVv+TcBfYgQxgoYw6C3gF2P + teuQ== +X-Received: by 10.180.12.70 with SMTP id w6mr11108462wib.4.1385819636082; + Sat, 30 Nov 2013 05:53:56 -0800 (PST) +Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) + by mx.google.com with ESMTPSA id e10sm80401836wiy.7.2013.11.30.05.53.55 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 30 Nov 2013 05:53:55 -0800 (PST) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH] News updates for Mark's bugfixes +Date: Sat, 30 Nov 2013 13:53:41 +0000 +Message-Id: <1385819621-7457-1-git-send-email-markwalters1009@gmail.com> +X-Mailer: git-send-email 1.7.9.1 +In-Reply-To: <87r49y3u0t.fsf@zancas.localnet> +References: <87r49y3u0t.fsf@zancas.localnet> +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 30 Nov 2013 13:54:07 -0000 + +--- +Here is the NEWS for my bugfixes. I have not provided a news item for +"emacs: bugfix unquoted symbol" as that was only briefly a bug during +this development cycle: the bug was not present in any release. + +Best wishes + +Mark + + + + NEWS | 20 ++++++++++++++++++++ + 1 files changed, 20 insertions(+), 0 deletions(-) + +diff --git a/NEWS b/NEWS +index 3a11dc8..6d03732 100644 +--- a/NEWS ++++ b/NEWS +@@ -115,6 +115,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 +-- +1.7.9.1 +