From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id E302B6DE0946 for ; Fri, 21 Oct 2016 23:45:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.044 X-Spam-Level: X-Spam-Status: No, score=0.044 tagged_above=-999 required=5 tests=[AWL=-0.086, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9reO4eIu8zXX for ; Fri, 21 Oct 2016 23:45:23 -0700 (PDT) Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by arlo.cworth.org (Postfix) with ESMTPS id 338936DE02AC for ; Fri, 21 Oct 2016 23:45:23 -0700 (PDT) Received: by mail-wm0-f65.google.com with SMTP id f193so1653010wmg.3 for ; Fri, 21 Oct 2016 23:45:23 -0700 (PDT) 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=ACMNk1ydwrYskWhyJBbuduspBC8wwY5a9tGXR6ztsog=; b=JOodn7twOBJ0QlguUb1KopawG9eV86XU5mfbrcdlykY+P5pOqFw4I+16NNgrGHcUNk 7A+Y5PmY6H+9Wdz7wd87DhE3uKyzhEf7Rud/BLeYh4tgJfDXSvwDzFkRzDsZ9+Eak3Bu aY/ikCRXIFgvsnSCsI8gA654Dc/9inlO69zSiGI+Ok/Hz58nVdHojHa0OQmHHGBbb19+ j08+wV567NGYpWIQz62EOH6dXgqx+j7Q76USNc0/shKNVDMmy//BD9EuQsC4hYMDmznr 0wjR1C+E5G8mnXIvDJ8Sjg/Eh1ifjUUUuezNZQy2Blg2/O9wj+2ncP12xgDAWL6ts7bI On5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ACMNk1ydwrYskWhyJBbuduspBC8wwY5a9tGXR6ztsog=; b=Quf0QJprsTV4oGPQMXuUlglGDSUU3PKmBe9+HAq6IZv0eRlqKwrioGzokNL1Akg8wr OQuYZOo0HwIGctI5zWWBFO4GGVSqj3StzhjQWNN9I+Luaq43I19jzcvNQQLT9v0pWHpp BwjdTZjTFx/hTejJ3DV++uqdnzAJg6I7jsimkKcxn9yhIuom+wEGamPq40QL2eE/eKpH M3eg5OaEuCD1YMq0PeAT2SzPr2b/3z327Qeq8a3alxdVOVStoTcDf5KaGrSEK3QpzDTY Vy6YuEqpADAhcJ3aZqbQAm9EfSZx+7UnDbkwP7jka2kvGRs0s1uWCgDzaJljOAHaYE7r 5RqQ== X-Gm-Message-State: ABUngvdEP5aQNjiT0JAuItbT3LrXFgk4j0uFNdwsf6AsDcoSarFxj/pulOIJg0k/7OotrQ== X-Received: by 10.194.16.161 with SMTP id h1mr3590322wjd.164.1477118720880; Fri, 21 Oct 2016 23:45:20 -0700 (PDT) Received: from localhost (5751dfa2.skybroadband.com. [87.81.223.162]) by smtp.gmail.com with ESMTPSA id 194sm2096711wmj.20.2016.10.21.23.45.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Oct 2016 23:45:20 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH] NEWS for two bugfixes Date: Sat, 22 Oct 2016 07:45:17 +0100 Message-Id: <1477118717-17131-1-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <877f94lfs2.fsf@tethera.net> References: <877f94lfs2.fsf@tethera.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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, 22 Oct 2016 06:45:25 -0000 This adds news items for the two bugs emacs: search face bugfix and emacs: fix notmuch-search-line-faces defcustom --- Hi here is a NEWS update as requested. Best wishes Mark NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index ac3ceb1..547b961 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,15 @@ Require Xapian >= 1.2.6 Emacs ----- +Fix default colours for unread and flagged messages + + In 0.23 the default colours for unread and flagged messages in + search view were accidentally swapped. This release returns them to + the original colours. + + A related change in 0.23 broke the customize widget for + notmuch-search-line-faces. This is now fixed. + Fix test failure with Emacs 25.1 A previously undiscovered jit-lock related bug was exposed by Emacs -- 2.1.4