From: morioka Date: Tue, 27 Jul 1999 05:11:27 +0000 (+0000) Subject: (Don't expect raw-buffer): New subsection. X-Git-Tag: semi-1_13_5~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d5babb3a62467ba0f268457688c36d13f610c25e;p=elisp%2Fsemi.git (Don't expect raw-buffer): New subsection. (Now acting-method must not expect to run in raw-buffer): Changed as a subsubsection of subsection `Don't expect raw-buffer'. (Don't refer variable `mime-raw-buffer'): New subsubsection. (Don't refer variable `mime-preview-buffer'): New subsubsection. --- diff --git a/NEWS b/NEWS index a01dce0..bed3c92 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,32 @@ Copyright (C) 1998,1999 Free Software Foundation, Inc. * Changes in SEMI 1.13 +** Requires FLIM 1.13 API + + +** Don't expect raw-buffer + +In FLIM 1.13 API, existence of a raw-buffer corresponding to each +entity is not guaranteed. + +*** Now acting-method must not expect to run in raw-buffer + +Function `mime-play-entity' was changed to permit to run in any buffer +(may be called in preview-buffer). So each acting-method is called in +any buffer. + +*** Don't refer variable `mime-raw-buffer' + +Preview-buffer's local variable `mime-raw-buffer' is deleted. So +don't refer it. + +*** Don't refer variable `mime-preview-buffer' + +There are no guarantee about existence of a raw-buffer corresponding +to each entity, so don't refer buffer local variables of the +raw-buffer, e.g. `mime-preview-buffer'. + + ** Function `mime-play-entity' Function `mime-play-entity' was renamed from `mime-raw-play-entity' @@ -16,13 +42,6 @@ Please use `situation' if you would like to specify `mode' and `ignore-examples'. -** Now acting-method must not expect to run in raw-buffer - -Function `mime-play-entity' was changed to permit to run in any buffer -(may be called in preview-buffer). So each acting-method is called in -any buffer. - - ** Text property `mime-view-entity-{header|body}' Now mime-view put text property `mime-view-entity-header' and @@ -39,8 +58,6 @@ header when `mime-display-entity' runs `mime-display-header-hook'. Therefore header-presentation-method must not change current point. -** Requires FLIM 1.13 API - * Changes in SEMI 1.12