From: morioka Date: Wed, 6 May 1998 14:22:16 +0000 (+0000) Subject: Sync up with SEMI 1.4.1. X-Git-Tag: wemi-1_4_1~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=dcdf120fedb7c5a10c128d76d0c8ec47148b4d24;p=elisp%2Fsemi.git Sync up with SEMI 1.4.1. --- diff --git a/ChangeLog b/ChangeLog index 99e144d..95efdbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +1998-05-06 MORIOKA Tomohiko + + * README.en (Required environment): Modify for FLIM 1.2.0. + +1998-05-06 MORIOKA Tomohiko + + * mime-parse.el: Move 'mime-type/subtype-string to + flim/mime-def.el. + +1998-05-06 MORIOKA Tomohiko + + * mime-play.el (mime-sort-situation): New function. + (mime-raw-play-entity): Use 'mime-sort-situation. + +1998-05-06 MORIOKA Tomohiko + + * mime-play.el (mime-activate-mailcap-method): Use + 'mailcap-format-command. + +1998-05-05 MORIOKA Tomohiko + + * README.en (What's SEMI?): Add description about mailcap. + (Documentation): Add RFC 1524; change location of RFC. + + 1998-05-05 MORIOKA Tomohiko * WEMI: Version 1.4.0 (Fujisawa) was released. @@ -77,7 +102,7 @@ 1998-05-02 MORIOKA Tomohiko - * WEMI: Version 1.3.1 (-DÒfuna) was released.-A + * WEMI: Version 1.3.1 (-DÒfuna)-A was released. 1998-05-02 MORIOKA Tomohiko @@ -344,7 +369,7 @@ 1998-04-07 MORIOKA Tomohiko - * WEMI: Version 1.2.0 (T-Dòkyò) was released.-A + * WEMI: Version 1.2.0 (T-Dòkyò)-A was released. * README.en: Modify for WEMI. @@ -812,7 +837,7 @@ 1998-03-13 MORIOKA Tomohiko - * SEMI: Version 1.0.2 (Nonoichi-K-Dòdaimae) was released.-A + * SEMI: Version 1.0.2 (Nonoichi-K-Dòdaimae)-A was released. 1998-03-12 MORIOKA Tomohiko @@ -924,7 +949,7 @@ 1998-02-25 MORIOKA Tomohiko - * SEMI: Version 1.0.0 (Nukaj-Dþtaku-mae) was released.-A + * SEMI: Version 1.0.0 (Nukaj-Dþtaku-mae)-A was released. * SEMI-ELS: Remove mime-tar.el. @@ -1061,7 +1086,7 @@ 1997-11-16 MORIOKA Tomohiko - * SEMI: Version 0.116 (D-Dòhòji) was released.-A + * SEMI: Version 0.116 (D-Dòhòji)-A was released. 1997-11-15 MORIOKA Tomohiko diff --git a/Makefile b/Makefile index 7f94f4a..ef48311 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for WEMI. # -VERSION = 1.4.0 +VERSION = 1.4.1 SHELL = /bin/sh MAKE = make diff --git a/README.en b/README.en index c04bc91..98418dd 100644 --- 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