[PATCH 5/5] news: Update for changes to notmuch_database_get_directory
[notmuch-archives.git] / 34 / cc1ae2f684db91e5acbb4c2ccda45fd5db039b
1 Return-Path: <pieter@praet.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 80384429E2E\r
6         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 12:39:08 -0800 (PST)\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 zy3PecGb4XDt for <notmuch@notmuchmail.org>;\r
16         Wed, 16 Nov 2011 12:39:06 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  DB1FD429E35    for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 12:39:05 -0800\r
21  (PST)\r
22 Received: by mail-ww0-f45.google.com with SMTP id 10so1207024wwf.2\r
23         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 12:39:05 -0800 (PST)\r
24 Received: by 10.216.166.212 with SMTP id g62mr5980254wel.29.1321475945337;\r
25         Wed, 16 Nov 2011 12:39:05 -0800 (PST)\r
26 Received: from localhost ([109.131.148.49]) by mx.google.com with ESMTPS id\r
27         fy13sm34048544wbb.18.2011.11.16.12.39.04\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Wed, 16 Nov 2011 12:39:04 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: David Bremner <david@tethera.net>\r
32 Subject: [PATCH 2/2] NEWS: fix some old typos and trailing whitespace\r
33 Date: Wed, 16 Nov 2011 21:37:50 +0100\r
34 Message-Id: <1321475870-29674-3-git-send-email-pieter@praet.org>\r
35 X-Mailer: git-send-email 1.7.7.1\r
36 In-Reply-To: <1321475870-29674-1-git-send-email-pieter@praet.org>\r
37 References: <87zkfwn4lm.fsf@zancas.localnet>\r
38         <1321475870-29674-1-git-send-email-pieter@praet.org>\r
39 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 16 Nov 2011 20:39:08 -0000\r
53 \r
54 No further explanation needed.\r
55 ---\r
56  NEWS |   14 +++++++-------\r
57  1 files changed, 7 insertions(+), 7 deletions(-)\r
58 \r
59 diff --git a/NEWS b/NEWS\r
60 index 6c064da..daec4ad 100644\r
61 --- a/NEWS\r
62 +++ b/NEWS\r
63 @@ -130,7 +130,7 @@ Ruby bindings changes\r
64  ---------------------\r
65  \r
66    - Wrap new library functions notmuch_database_{begin,end}_atomic.\r
67 -  - Add new exception Notmuch::UnbalancedAtomicError. \r
68 +  - Add new exception Notmuch::UnbalancedAtomicError.\r
69    - Rename destroy  to destroy! according to Ruby naming conventions.\r
70    - Update for n_d_find_message* API changes (see above).\r
71  \r
72 @@ -159,7 +159,7 @@ Improved handling of message/rfc822 parts\r
73    headers, is unfortunately not yet supported (but hopefully will be\r
74    soon).\r
75  \r
76 -Improved Build system portability \r
77 +Improved Build system portability\r
78  \r
79    Certain parts of the shell script generating notmuch.sym were\r
80    specific to the GNU versions of sed and nm. The new version should\r
81 @@ -202,7 +202,7 @@ Sebastian Spaeth contributed two changes related to unicode and UTF8:\r
82    * message tags are now explicitly unicode\r
83    * query string is encoded as a UTF8 byte string\r
84  \r
85 -Build-System improvments\r
86 +Build-System improvements\r
87  ------------------------\r
88  \r
89  Generate notmuch.sym after the relevant object files\r
90 @@ -217,7 +217,7 @@ Bug-fix release.\r
91  ----------------\r
92  \r
93  Re-export Xapian exception typeinfo symbols.\r
94 -  \r
95 +\r
96    It turned out our aggressive symbol hiding caused problems for\r
97    people running gcc 4.4.5.\r
98  \r
99 @@ -382,7 +382,7 @@ Hiding of repeated subjects in collapsed thread view\r
100  \r
101    In notmuch-show mode, if a collapsed message has the same subject as\r
102    its parent, the subject is not shown.\r
103 -  \r
104 +\r
105  Automatic detection and hiding of original message in top-posted message\r
106  \r
107    When a message contains a line looking something like:\r
108 @@ -448,7 +448,7 @@ Ruby bindings are now much more complete\r
109    Including QUERY.sort, QUERY.to_s, MESSAGE.maildir_flags_to_tags,\r
110    MESSAGE.tags_to_maildir_flags, and MESSAGE.get_filenames\r
111  \r
112 -* Python bindings have been upodated and extended\r
113 +* Python bindings have been updated and extended\r
114    (docs online at http://packages.python.org/notmuch/)\r
115  \r
116    New bindings:\r
117 @@ -467,7 +467,7 @@ Ruby bindings are now much more complete\r
118         s2 -= s1\r
119  \r
120     Removed:\r
121 -     - len(Messages()) as it exausted the iterator.\r
122 +     - len(Messages()) as it exhausted the iterator.\r
123         Use len(list(Messages())) or\r
124         Query.count_messages() to get the length.\r
125  \r
126 -- \r
127 1.7.7.1\r
128 \r