[PATCH 1/9] lib: read "property" terms from messages.
[notmuch-archives.git] / 04 / 1a4b5850d352dc4f9a7ff426b799706eff5084
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 CC226431FC9\r
6         for <notmuch@notmuchmail.org>; Sat, 18 May 2013 08:41:40 -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 ggUCWug+t8K1 for <notmuch@notmuchmail.org>;\r
16         Sat, 18 May 2013 08:41:34 -0700 (PDT)\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 8910B431FC2\r
19         for <notmuch@notmuchmail.org>; Sat, 18 May 2013 08:41:34 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 3229E1000CF; Sat, 18 May 2013 18:41:30 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH 1/1] NEWS: removal of backported support for Emacs version 22\r
25 Date: Sat, 18 May 2013 18:41:28 +0300\r
26 Message-Id: <1368891688-27888-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: Sat, 18 May 2013 15:41:40 -0000\r
42 \r
43 ---\r
44  NEWS | 13 +++++++++++++\r
45  1 file changed, 13 insertions(+)\r
46 \r
47 diff --git a/NEWS b/NEWS\r
48 index c348068..8d22e1b 100644\r
49 --- a/NEWS\r
50 +++ b/NEWS\r
51 @@ -18,6 +18,19 @@ Bash command-line completion\r
52    `notmuch config`. The new completion support depends on the\r
53    bash-completion package.\r
54  \r
55 +Emacs Interface\r
56 +---------------\r
57 +\r
58 +Removal of backported Emacs version 23 functionality for Emacs 22\r
59 +\r
60 +  Two years ago some Emacs 23 functionality that notmuch used were\r
61 +  backported to notmuch to be conditionally used with Emacs version 22.\r
62 +  That worked for a few months until new Emacs 23 features were taken\r
63 +  into use and due to lack of interest no one continued to backport\r
64 +  those. To clean up dead code and to avoid confusion in new\r
65 +  developers these backports are now removed.\r
66 +\r
67 +\r
68  Vim Front-End\r
69  -------------\r
70  \r
71 -- \r
72 1.8.0\r
73 \r