From 57d017876e47bb9c11e013d835e0dee0aa55142f Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 28 May 1999 13:34:18 +0000 Subject: [PATCH] Sync up with the latest semi-1_13. --- ChangeLog | 7 ++++--- README.en | 2 +- semi-def.el | 3 +-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index f7126e8..8cfccac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ -1999-05-27 MORIOKA Tomohiko +1999-05-28 MORIOKA Tomohiko + + * README.en (Required environment): Require APEL 9.20. - * semi-def.el (mime-add-condition): Enter to the calist-package - `mime-view' before call a seting function. +1999-05-27 MORIOKA Tomohiko * mime-play.el (mime-play-entity): Enter to the calist-package `mime-view' before call `ctree-find-calist'. diff --git a/README.en b/README.en index 62495bb..55484eb 100644 --- a/README.en +++ b/README.en @@ -44,7 +44,7 @@ Required environment 19.14. WEMI also does not support Emacs 19.29 to 19.34, XEmacs 19.15 or XEmacs 20.2 without mule, but WEMI may work with them. - SEMI requires APEL (9.11 or later) and FLIM (1.12.5 or later) + SEMI requires APEL (9.20 or later) and FLIM (1.12.5 or later) package. Please install them before installing it. APEL package is available at: diff --git a/semi-def.el b/semi-def.el index 3ee67bd..afcc189 100644 --- a/semi-def.el +++ b/semi-def.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc. -;; Author: MORIOKA Tomohiko +;; Author: MORIOKA Tomohiko ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of WEMI (Widget based Emacs MIME Interfaces). @@ -240,7 +240,6 @@ If optional argument MODE is 'with-default, CONDITION is added with default rule. If optional argument FILE is specified, it is loaded when CONDITION is activate." - (in-calist-package 'mime-view) (let ((sym (cdr (assq target-type mime-condition-type-alist)))) (if sym (let ((func (cdr (or (assq mode mime-condition-mode-alist) -- 1.7.10.4