Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 82 / 40bbe291647e27704962b1c4b7b3bd225c4204
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 3E8A8431FB6\r
6         for <notmuch@notmuchmail.org>; Sat, 26 Apr 2014 02:59: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 TO8xy-MHoFNX for <notmuch@notmuchmail.org>;\r
16         Sat, 26 Apr 2014 02:59:33 -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 8F303431FAF\r
19         for <notmuch@notmuchmail.org>; Sat, 26 Apr 2014 02:59:33 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 691891000C0; Sat, 26 Apr 2014 12:59:25 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH 1/1] NEWS: Ido initialization for Emacs 23.[123]\r
25 Date: Sat, 26 Apr 2014 12:59:23 +0300\r
26 Message-Id: <1398506363-14404-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, 26 Apr 2014 09:59:40 -0000\r
42 \r
43 ---\r
44  NEWS | 6 ++++++\r
45  1 file changed, 6 insertions(+)\r
46 \r
47 diff --git a/NEWS b/NEWS\r
48 index bcd311d..ab263bb 100644\r
49 --- a/NEWS\r
50 +++ b/NEWS\r
51 @@ -82,6 +82,12 @@ Version variable\r
52    these differ from each other.\r
53    This is especially useful when using notmuch remotely.\r
54  \r
55 +Ido-completing-read initialization in Emacs 23\r
56 +\r
57 +  `ido-completing-read` in Emacs 23 versions 1 through 3 freezes unless\r
58 +  it is initialized. Defadvice-based *Ido* initialization is defined\r
59 +  for these Emacs versions.\r
60 +\r
61  Bug fix for saved searches with newlines in them\r
62  \r
63    Split lines confuse `notmuch count --batch`, so we remove embedded\r
64 -- \r
65 1.9.0\r
66 \r