From c6e380f275df2eea41301b777d5aece2f802b597 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 5 Jul 1998 17:04:44 +0000 Subject: [PATCH] Sync up with semi-1_8_2_9. --- ChangeLog | 46 +++++++++++++++++++++++++++++++++++++++++++++- Makefile | 2 +- README.en | 2 +- VERSION | 10 +++++----- mime-view.el | 6 +----- 5 files changed, 53 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index b796763..578d03d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +1998-07-05 MORIOKA Tomohiko + + * mime-ui-en.texi, mime-ui-en.sgml: New files. + + * mime-ui-ja.sgml: Modify node names about MIME-Edit. + (file-type specification): Fix typo. + +1998-07-04 MORIOKA Tomohiko + + * mime-play.el (mime-file-content-type-alist): Add "Standard + MIDI". + + * mime-play.el (mime-detect-content): Fixed. + +1998-07-03 MORIOKA Tomohiko + + * mime-play.el (mime-activate-mailcap-method): Check filename is + null string. + +1998-07-03 MORIOKA Tomohiko + + * mime-ui-ja.sgml, mime-ui-ja.texi: New files; delete + mime-view-ja.sgml and mime-view-ja.texi. + + +1998-07-01 MORIOKA Tomohiko + + * SEMI: Version 1.8.2 (Kosugi) released. + + * README.en (Required environment): Modify for FLIM 1.8.0. + + * mime-view.el (mime-display-entity): Modify for + `mime-insert-decoded-header'. + +1998-06-30 MORIOKA Tomohiko + + * mime-play.el (mime-activate-mailcap-method): Use + `mime-write-entity-content'. + + +1998-06-30 MORIOKA Tomohiko + + * SEMI: Version 1.8.1 (Kureha) released. + 1998-06-29 MORIOKA Tomohiko * mime-play.el (mime-save-content): Use @@ -65,7 +109,7 @@ * semi-def.el: Don't require 'browse-url. Abolish `mime-browse-add-url-buttons-maybe' and `mime-browse-url'. - (mime-browse-url-function): New function. + (mime-browse-url-function): New variable. (mime-add-url-buttons): Renamed from `mime-browse-add-url-button'. Use `mime-browse-url-function'. diff --git a/Makefile b/Makefile index 094ab06..40a46bc 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # PACKAGE = remi -VERSION = 1.8.0 +VERSION = 1.8.1 SHELL = /bin/sh MAKE = make diff --git a/README.en b/README.en index 38e14c2..d4699ff 100644 --- a/README.en +++ b/README.en @@ -40,7 +40,7 @@ Required environment 19.14. SEMI also does not support Emacs 19.29 to 19.34, XEmacs 19.15 or XEmacs 20.2 without mule, but SEMI may work with them. - SEMI requires APEL (8.7 or later) and FLIM (1.7.0 or later) package. + SEMI requires APEL (8.7 or later) and FLIM (1.8.0 or later) package. Please install them before installing it. APEL package is available at: diff --git a/VERSION b/VERSION index e66856e..7a4b204 100644 --- a/VERSION +++ b/VERSION @@ -59,9 +59,9 @@ 1.7.0 Mizuhashi $(B?e66(B 1.7.1 Higashi-Toyama $(BElIY;3(B 1.8.0 Toyama $(BIY;3(B ; = JR $(B9b;3K\@~!"IY;39A@~(B ------ Kureha $(B8b1)(B ------ Kosugi $(B>.?y(B ------ Ecch-Dþ-Daimon-A $(B1[CfBgLg(B +1.8.1 Kureha $(B8b1)(B +1.8.2 Kosugi $(B>.?y(B +1.8.3 Ecch-Dþ-Daimon-A $(B1[CfBgLg(B ----- Takaoka $(B9b2,(B ; = JR $(BI98+@~!">kC<@~(B : : : ------- Higashi-Kanazawa $(BEl6bBt(B @@ -116,8 +116,8 @@ ;;------------------------------------------------------------------------- 1.7.1 Kan'nami $(BH!Fn(B 1.8.0 Mishima $(B;0Eg(B ; = $(B0KF&H":,E4F;(B ------ Numazu $(B>BDE(B ; = JR $(B8fEB>l@~(B ------ Katahama $(BJRIM(B +1.8.1 Numazu $(B>BDE(B ; = JR $(B8fEB>l@~(B +1.8.2 Katahama $(BJRIM(B ----- Hara $(B86(B ----- Higashi-Tagonoura $(BElED;R%N1:(B ----- Yoshiwara $(B5H86(B ; = $(B3YFnE4F;(B diff --git a/mime-view.el b/mime-view.el index 3322e32..7e5ab15 100644 --- a/mime-view.el +++ b/mime-view.el @@ -681,11 +681,7 @@ MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t. t means default." (funcall header-presentation-method entity situation) (mime-insert-decoded-header entity mime-view-ignored-field-list - mime-view-visible-field-list - (if (mime-entity-cooked-p entity) - nil - default-mime-charset)) - ) + mime-view-visible-field-list)) (goto-char (point-max)) (insert "\n") (run-hooks 'mime-display-header-hook) -- 1.7.10.4