[PATCH] configure: add --without-docs switch
[notmuch-archives.git] / c3 / 5ea92891d36d6e69c51b4b5ee626fae8b6032c
1 Return-Path: <bremner@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 olra.theworths.org (Postfix) with ESMTP id 4F604429E25\r
6         for <notmuch@notmuchmail.org>; Sat,  8 Oct 2011 06:01:17 -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: -2.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 KEDMtogS4pfu for <notmuch@notmuchmail.org>;\r
16         Sat,  8 Oct 2011 06:01:16 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 9E3AF431FB6\r
21         for <notmuch@notmuchmail.org>; Sat,  8 Oct 2011 06:01:16 -0700 (PDT)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc36w-156034064058.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [156.34.64.58]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p98D1CBC004215\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Sat, 8 Oct 2011 10:01:15 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.76)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1RCWWe-00067l-3s; Sat, 08 Oct 2011 10:01:12 -0300\r
31 From: David Bremner <bremner@unb.ca>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: Call for NEWS (Re: 0.9 release plans)\r
34 In-Reply-To: <87vcs5koxt.fsf@zancas.localnet>\r
35 References: <87vcs5koxt.fsf@zancas.localnet>\r
36 User-Agent: Notmuch/0.9~rc2 (http://notmuchmail.org) Emacs/23.3.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Sat, 08 Oct 2011 10:01:03 -0300\r
39 Message-ID: <87ipnzd4ds.fsf@zancas.localnet>\r
40 MIME-Version: 1.0\r
41 Content-Type: multipart/signed; boundary="=-=-=";\r
42         micalg=pgp-sha1; protocol="application/pgp-signature"\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Sat, 08 Oct 2011 13:01:17 -0000\r
56 \r
57 --=-=-=\r
58 \r
59 On Tue, 04 Oct 2011 07:53:50 -0300, David Bremner <bremner@unb.ca> wrote:\r
60 > I originally tagged 0.9~rc1 on the idea of getting back to a first of\r
61 > the month release for 0.9, but that didn't happen because I wanted to\r
62 > get the notmuch_database_find_message* API changes from alip in. So\r
63 > let's try for a freeze this Friday and a release around Oct. 10\r
64 > (Canadian thanksgiving ;). So now's your chance to fix up those bindings\r
65 > to match the library. Please update NEWS if you do so.\r
66 \r
67 OK, I pushed 0.9~rc2 (and uploaded to debian experimental). Barring any\r
68 critical bugs, I plan to release this as 0.9 in a few days. We are\r
69 missing some information for NEWS.  Here is the output from git\r
70 shortlog, after removing some things I thought already covered by NEWS\r
71 or not really needed in NEWS.  Patches for NEWS gratefully accepted.\r
72 \r
73 Aaron Ecay (1):\r
74       Add missing call to g_type_init()\r
75 \r
76 Ali Polatel (9):\r
77       lib: destroy message object after message removal\r
78       lib: make find_message{,by_filename) report errors\r
79       ruby: Add wrappers for database_find_message*\r
80       ruby: Fix macros, use quoting\r
81 \r
82 Jameson Graef Rollins (7):\r
83       Do not attempt to output part raw if part is not GMimePart.\r
84       Fix notmuch-reply to not output "Non-text part:" lines for non-leafnode parts.\r
85       Ignore "application/pgp-*" parts in reply.\r
86       emacs: Add callback functions to crypto sigstatus button.\r
87       emacs: add notmuch-show-refresh-view function\r
88 \r
89 Justus Winter (9):\r
90       python: add a .gitignore file and refine the toplevel one\r
91       python: add status and message attributes to NotmuchError\r
92       python: fix NotmuchError.__str__ if status == None\r
93       python: rename _verify_initialized_db to _assert_db_is_initialized\r
94       python: rename _verify_dir_initialized to _assert_dir_is_initialized\r
95       python: raise a more specific error in Messages.print_messages\r
96       properly raise exceptions in python bindings\r
97       python: fix docstring of Message.get_header()\r
98       python: provide more exception classes\r
99 \r
100 Martin Owens (1):\r
101       python: Ensure that we pass utf-8 encoded string to libnotmuch\r
102 \r
103 Sebastian Spaeth (14):\r
104       python: Add database_find_message_by_filename bindings\r
105       python: add begin|end_atomic bindings\r
106       python: Improve code documentation\r
107       python: Add new functions in API documentation\r
108       python: rework creating of Subclasses\r
109       python: also use libnotmuch.so.2\r
110       python: Catch up with find_message(by_filename) API changes\r
111       python: Add the new exception types in the API documentation\r
112       python: whitespace fixed in docstrings\r
113       python: clean up docstrings and API documentation\r
114       python: help function Query._assert_query_is_initialized\r
115       python: Set status in the class definitions\r
116 \r
117 Thomas Jost (1):\r
118       python: fix Message.get_filenames()\r
119 \r
120 \r
121 --=-=-=\r
122 Content-Type: application/pgp-signature\r
123 \r
124 -----BEGIN PGP SIGNATURE-----\r
125 Version: GnuPG v1.4.11 (GNU/Linux)\r
126 \r
127 iJwEAQECAAYFAk6QSY8ACgkQTiiN/0Um85lpvwP+PO7J70IQOIVOSMJCmNfej6EC\r
128 j3YppXfJi3lkVJnE0/4l68+si65xXd82S3wk4phO1R3FkBkeDkpGSgNoJAeEIB2v\r
129 fSS5ADKjDjOmIS4Ue1tz9rQsZu2tq3zLbvqvDzQ0dcTCrzX2TeQ5NTqsrxfFHiUD\r
130 JYzUEnFl1IXrc3dGJOQ=\r
131 =AcBC\r
132 -----END PGP SIGNATURE-----\r
133 --=-=-=--\r