+1998-10-18 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * EMH: Version 1.9.0 was released.
+
+1998-10-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * README.en (What's EMH?): Modify for APEL 9.3, FLIM 1.10.5 and
+ SEMI 1.9.1.
+
+1998-10-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * emh-setup.el (emh-setup-mh-draft-setting): Set up buffer local
+ value of `mime-edit-user-agent-value' to add information of EMH.
+
+\f
1998-10-16 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* EMH: Version 1.8.2 was released.
# Makefile for EMH
#
-VERSION = 1.8.2
+VERSION = 1.9.0
TAR = tar
RM = /bin/rm -f
===========
EMH is a extender for mh-e to provide MIME feature using SEMI. It
- requires SEMI 1.8 API based MIME processing module, so please get
- and install such kind of MIME processing module such as SEMI 1.8.0
- or later at first.
+ requires APEL (9.3 or later), FLIM (1.10.5 or later) and SEMI (1.9.1
+ or later) package. Please install them before installing it. APEL
+ package is available at:
+
+ ftp://ftp.jaist.ac.jp/pub/GNU/elisp/apel/
+
+ FLIM package is available at:
+
+ ftp://ftp.jaist.ac.jp/pub/GNU/elisp/flim/
+
+ SEMI package is available at:
+
+ ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi/
Installation
;; Copyright (C) 1994,1995,1996,1997,1998 Free Software Foundation, Inc.
;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word
+;; Keywords: mh-e, mail, news, MIME, multimedia, multilingual
;; This file is part of emh.
(make-local-variable 'mail-header-separator)
(setq mail-header-separator "--------")
(eword-decode-header nil mail-header-separator)
+ (let ((ua mime-edit-user-agent-value))
+ (make-local-variable 'mime-edit-user-agent-value)
+ (setq mime-edit-user-agent-value (concat "EMH/" emh-version " " ua))
+ )
(turn-on-mime-edit)
(save-excursion
(goto-char (point-min))
;;; @ version
;;;
-(defconst emh-version "1.8.2")
+(defconst emh-version "1.9.0")
;;; @ variable