*** empty log message ***

This commit is contained in:
Bill Wohler 2007-09-11 04:46:49 +00:00
parent ad1e74992b
commit 33ce5f113d

View file

@ -1,3 +1,7 @@
2007-09-11 Bill Wohler <wohler@newt.com>
* mh-e.el (Version, mh-version): Add +cvs to version.
2007-08-25 Stephen Gildea <gildea@stop.mail-abuse.org>
* mh-e.el (mh-annotate-msg-hook): New variable.
@ -8,22 +12,22 @@
2007-08-21 Jeffrey C Honig <jch@honig.net>
* mh-folder.el (mh-folder-message-menu, mh-folder-mode-map): Add
folder mode support for mh-show-preferred-alternative. (Clooses
SF 1777321).
folder mode support for mh-show-preferred-alternative (closes SF
#1777321).
* mh-show.el (mh-show-preferred-alternative)
(mh-show-write-message-to-file, mh-show-message-menu)
(mh-show-mode-map): Add mh-show-preferred-alternative (bound to
":") which will show the message's preferred alternative
overriding the users configured preference. Useful for showing
HTML when text content is lacking. (Closses SF 1777321).
overriding the users configured preference. Useful for showing
HTML when text content is lacking (closes SF #1777321).
* mh-e.el:
(mh-invisible-header-fields-internal): Exclude Fax and Phone. Put
* mh-e.el:
(mh-invisible-header-fields-internal): Exclude Fax and Phone. Put
known exclusions as comments before the list and move parens to
separate lines to aid in sorting. (Closes SF 1701231).
separate lines to aid in sorting (closes SF #1701231).
* mh-mime.el (mm-decode-body): remove explicit autoload of
* mh-mime.el (mm-decode-body): Remove explicit autoload of
mh-alias-expand.
* mh-alias.el (mh-alias-expand): Set up automatic autoload of
@ -34,11 +38,11 @@
* mh-mime.el (message-options-set): Add missing autoloads from my
last change.
* mh-comp.el (mh-forward): Address SF 1730393. When forwarding
with mml, messages were included in reverse order.
* mh-comp.el (mh-forward): When forwarding with mml, messages are
no longer included in reverse order (closes SF #1730393).
* mh-mime.el (mh-mml-forward-message): Address SF 1378993 and
forward messages as inline attatchments.
* mh-mime.el (mh-mml-forward-message): Forward messages as inline
attatchments (closes SF #1378993).
2007-08-19 Jeffrey C Honig <jch@honig.net>
@ -46,13 +50,13 @@
Comments: and hide Comment:, not the other way around.
* mh-mime.el (mh-mml-to-mime): GPG requires e-mail addresses, not
aliases. So resolve aliases before passing addresses to GPG/PGP.
Closes SF #649226.
aliases. So resolve aliases before passing addresses to GPG/PGP
(closes SF #649226).
* mh-e.el (mh-invisible-header-fields-internal): Update with all
the entries from
http://people.dsv.su.se/~jpalme/ietf/mail-headers, plus some of my
own. I added attributions to entries we already had that did not
own. I added attributions to entries we already had that did not
list an RFC.
2007-08-08 Glenn Morris <rgm@gnu.org>