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 1A6B6431FD0 for ; Fri, 30 Dec 2011 10:43:13 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.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 VA4SjrwYwwTp for ; Fri, 30 Dec 2011 10:43:11 -0800 (PST) Received: from mail-qw0-f46.google.com (mail-qw0-f46.google.com [209.85.216.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 76CB3431FB6 for ; Fri, 30 Dec 2011 10:43:11 -0800 (PST) Received: by qadc12 with SMTP id c12so9849258qad.5 for ; Fri, 30 Dec 2011 10:43:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=JNRXAMqUh7eSEtzw7XaCHfVAQDpXe1vAe5FttJzltDc=; b=kEwkKPQ5kZT+q6hMTHzyLrvdYdIuGTIgPxcWRSblexX5N1HYFHa/CyhYMAggRCtjf5 uD6DUgPHQM9QGS0Aj55VgKEldDtNUt+QIwGu/7j+yhLY4s56M8C5Qsc1LPgHznP6T5tG mj5LG5jYtR3z4XWshw9qoGJZzNQ/tJLhjYvAg= Received: by 10.224.105.196 with SMTP id u4mr49005098qao.47.1325270589808; Fri, 30 Dec 2011 10:43:09 -0800 (PST) Received: from localhost.localdomain (24-158-179-191.dhcp.jcsn.tn.charter.com. [24.158.179.191]) by mx.google.com with ESMTPS id h9sm73889870qac.13.2011.12.30.10.43.08 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Dec 2011 10:43:09 -0800 (PST) From: Aaron Ecay To: notmuch@notmuchmail.org Subject: [PATCH] Update NEWS for change by Aaron Ecay Date: Fri, 30 Dec 2011 13:42:24 -0500 Message-Id: <1325270544-28981-1-git-send-email-aaronecay@gmail.com> X-Mailer: git-send-email 1.7.8.2 In-Reply-To: <87fwg26yct.fsf@zancas.localnet> References: <87fwg26yct.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: Fri, 30 Dec 2011 18:43:13 -0000 --- NEWS | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index eaed960..3688944 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,16 @@ Automatic tag query optimization exclude messages whose tags won't change. In the past, we've suggested that people do this by hand; this is no longer necessary. +Emacs interface +--------------- + +Bug fixes + + notmuch-show-advance (bound to the spacebar in notmuch-show-mode) had + a bug that caused it to always jump to the next message, even if it + should have scrolled down to show more of the current message instead. + This is now fixed. + Notmuch 0.10.2 (2011-12-04) =========================== -- 1.7.8.2