From 7912513eac118b383f534110a13a3060600dcd51 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 18 Nov 1998 23:05:23 +0000 Subject: [PATCH] * semi-setup.el (mime-setup-decode-message-header): Use `mime-decode-header-in-buffer' instead of `eword-decode-header'. * mime-view.el (mime-preview-follow-current-entity): Likewise. * VERSION, ChangeLog: Update. --- ChangeLog | 7 +++++++ VERSION | 6 +++--- mime-view.el | 2 +- semi-setup.el | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d3cd512..9617492 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1998-11-19 Katsumi Yamaoka + + * semi-setup.el (mime-setup-decode-message-header): Use + `mime-decode-header-in-buffer' instead of `eword-decode-header'. + + * mime-view.el (mime-preview-follow-current-entity): Likewise. + 1998-11-18 Keiichi Suzuki * mime-edit.el (mime-content-transfer-encoding-priority-list): New diff --git a/VERSION b/VERSION index 028e13d..1d92e23 100644 --- a/VERSION +++ b/VERSION @@ -130,9 +130,9 @@ 1.9.1 Fujikawa $(BIY;N@n(B 1.10.0 Shin-Kambara $(B?73w86(B 1.10.1 Kambara $(B3w86(B ------- Yui $(BM3Hf(B ------- Okitsu $(B6=DE(B ------- Shimizu $(B@6?e(B +1.10.2 Yui $(BM3Hf(B +1.11.0 Okitsu $(B6=DE(B +1.11.1 Shimizu $(B@6?e(B ------ Kusanagi $(BApFe(B ------ Shizuoka $(B@E2,(B ------ Abekawa $(B0BG\@n(B diff --git a/mime-view.el b/mime-view.el index 2804365..1d55112 100644 --- a/mime-view.el +++ b/mime-view.el @@ -1148,7 +1148,7 @@ It calls following-method selected from variable )) (setq rest (cdr rest)) )) - (eword-decode-header) + (mime-decode-header-in-buffer) ) (let ((f (cdr (assq mode mime-preview-following-method-alist)))) (if (functionp f) diff --git a/semi-setup.el b/semi-setup.el index 9137f02..9928d1e 100644 --- a/semi-setup.el +++ b/semi-setup.el @@ -142,7 +142,7 @@ it is used as hook to set." (match-beginning 0) (point-max) )) - (eword-decode-header) + (mime-decode-header-in-buffer) (set-buffer-modified-p nil) ))) -- 1.7.10.4