From 426b7c4074f565c99556db9ba351ecdd5abd26cd Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 18 Nov 1998 23:06:12 +0000 Subject: [PATCH] Sync up with the latest semi-1_11. --- ChangeLog | 9 ++++++++- VERSION | 4 ++-- mime-view.el | 2 +- semi-def.el | 2 +- semi-setup.el | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d11d70..861f9c0 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 @@ -23,7 +30,7 @@ 1998-11-10 Katsumi Yamaoka - * semi-def.el (mime-insert-button): Insert invisible text as a + * semi-def.el (mime-insert-button): Insert invisible text as an entity info under XEmacs. 1998-11-08 MORIOKA Tomohiko diff --git a/VERSION b/VERSION index 57fc0fd..1d92e23 100644 --- a/VERSION +++ b/VERSION @@ -71,7 +71,7 @@ 1.10.1 Morimoto $(B?9K\(B 1.10.2 Higashi-Kanazawa $(BEl6bBt(B 1.11.0 Kanazawa $(B6bBt(B ; <=> $(BKLN&E4F;(B $(BKLE46bBt(B -------- Nishi-Kanazawa $(B@>6bBt(B ; <=> $(BKLN&E4F;(B $(B?7@>6bBt(B +1.11.1 Nishi-Kanazawa $(B@>6bBt(B ; <=> $(BKLN&E4F;(B $(B?7@>6bBt(B ------- (JR) Nonoichi $(BLn!9;T(B : : : ------- Tsuruga $(BFX2l(B ; = JR $(B>.IM@~(B @@ -132,7 +132,7 @@ 1.10.1 Kambara $(B3w86(B 1.10.2 Yui $(BM3Hf(B 1.11.0 Okitsu $(B6=DE(B ------- Shimizu $(B@6?e(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 719f226..1892847 100644 --- a/mime-view.el +++ b/mime-view.el @@ -1149,7 +1149,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-def.el b/semi-def.el index 31cfff5..802e9be 100644 --- a/semi-def.el +++ b/semi-def.el @@ -30,7 +30,7 @@ (require 'custom) -(defconst mime-user-interface-product '["WEMI" (1 11 0) "Okitsu"] +(defconst mime-user-interface-product '["WEMI" (1 11 1) "Shimizu"] "Implementation name, version name and numbers of MIME-kernel package.") (autoload 'mule-caesar-region "mule-caesar" 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