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 666816DE189E for ; Sun, 16 Jul 2017 18:44:16 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[AWL=0.010, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 tTqPEd2LG_On for ; Sun, 16 Jul 2017 18:44:15 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 4F2C76DE1793 for ; Sun, 16 Jul 2017 18:44:14 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1dWv1o-0001yD-C3; Sun, 16 Jul 2017 21:40:52 -0400 Received: (nullmailer pid 13568 invoked by uid 1000); Mon, 17 Jul 2017 01:44:09 -0000 From: David Bremner To: notmuch@notmuchmail.org, notmuch@freelists.org Subject: [PATCH] NEWS: Initial writeup for my contributions to 0.25 Date: Sun, 16 Jul 2017 22:44:02 -0300 Message-Id: <20170717014402.13525-1-david@tethera.net> X-Mailer: git-send-email 2.13.2 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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, 17 Jul 2017 01:44:16 -0000 --- NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/NEWS b/NEWS index 7e552a1b..ed6b776e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,49 @@ Notmuch 0.25 (UNRELEASED) ========================= +General +------- + +Add regexp searching for mid, paths, and tags. + +Skip HTML tags when indexing + + In particular this avoids indexing large inline images. + +Command Line Interface +---------------------- + +Bash completion is now installed to /usr/share by default. + +Fix dump headers to match documentation + +Allow space as separator for keyword arguments. + +Emacs +----- + +Don't use 'function' as variable name, workaround emacs bug 26406. + +Library Changes +--------------- + +Add workaround for date parsing of bad input in older GMime + + In certain circumstances, older GMime libraries could return + negative numbers when parsing syntactically invalid dates. + +Replace deprecated functions with status returning versions + + API of notmuch_query_{search,count}_{messages,threads} has + changed. notmuch_query_add_tag_exclude now returns a status + value. + +Add support for building against GMime 3.0. + +Rename libutil.a to libnotmuch_util.a. + +libnotmuch SONAME is incremented to libnotmuch.so.5. + Notmuch 0.24.2 (2017-06-01) =========================== -- 2.13.2