aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/ChangeLog4
-rw-r--r--lisp/mh-e/mh-mime.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 25b83463958..f82859475a3 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,7 @@
12007-12-02 Glenn Morris <rgm@gnu.org>
2
3 * mh-mime.el (mail-strip-quoted-names): Autoload it.
4
12007-11-17 Dan Nicolaescu <dann@ics.uci.edu> 52007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * mh-e.el (mh-xemacs-flag): Remove. 7 * mh-e.el (mh-xemacs-flag): Remove.
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el
index 659ab47d0db..10bfeb9c59a 100644
--- a/lisp/mh-e/mh-mime.el
+++ b/lisp/mh-e/mh-mime.el
@@ -60,6 +60,7 @@
60(autoload 'mail-decode-encoded-word-string "mail-parse") 60(autoload 'mail-decode-encoded-word-string "mail-parse")
61(autoload 'mail-header-parse-content-type "mail-parse") 61(autoload 'mail-header-parse-content-type "mail-parse")
62(autoload 'mail-header-strip "mail-parse") 62(autoload 'mail-header-strip "mail-parse")
63(autoload 'mail-strip-quoted-names "mail-utils")
63(autoload 'message-options-get "message") 64(autoload 'message-options-get "message")
64(autoload 'message-options-set "message") 65(autoload 'message-options-set "message")
65(autoload 'message-options-set-recipient "message") 66(autoload 'message-options-set-recipient "message")