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 94C42429E3D for ; Wed, 4 Jan 2012 01:25:31 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1] 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 GSQMkjQXcsN6 for ; Wed, 4 Jan 2012 01:25:31 -0800 (PST) Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222]) by olra.theworths.org (Postfix) with ESMTP id EC24B431FD0 for ; Wed, 4 Jan 2012 01:25:30 -0800 (PST) Received: from thor.loria.fr (thor.loria.fr [152.81.12.250]) by ks3536.kimsufi.com (Postfix) with ESMTPSA id 848E06A0026; Wed, 4 Jan 2012 10:25:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net; s=key-schnouki; t=1325669129; bh=OxutfamxBezTJ55A9JzAt+TBA5wljwAAEgo9r1XZlO0=; h=From:To:Subject:Date:Message-Id:In-Reply-To:References; b=f8ay00ZEdEFXDBlmdQo1+bwDpLryTt5RuhtFT15dugycf6bXddU0v7juycZhrfQCx JyOnFf16otnmBze3TRPYIuz9HRKN356o6kOh5mfedyAqrX6k1cq6SjTTizlJ/qAlo7 U5S2Mtl83DtRFfDSfHEWg2JT4rOo2KSZwZk8wew4= From: Thomas Jost To: notmuch@notmuchmail.org Subject: [PATCH] Update NEWS for Emacs changes Date: Wed, 4 Jan 2012 10:25:07 +0100 Message-Id: <1325669107-8293-1-git-send-email-schnouki@schnouki.net> X-Mailer: git-send-email 1.7.8.1 In-Reply-To: <8739byiaef.fsf@zancas.localnet> References: <8739byiaef.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: Wed, 04 Jan 2012 09:25:31 -0000 --- Hello world, Here's my part. (Also describes Ivy Foster's patch for notmuch-hello-mode-hook.) Regards, Thomas NEWS | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 6650126..8a3ff5a 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,25 @@ Improvements in saved search management not inserted in front. It's also possible to define a sort function for displaying saved searches; alphabetical sort is provided. +Hooks for notmuch-hello + + Two new hooks have been added: "notmuch-hello-mode-hook" (called after + entering notmuch-hello-mode) and "notmuch-hello-refresh-hook" (called + after updating a notmuch-hello buffer). + +New face for crypto parts headers + + Crypto parts used to be displayed with a hardcoded color. A new face + has been introduced to fix this: notmuch-crypto-part-header. It + defaults to the same value as before, but can be customized to match + other color themes. + +Use space as default thousands separator + + Big numbers in notmuch-hello are now displayed using a space as + thousands separator (e.g. "123 456" instead of "123,456"). This can be + changed by customizing "notmuch-hello-thousands-separator". + Performance ----------- -- 1.7.8.1