Merge emh-1_9_0. emh-199811302358 emh-last-snapshot-
authormorioka <morioka>
Sun, 18 Oct 1998 04:52:57 +0000 (04:52 +0000)
committermorioka <morioka>
Sun, 18 Oct 1998 04:52:57 +0000 (04:52 +0000)
ChangeLog
Makefile
README.en
emh-setup.el
emh.el

index 3878f05..5ddc175 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+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.
index c97369c..5547f8f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for EMH
 #
 
-VERSION = 1.8.2
+VERSION = 1.9.0
 
 TAR    = tar
 RM     = /bin/rm -f
index afedbd0..04dd283 100644 (file)
--- a/README.en
+++ b/README.en
@@ -4,9 +4,19 @@ What's EMH?
 ===========
 
   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
index a6895de..2d8af82 100644 (file)
@@ -3,7 +3,7 @@
 ;; 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))
diff --git a/emh.el b/emh.el
index a107a78..7229b2e 100644 (file)
--- a/emh.el
+++ b/emh.el
@@ -38,7 +38,7 @@
 ;;; @ version
 ;;;
 
-(defconst emh-version "1.8.2")
+(defconst emh-version "1.9.0")
 
 
 ;;; @ variable