[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 86 / 214f4a54cdb44f2e807e30d66f198ba2624513
1 Return-Path: <jani@nikula.org>\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 olra.theworths.org (Postfix) with ESMTP id 48F36431FB6\r
6         for <notmuch@notmuchmail.org>; Wed, 12 Sep 2012 14:27:35 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id Cu-PynB2ruW9 for <notmuch@notmuchmail.org>;\r
16         Wed, 12 Sep 2012 14:27:34 -0700 (PDT)\r
17 Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com\r
18         [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 33302431FAF\r
21         for <notmuch@notmuchmail.org>; Wed, 12 Sep 2012 14:27:34 -0700 (PDT)\r
22 Received: by lbbgk1 with SMTP id gk1so1587473lbb.26\r
23         for <notmuch@notmuchmail.org>; Wed, 12 Sep 2012 14:27:31 -0700 (PDT)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=google.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state;\r
27         bh=sHnrYe4ia37dzHOiK6DkMxIVbUiL6GXQJNAuJLrV704=;\r
28         b=N7PJj6YCQrJnX/25tL5eTIJAzrHk38yoi/2OUk1ISEJXt29HpHNXQ9TtILt2k2WkR0\r
29         1mhZ5DVyLesGD80thdyqiUBxwU2ftqbLDBKMshXMuxEt9YfAixgXfrf1gHnBnLN6WJLz\r
30         mVdb6O7wlE8ibZlyVI0Or4lKyu9x4I4oysJodc/x48wkC8c9jdR/W0/NQZGamgEyzyYC\r
31         LHbZ4AHaUwu1VYPwnU8fnzoWxAmdp2Rib/nsKflIqVm7X5CzBfp3sxQkGkf4K1cXIUSv\r
32         0aNjERKPXsQksWa1QbpNiBk0/JVgl4tEMQ/QQDhWwA/13euU52oFUSk59Ne4C1HwJY+v\r
33         M1kg==\r
34 Received: by 10.112.23.40 with SMTP id j8mr153936lbf.31.1347485251028;\r
35         Wed, 12 Sep 2012 14:27:31 -0700 (PDT)\r
36 Received: from localhost (dsl-hkibrasgw4-fe51df00-27.dhcp.inet.fi.\r
37         [80.223.81.27]) by mx.google.com with ESMTPS id\r
38         lq10sm21216300lab.15.2012.09.12.14.27.28\r
39         (version=SSLv3 cipher=OTHER); Wed, 12 Sep 2012 14:27:29 -0700 (PDT)\r
40 From: Jani Nikula <jani@nikula.org>\r
41 To: notmuch@notmuchmail.org,\r
42         David Bremner <david@tethera.net>\r
43 Subject: [PATCH v3 0/9]  notmuch search date:since..until query support\r
44 Date: Thu, 13 Sep 2012 00:27:17 +0300\r
45 Message-Id: <cover.1347484177.git.jani@nikula.org>\r
46 X-Mailer: git-send-email 1.7.9.5\r
47 X-Gm-Message-State:\r
48  ALoCoQnLkOEivlh1irAagscEc55N1gb1fyOKaYBXeYgMwnCLrKbcerD6e5FpOyAZ2+acf/6RxpzT\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Wed, 12 Sep 2012 21:27:35 -0000\r
62 \r
63 Hi all, v3 of id:"cover.1344065790.git.jani@nikula.org".\r
64 \r
65 Notable changes since v2:\r
66 \r
67 * Address most of David's comments in id:"877gtdmqol.fsf@zancas.localnet".\r
68   Delegating the list of time zones to the system is not without\r
69   problems, so not done. Also create_output() is not split further.\r
70 \r
71 * Move the parser to a subdirectory of its own to be independent of the\r
72   rest of the notmuch code base, and build it as a static library. This\r
73   should be useful if the parser is ever packaged as a library of its\r
74   own.\r
75 \r
76 * Add a high level documentation comment, and improve comments all\r
77   around.\r
78 \r
79 * Add NEWS with hopes that this would make 0.15. :)\r
80 \r
81 \r
82 BR,\r
83 Jani.\r
84 \r
85 Jani Nikula (9):\r
86   build: drop the -Wswitch-enum warning\r
87   parse-time-string: add a date/time parser to notmuch\r
88   test: add new test tool parse-time for date/time parser\r
89   test: add smoke tests for the date/time parser module\r
90   build: build parse-time-string as part of the notmuch lib and static\r
91     cli\r
92   lib: add date range query support\r
93   test: add tests for date:since..until range queries\r
94   man: document the date:since..until range queries\r
95   NEWS: date range search support\r
96 \r
97  Makefile                              |    2 +-\r
98  Makefile.local                        |    2 +-\r
99  NEWS                                  |   14 +\r
100  configure                             |    2 +-\r
101  lib/Makefile.local                    |    3 +-\r
102  lib/database-private.h                |    1 +\r
103  lib/database.cc                       |    5 +\r
104  lib/parse-time-vrp.cc                 |   40 +\r
105  lib/parse-time-vrp.h                  |   19 +\r
106  man/man7/notmuch-search-terms.7       |  147 +++-\r
107  parse-time-string/Makefile            |    5 +\r
108  parse-time-string/Makefile.local      |   12 +\r
109  parse-time-string/README              |    9 +\r
110  parse-time-string/parse-time-string.c | 1484 +++++++++++++++++++++++++++++++++\r
111  parse-time-string/parse-time-string.h |   95 +++\r
112  test/Makefile.local                   |    7 +-\r
113  test/basic                            |    2 +-\r
114  test/notmuch-test                     |    2 +\r
115  test/parse-time-string                |   26 +\r
116  test/parse-time.c                     |  145 ++++\r
117  test/search-date                      |   21 +\r
118  21 files changed, 2025 insertions(+), 18 deletions(-)\r
119  create mode 100644 lib/parse-time-vrp.cc\r
120  create mode 100644 lib/parse-time-vrp.h\r
121  create mode 100644 parse-time-string/Makefile\r
122  create mode 100644 parse-time-string/Makefile.local\r
123  create mode 100644 parse-time-string/README\r
124  create mode 100644 parse-time-string/parse-time-string.c\r
125  create mode 100644 parse-time-string/parse-time-string.h\r
126  create mode 100755 test/parse-time-string\r
127  create mode 100644 test/parse-time.c\r
128  create mode 100755 test/search-date\r
129 \r
130 -- \r
131 1.7.9.5\r
132 \r