[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / c6 / c0c5a4df11b9b06aa5e98e7648f55b7a88203e
1 Return-Path: <bremner@tesseract.cs.unb.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id D7E4F6DE19D3\r
6  for <notmuch@notmuchmail.org>; Sat, 17 Oct 2015 13:46:09 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.107\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.107 tagged_above=-999 required=5 tests=[AWL=0.097, \r
12  T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id uTOaJbC58SGh for <notmuch@notmuchmail.org>;\r
16  Sat, 17 Oct 2015 13:46:08 -0700 (PDT)\r
17 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 279616DE19D0\r
19  for <notmuch@notmuchmail.org>; Sat, 17 Oct 2015 13:46:08 -0700 (PDT)\r
20 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
21  (envelope-from <bremner@tesseract.cs.unb.ca>)\r
22  id 1ZnYM2-0006vS-8I; Sat, 17 Oct 2015 20:45:26 +0000\r
23 Received: (nullmailer pid 25683 invoked by uid 1000); Sat, 17 Oct 2015\r
24  20:43:04 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: notmuch@notmuchmail.org\r
27 Subject: [PATCH 3/8] NEWS: new count api / deprecated count/search functions\r
28  for 0.21\r
29 Date: Sat, 17 Oct 2015 17:42:48 -0300\r
30 Message-Id: <1445114573-25561-4-git-send-email-david@tethera.net>\r
31 X-Mailer: git-send-email 2.5.3\r
32 In-Reply-To: <1445114573-25561-1-git-send-email-david@tethera.net>\r
33 References: <1445114573-25561-1-git-send-email-david@tethera.net>\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.18\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38  <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Sat, 17 Oct 2015 20:46:09 -0000\r
47 \r
48 ---\r
49  NEWS | 9 +++++++++\r
50  1 file changed, 9 insertions(+)\r
51 \r
52 diff --git a/NEWS b/NEWS\r
53 index d35b8cd..7f2f249 100644\r
54 --- a/NEWS\r
55 +++ b/NEWS\r
56 @@ -70,6 +70,15 @@ Database revision tracking\r
57    query parser and the new function\r
58    `notmuch_database_get_revision`. For the latter, see `notmuch(3)`.\r
59  \r
60 +New status code returning API for n_query_count_{messages,threads}.\r
61 +\r
62 +Deprecated functions\r
63 +\r
64 +  `notmuch_query_search_threads`, `notmuch_query_search_messages`,\r
65 +  `notmuch_query_count_messages`, and `notmuch_query_count_threads`\r
66 +  are all deprecated as of this release.  Clients are encouraged to\r
67 +  transition to the `_st` variants supporting better error reporting.\r
68 +\r
69  Notmuch 0.20.2 (2015-06-27)\r
70  ===========================\r
71  \r
72 -- \r
73 2.5.3\r
74 \r