Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / b0 / a3dfacfd21d6303c6db5b40d4c2a72b5a157b6
1 Return-Path: <too@guru-group.fi>\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 032D0431FAF\r
6         for <notmuch@notmuchmail.org>; Fri,  7 Dec 2012 14:53:00 -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\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 wvDT9+Yilluf for <notmuch@notmuchmail.org>;\r
16         Fri,  7 Dec 2012 14:52:59 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 82CEA431FAE\r
19         for <notmuch@notmuchmail.org>; Fri,  7 Dec 2012 14:52:59 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id E807E100047; Sat,  8 Dec 2012 00:52:55 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH V2 1/1] NEWS: under-the-hood Emacs interface fixes\r
25 Date: Sat,  8 Dec 2012 00:52:53 +0200\r
26 Message-Id: <1354920773-27654-1-git-send-email-tomi.ollila@iki.fi>\r
27 X-Mailer: git-send-email 1.8.0\r
28 Cc: tomi.ollila@iki.fi\r
29 X-BeenThere: notmuch@notmuchmail.org\r
30 X-Mailman-Version: 2.1.13\r
31 Precedence: list\r
32 List-Id: "Use and development of the notmuch mail system."\r
33         <notmuch.notmuchmail.org>\r
34 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
36 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
37 List-Post: <mailto:notmuch@notmuchmail.org>\r
38 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
39 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
41 X-List-Received-Date: Fri, 07 Dec 2012 22:53:00 -0000\r
42 \r
43 Added the following Emacs Interface NEWS entries:\r
44 \r
45 Catch errors bodypart insertions may throw,\r
46 Improved text/calendar content handling and\r
47 Disabled coding conversions when reading in\r
48 `with-current-notmuch-show-message`.\r
49 \r
50 Thanks to Austin for improved content parts.\r
51 ---\r
52 \r
53 This replaces id:1354488524-12013-1-git-send-email-tomi.ollila@iki.fi\r
54 \r
55  NEWS | 21 +++++++++++++++++++++\r
56  1 file changed, 21 insertions(+)\r
57 \r
58 diff --git a/NEWS b/NEWS\r
59 index 34e7a28..6970178 100644\r
60 --- a/NEWS\r
61 +++ b/NEWS\r
62 @@ -28,6 +28,27 @@ Removal of the deprecated `notmuch-folders` variable\r
63    has now been removed. Any remaining users should migrate to\r
64    `notmuch-saved-searches`.\r
65 \r
66 +Handle errors bodypart insertions may throw\r
67 +\r
68 +  If displaying the text of a message in show mode causes an error (in\r
69 +  the `notmuch-show-insert-part-*` functions), notmuch no longer cuts\r
70 +  off thread display at the offending message.  The error is now\r
71 +  simply displayed in place of the message.\r
72 +\r
73 +Improved text/calendar content handling\r
74 +\r
75 +  Carriage returns in embedded text/calendar content caused insertion\r
76 +  of calendar content fail. Now CRs are removed before calling icalendar\r
77 +  to extract icalendar data. In case icalendar extraction fails an error\r
78 +  is thrown for bodypart insertion function to react upon it.\r
79 +\r
80 +Disabled coding conversions when reading in `with-current-notmuch-show-message`\r
81 +\r
82 +  Depending on the user's locale, saving attachments containing 8-bit\r
83 +  data may have performed an unintentional encoding conversion,\r
84 +  corrupting the saved attachment.  This has been fixed by making\r
85 +  `with-current-notmuch-show-message` disable coding conversion.\r
86 +\r
87  Library changes\r
88  ---------------\r
89 \r
90 --\r
91 1.8.0\r