Sync up with SEMI 1.4.1.
authormorioka <morioka>
Wed, 6 May 1998 14:22:16 +0000 (14:22 +0000)
committermorioka <morioka>
Wed, 6 May 1998 14:22:16 +0000 (14:22 +0000)
ChangeLog
Makefile
README.en

index 99e144d..95efdbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * README.en (Required environment): Modify for FLIM 1.2.0.
+
+1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-parse.el: Move 'mime-type/subtype-string to
+       flim/mime-def.el.
+
+1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-play.el (mime-sort-situation): New function.
+       (mime-raw-play-entity): Use 'mime-sort-situation.
+
+1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-play.el (mime-activate-mailcap-method): Use
+       'mailcap-format-command.
+
+1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * README.en (What's SEMI?): Add description about mailcap.
+       (Documentation): Add RFC 1524; change location of RFC.
+
+\f
 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * WEMI: Version 1.4.0 (Fujisawa) was released.
 \f
 1998-05-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * WEMI: Version 1.3.1 (\e-DÒfuna) was released.\e-A
+       * WEMI: Version 1.3.1 (\e-DÒfuna)\e-A was released.
 
 1998-05-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-04-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * WEMI: Version 1.2.0 (T\e-Dòkyò) was released.\e-A
+       * WEMI: Version 1.2.0 (T\e-Dòkyò)\e-A was released.
 
        * README.en: Modify for WEMI.
 
 \f
 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * SEMI: Version 1.0.2 (Nonoichi-K\e-Dòdaimae) was released.\e-A
+       * SEMI: Version 1.0.2 (Nonoichi-K\e-Dòdaimae)\e-A was released.
 
 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-02-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * SEMI: Version 1.0.0 (Nukaj\e-Dþtaku-mae) was released.\e-A
+       * SEMI: Version 1.0.0 (Nukaj\e-Dþtaku-mae)\e-A was released.
 
        * SEMI-ELS: Remove mime-tar.el.
 
 \f
 1997-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * SEMI: Version 0.116 (D\e-Dòhòji) was released.\e-A
+       * SEMI: Version 0.116 (D\e-Dòhòji)\e-A was released.
 
 1997-11-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
index 7f94f4a..ef48311 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for WEMI.
 #
 
-VERSION = 1.4.0
+VERSION = 1.4.1
 
 SHELL  = /bin/sh
 MAKE   = make
index c04bc91..98418dd 100644 (file)
--- a/README.en
+++ b/README.en
@@ -20,7 +20,6 @@ What's WEMI?
 
   WEMI has the following features:
 
-       - MIME style multilingual header (RFC 2047)
        - MIME message viewer   (mime-view-mode) (RFC 2045 .. 2049)
        - MIME message composer (mime-edit-mode) (RFC 2045 .. 2049)
 
@@ -31,9 +30,10 @@ What's WEMI?
        - application/pgp (draft-kazu-pgp-mime-00.txt; obsolete)
        - text/richtext (RFC 1521; obsolete; preview only)
        - text/enriched (RFC 1896)
+       - External method configuration by mailcap (RFC 1524)
 
   Notice that this package does not contain MIME extender for any
-  MUAs and external methods.  They are released as separated packages.
+  MUAs.  They are released as separated packages.
 
 
 Required environment
@@ -49,7 +49,7 @@ Required environment
   nil. (Maybe non mule setting requires to modify emu.  In addition,
   it is better to use terminal-coding-system feature)
 
-  SEMI requires APEL (8.7 or later) and FLIM (1.1.0 or later) package.
+  SEMI requires APEL (8.7 or later) and FLIM (1.2.0 or later) package.
   Please install them before installing it.  APEL package is available
   at:
 
@@ -135,9 +135,10 @@ Documentation
 
   To get started, please read ${archive}/README.en.
 
-  RFC's 822, 1806, 1847, 1896, 2015, 2045, 2046, 2047, 2048 and 2049
-  are available via anonymous ftp:
-  ftp://ds.internic.net/rfc/
+  RFC's 822, 1524, 1806, 1847, 1896, 2015, 2045, 2046, 2047, 2048 and
+  2049 are available via anonymous ftp:
+
+       ftp://ftp.merit.edu/internet/documents/rfc/
 
 
 Bug reports