Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 8c / ebee2073f8a3fe32a1a27a86dd4892c5f2edb8
1 Return-Path: <bremner@tethera.net>\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 20C9F431FBC\r
6         for <notmuch@notmuchmail.org>; Sat, 21 Jun 2014 13:12:13 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 QJL05A2a6JrA for <notmuch@notmuchmail.org>;\r
16         Sat, 21 Jun 2014 13:12:09 -0700 (PDT)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 5FB27431FAE\r
21         for <notmuch@notmuchmail.org>; Sat, 21 Jun 2014 13:12:09 -0700 (PDT)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tethera.net>)\r
24         id 1WyRdv-0002PI-Ap; Sat, 21 Jun 2014 17:12:07 -0300\r
25 Received: (nullmailer pid 19999 invoked by uid 1000); Sat, 21 Jun 2014\r
26         20:12:02 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH] NEWS: add news for 0.18.1\r
30 Date: Sat, 21 Jun 2014 17:10:26 -0300\r
31 Message-Id: <1403381426-19813-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.0.0\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.13\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Sat, 21 Jun 2014 20:12:13 -0000\r
46 \r
47 This is my summary of the commits from 0.18.\r
48 ---\r
49  NEWS | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\r
50  1 file changed, 58 insertions(+)\r
51 \r
52 diff --git a/NEWS b/NEWS\r
53 index 5d85733..4bfe4c5 100644\r
54 --- a/NEWS\r
55 +++ b/NEWS\r
56 @@ -1,3 +1,61 @@\r
57 +Notmuch 0.18.1 (2014-06-25)\r
58 +===========================\r
59 +\r
60 +This is a bug fix and portability release.\r
61 +\r
62 +Build System\r
63 +------------\r
64 +\r
65 +Add a workaround for systems without zlib.pc\r
66 +\r
67 +Make emacs install robust against the non-existence of emacs.\r
68 +\r
69 +Put notmuch lib directory first in RPATH.\r
70 +\r
71 +Fix handling of html_static_path in sphinx\r
72 +\r
73 +  Both the python bindings and the main docs had spurious settings of\r
74 +  this variable.\r
75 +\r
76 +Test Suite\r
77 +----------\r
78 +\r
79 +Use --quick when starting emacs.\r
80 +\r
81 +  This avoids a hang in the T160-json tests.\r
82 +\r
83 +Allow pending break points in atomicity script.\r
84 +\r
85 +  This allows the atomicity tests to run on several more architectures/OSes.\r
86 +\r
87 +Command-Line Interface\r
88 +----------------------\r
89 +\r
90 +To improve portability use fsync instead of fdatasync in\r
91 +`notmuch-dump`. There should be no functional difference.\r
92 +\r
93 +Library changes\r
94 +---------------\r
95 +\r
96 +Resurrect support for single-message mbox files.\r
97 +\r
98 +  The removal introduced a bug with previously indexed single-message\r
99 +  mboxes.  This support remains deprecated.\r
100 +\r
101 +Fix for phrase indexing\r
102 +\r
103 +  There were several bugs involving overlapping "phrases" accross\r
104 +  header and mime part boundaries.\r
105 +\r
106 +Emacs Interface\r
107 +---------------\r
108 +\r
109 +Make sure tagging on an empty query is harmless.\r
110 +\r
111 +  Previously tagging an empty query could lead to tags being\r
112 +  unintentionally removed.\r
113 +\r
114 +\r
115  Notmuch 0.18 (2014-05-06)\r
116  =========================\r
117  \r
118 -- \r
119 2.0.0\r
120 \r