changeset 84467:2011b0174ead

*** empty log message ***
author Bill Wohler <wohler@newt.com>
date Tue, 11 Sep 2007 04:46:49 +0000
parents 2339bb4aa7b2
children f3735c349e01
files lisp/mh-e/ChangeLog
diffstat 1 files changed, 22 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog	Tue Sep 11 04:41:39 2007 +0000
+++ b/lisp/mh-e/ChangeLog	Tue Sep 11 04:46:49 2007 +0000
@@ -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).
-
-	* mh-e.el: 
-	(mh-invisible-header-fields-internal): Exclude Fax and Phone.  Put
+	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
 	known exclusions as comments before the list and move parens to
-	separate lines to aid in sorting.  (Closes SF 1701231).
-
-	* mh-mime.el (mm-decode-body): remove explicit autoload of
+	separate lines to aid in sorting (closes SF #1701231).
+
+	* 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-mime.el (mh-mml-forward-message): Address SF 1378993 and
-	forward messages as inline attatchments.
+	* 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): 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>