Mercurial > emacs
comparison etc/MH-E-NEWS @ 62847:aa8c2e12ee24
Upgraded to MH-E version 7.84.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Sat, 28 May 2005 22:04:54 +0000 |
parents | aac0a33f5772 |
children | 02a6c15defdb 01137c1fdbe9 |
comparison
equal
deleted
inserted
replaced
62846:93362151dd3a | 62847:aa8c2e12ee24 |
---|---|
1 * COPYRIGHT | 1 * COPYRIGHT |
2 | 2 |
3 Copyright (C) 2003, 2004 Free Software Foundation, Inc. | 3 Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. |
4 | 4 |
5 Copying and distribution of this file, with or without modification, | 5 Copying and distribution of this file, with or without modification, |
6 are permitted in any medium without royalty provided the copyright | 6 are permitted in any medium without royalty provided the copyright |
7 notice and this notice are preserved. | 7 notice and this notice are preserved. |
8 | 8 |
9 * Changes in MH-E 7.84 | |
10 | |
11 Version 7.84 contains no user-visible changes. This version | |
12 incorporates changes made in CVS Emacs such as the removal of some | |
13 deprecated software. | |
14 | |
15 * Changes in MH-E 7.83 | |
16 | |
17 Version 7.83 fixes a handful of bugs, adds colors to buttons for | |
18 signed or encrypted messages, and contains some documentation changes | |
19 related to the upcoming release of the manual. Some options were moved | |
20 to other customization groups as a result. | |
21 | |
22 While not related to this release, the MH-E mailing lists are now | |
23 gatewayed at gmane.org (closes SF #979308). | |
24 | |
25 ** New Variables in MH-E 7.83 | |
26 | |
27 *** mh-show-pgg-bad-face | |
28 | |
29 Face used to highlight a bad PGG signature. | |
30 | |
31 *** mh-show-pgg-good-face | |
32 | |
33 Face used to highlight a good PGG signature. | |
34 | |
35 *** mh-show-pgg-unknown-face | |
36 | |
37 Face used to highlight a PGG signature whose status is unknown. This | |
38 face is also used for a signature when the signer is untrusted. | |
39 | |
40 ** Bug Fixes in MH-E 7.83 | |
41 | |
42 *** Whitespace in pick Expressions | |
43 | |
44 The "C-u / s RET" command now works. In addition, you can now add | |
45 whitespace to any of the limiting (/) commands (closes SF #1122655). | |
46 | |
47 *** auto-mode-alist Updated | |
48 | |
49 MH-E originally updated auto-mode-alist to set the major mode of | |
50 drafts. Now that we explicitly set the mode, there is no reason to do | |
51 this, and this behavior caused problems for people who didn't use MH-E | |
52 who were editing files that looked like MH message files (closes SF | |
53 #1032353). | |
54 | |
55 *** mh-show-unquote-From Fails (read-only buffer) | |
56 | |
57 MH-E quotes the "From " header field that is inserted by MTAs. | |
58 However, it was trying to do this in a read-only buffer. This has been | |
59 fixed (closes SF #1089870). | |
60 | |
61 *** rmmproc Refile Complains No Such Message | |
62 | |
63 MH-E would get confused about which folder to delete messages from if | |
64 you were refiling and deleting messages at the same time. This has | |
65 been fixed (closes SF #1023959). | |
66 | |
67 *** ! Doesn't Do Regions | |
68 | |
69 Now it does (closes SF #1046330). | |
70 | |
71 *** Swish Fixes | |
72 | |
73 Items in swish indexes that aren't mail messages are now handled more | |
74 gracefully. | |
75 | |
76 *** Spamassassin Fixes | |
77 | |
78 If you use spamassassin, there was an error when you tried to junk | |
79 mail if the option mh-junk-background was set. This has been fixed. | |
80 | |
81 *** Mairix Support | |
82 | |
83 Indexing now compatible with Mairix version 0.12 and later. | |
84 | |
85 | |
86 | |
9 * Changes in MH-E 7.82 | 87 * Changes in MH-E 7.82 |
10 | 88 |
11 Version 7.82 continues to address the saga surrounding the use of CL | 89 Version 7.82 continues to address the saga surrounding the use of CL |
12 macros in CVS Emacs and fixes the auto-detection of vanilla MH (SF | 90 macros in CVS Emacs and fixes the auto-detection of vanilla MH (closes |
13 #1014781). | 91 SF #1014781). |
14 | 92 |
15 * Changes in MH-E 7.81 | 93 * Changes in MH-E 7.81 |
16 | 94 |
17 Version 7.81 fixes a `wrong-type-argument' argument error that | 95 Version 7.81 fixes a `wrong-type-argument' argument error that |
18 sometimes occurred when processing the Message-ID, adds the "; | 96 sometimes occurred when processing the Message-ID, adds the "; |
20 of "default" in `mh-identity-handlers' to avoid problems with | 98 of "default" in `mh-identity-handlers' to avoid problems with |
21 "Default:" as a user defined field. If you have modified | 99 "Default:" as a user defined field. If you have modified |
22 `mh-identity-handlers' in your .emacs, you'll need to rename "default" | 100 `mh-identity-handlers' in your .emacs, you'll need to rename "default" |
23 to ":default". This release also corrects the release numbering; the | 101 to ":default". This release also corrects the release numbering; the |
24 previous version number was intended to be 7.80. | 102 previous version number was intended to be 7.80. |
103 | |
104 | |
25 | 105 |
26 * Changes in MH-E 7.4.80 | 106 * Changes in MH-E 7.4.80 |
27 | 107 |
28 Version 7.4.80 now supports GNU mailutils, S/MIME, picons, | 108 Version 7.4.80 now supports GNU mailutils, S/MIME, picons, |
29 which-func-mode, has an improved interface for hiding header fields, | 109 which-func-mode, has an improved interface for hiding header fields, |