From: morioka Date: Tue, 2 Jun 1998 17:47:34 +0000 (+0000) Subject: update. X-Git-Tag: remi-1_5_0~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6f524a0222a0a77b2ab1a77e91357c8f290e17ba;p=elisp%2Fsemi.git update. --- diff --git a/ChangeLog b/ChangeLog index dcb03e0..fad7056 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +1998-06-03 MORIOKA Tomohiko + + * REMI: Version 1.5.0 (Shimao) released. + +1998-06-02 MORIOKA Tomohiko + + * mime-pgp.el (mime-method-for-application/pgp): Use + `mime-raw-representation-type-alist' instead of + `mime-text-decoder-alist'; set up to + `mime-raw-representation-type' instead of `mime-text-decoder'. + + * mime-play.el (mime-method-to-display-message/rfc822): Use + `mime-raw-representation-type-alist' instead of + `mime-text-decoder-alist'; set up to + `mime-raw-representation-type' instead of `mime-text-decoder'. + (mime-method-to-display-caesar): Use + `mime-text-insert-decoded-body'. + + * mime-text.el (mime-raw-representation-type): New variable; + abolish `mime-text-decoder'. + (mime-text-insert-decoded-body): Change interface; refer + `mime-raw-representation-type' or + `mime-raw-representation-type-alist' instead of + `mime-text-decoder' or `mime-text-decoder-alist'; abolish function + `mime-text-decode-buffer' and `mime-text-decode-buffer-maybe'. + (mime-preview-text/plain): Modify for new interface of + `mime-text-insert-decoded-body'. + (mime-preview-text/richtext): Modify for new interface of + `mime-text-insert-decoded-body'. + (mime-preview-text/enriched): Modify for new interface of + `mime-text-insert-decoded-body'. + + * mime-view.el (mime-raw-representation-type-alist): New variable; + abolish `mime-text-decoder-alist'. + 1998-05-29 Katsumi Yamaoka * mime-view.el (mime-preview-scroll-down-entity): Use (not (bobp)) diff --git a/Makefile b/Makefile index d61bf26..204d744 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for SEMI kernel. # -VERSION = 1.4.0 +VERSION = 1.5.0 PACKAGE = remi SHELL = /bin/sh