Mercurial > emacs
comparison lisp/mh-e/ChangeLog @ 84467:2011b0174ead
*** empty log message ***
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Tue, 11 Sep 2007 04:46:49 +0000 |
parents | af7dc7457402 |
children | 794e428cd497 bdb3fe0ba9fa |
comparison
equal
deleted
inserted
replaced
84466:2339bb4aa7b2 | 84467:2011b0174ead |
---|---|
1 2007-09-11 Bill Wohler <wohler@newt.com> | |
2 | |
3 * mh-e.el (Version, mh-version): Add +cvs to version. | |
4 | |
1 2007-08-25 Stephen Gildea <gildea@stop.mail-abuse.org> | 5 2007-08-25 Stephen Gildea <gildea@stop.mail-abuse.org> |
2 | 6 |
3 * mh-e.el (mh-annotate-msg-hook): New variable. | 7 * mh-e.el (mh-annotate-msg-hook): New variable. |
4 | 8 |
5 * mh-comp.el (mh-annotate-msg): Call new mh-annotate-msg-hook. | 9 * mh-comp.el (mh-annotate-msg): Call new mh-annotate-msg-hook. |
6 (mh-annotate-list): New variable, for mh-annotate-msg-hook. | 10 (mh-annotate-list): New variable, for mh-annotate-msg-hook. |
7 | 11 |
8 2007-08-21 Jeffrey C Honig <jch@honig.net> | 12 2007-08-21 Jeffrey C Honig <jch@honig.net> |
9 | 13 |
10 * mh-folder.el (mh-folder-message-menu, mh-folder-mode-map): Add | 14 * mh-folder.el (mh-folder-message-menu, mh-folder-mode-map): Add |
11 folder mode support for mh-show-preferred-alternative. (Clooses | 15 folder mode support for mh-show-preferred-alternative (closes SF |
12 SF 1777321). | 16 #1777321). |
13 | 17 |
14 * mh-show.el (mh-show-preferred-alternative) | 18 * mh-show.el (mh-show-preferred-alternative) |
15 (mh-show-write-message-to-file, mh-show-message-menu) | 19 (mh-show-write-message-to-file, mh-show-message-menu) |
16 (mh-show-mode-map): Add mh-show-preferred-alternative (bound to | 20 (mh-show-mode-map): Add mh-show-preferred-alternative (bound to |
17 ":") which will show the message's preferred alternative | 21 ":") which will show the message's preferred alternative |
18 overriding the users configured preference. Useful for showing | 22 overriding the users configured preference. Useful for showing |
19 HTML when text content is lacking. (Closses SF 1777321). | 23 HTML when text content is lacking (closes SF #1777321). |
20 | 24 |
21 * mh-e.el: | 25 * mh-e.el: |
22 (mh-invisible-header-fields-internal): Exclude Fax and Phone. Put | 26 (mh-invisible-header-fields-internal): Exclude Fax and Phone. Put |
23 known exclusions as comments before the list and move parens to | 27 known exclusions as comments before the list and move parens to |
24 separate lines to aid in sorting. (Closes SF 1701231). | 28 separate lines to aid in sorting (closes SF #1701231). |
25 | 29 |
26 * mh-mime.el (mm-decode-body): remove explicit autoload of | 30 * mh-mime.el (mm-decode-body): Remove explicit autoload of |
27 mh-alias-expand. | 31 mh-alias-expand. |
28 | 32 |
29 * mh-alias.el (mh-alias-expand): Set up automatic autoload of | 33 * mh-alias.el (mh-alias-expand): Set up automatic autoload of |
30 mh-alias-expand. | 34 mh-alias-expand. |
31 | 35 |
32 2007-08-20 Jeffrey C Honig <jch@honig.net> | 36 2007-08-20 Jeffrey C Honig <jch@honig.net> |
33 | 37 |
34 * mh-mime.el (message-options-set): Add missing autoloads from my | 38 * mh-mime.el (message-options-set): Add missing autoloads from my |
35 last change. | 39 last change. |
36 | 40 |
37 * mh-comp.el (mh-forward): Address SF 1730393. When forwarding | 41 * mh-comp.el (mh-forward): When forwarding with mml, messages are |
38 with mml, messages were included in reverse order. | 42 no longer included in reverse order (closes SF #1730393). |
39 | 43 |
40 * mh-mime.el (mh-mml-forward-message): Address SF 1378993 and | 44 * mh-mime.el (mh-mml-forward-message): Forward messages as inline |
41 forward messages as inline attatchments. | 45 attatchments (closes SF #1378993). |
42 | 46 |
43 2007-08-19 Jeffrey C Honig <jch@honig.net> | 47 2007-08-19 Jeffrey C Honig <jch@honig.net> |
44 | 48 |
45 * mh-e.el (mh-invisible-header-fields-internal): We want to show | 49 * mh-e.el (mh-invisible-header-fields-internal): We want to show |
46 Comments: and hide Comment:, not the other way around. | 50 Comments: and hide Comment:, not the other way around. |
47 | 51 |
48 * mh-mime.el (mh-mml-to-mime): GPG requires e-mail addresses, not | 52 * mh-mime.el (mh-mml-to-mime): GPG requires e-mail addresses, not |
49 aliases. So resolve aliases before passing addresses to GPG/PGP. | 53 aliases. So resolve aliases before passing addresses to GPG/PGP |
50 Closes SF #649226. | 54 (closes SF #649226). |
51 | 55 |
52 * mh-e.el (mh-invisible-header-fields-internal): Update with all | 56 * mh-e.el (mh-invisible-header-fields-internal): Update with all |
53 the entries from | 57 the entries from |
54 http://people.dsv.su.se/~jpalme/ietf/mail-headers, plus some of my | 58 http://people.dsv.su.se/~jpalme/ietf/mail-headers, plus some of my |
55 own. I added attributions to entries we already had that did not | 59 own. I added attributions to entries we already had that did not |
56 list an RFC. | 60 list an RFC. |
57 | 61 |
58 2007-08-08 Glenn Morris <rgm@gnu.org> | 62 2007-08-08 Glenn Morris <rgm@gnu.org> |
59 | 63 |
60 * mh-folder.el, mh-letter.el, mh-show.el: Replace `iff' in | 64 * mh-folder.el, mh-letter.el, mh-show.el: Replace `iff' in |