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 43695431FD0 for ; Mon, 11 Jul 2011 03:32:53 -0700 (PDT) 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 meqYCIKPgEOh for ; Mon, 11 Jul 2011 03:32:52 -0700 (PDT) Received: from mail-fx0-f46.google.com (mail-fx0-f46.google.com [209.85.161.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 9C92A431FB6 for ; Mon, 11 Jul 2011 03:32:52 -0700 (PDT) Received: by fxh19 with SMTP id 19so3817011fxh.19 for ; Mon, 11 Jul 2011 03:32:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=Q9ci80DCIeTfF+16CT5VhURpE925dmGyxLlDce/wwng=; b=HByKcjHH9g6D0cyzjs0srXqOtbZK5SGqxP/bkssfozSwyHjE8Z4HvLhqhdf2IuQNVB tlZp25NJihWnRHR1iKweaPjkc/YAspq4I57PU/zb6QgLYsqt5YDrD43g3xSfyCSlrStD jzSId1zoPp5DRH0Wtfr3s6cboOirltQ1GXxvo= Received: by 10.223.6.198 with SMTP id a6mr7211054faa.126.1310380371371; Mon, 11 Jul 2011 03:32:51 -0700 (PDT) Received: from localhost (s0926.dyn.hrz.tu-darmstadt.de [130.83.107.158]) by mx.google.com with ESMTPS id u20sm7072576fac.42.2011.07.11.03.32.49 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Jul 2011 03:32:50 -0700 (PDT) From: Daniel Schoepe To: notmuch@notmuchmail.org Subject: [PATCH] emacs: NEWS entry for user-defined sections Date: Mon, 11 Jul 2011 12:32:45 +0200 Message-Id: <1310380365-22758-1-git-send-email-daniel.schoepe@googlemail.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1310234598-15143-1-git-send-email-daniel.schoepe@googlemail.com> References: <1310234598-15143-1-git-send-email-daniel.schoepe@googlemail.com> 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: Mon, 11 Jul 2011 10:32:53 -0000 --- NEWS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index f3fefad..98a6b28 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Notmuch 0.7 (YYYY-MM-DD) +======================= +New emacs-interface features +---------------------------- +Customizable notmuch-hello page + + The notmuch-hello page can now be customized using the + notmuch-hello-sections variable. It allows removing and adding + arbitrary sections (functions that insert UI elements). Various + often-used, configurable section types are also provided. This + feature is also fully usable via the customize-interface. For more + information, see `M-x describe-variable notmuch-hello-sections'. + Notmuch 0.6 (2011-07-01) ======================= New, general features -- 1.7.5.4