(mime-preview-original-major-mode): Don't use `get-text-property' at the end
[elisp/semi.git] / NEWS
diff --git a/NEWS b/NEWS
index 096b1b7..bed3c92 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,15 +3,30 @@ Copyright (C) 1998,1999 Free Software Foundation, Inc.
 
 * Changes in SEMI 1.13
 
-** PGP 5.0i and GnuPG are now supported for PGP/MIME
+** Requires FLIM 1.13 API
 
-A user interface for editing or viewing has never changed.  You can
-select the various PGPGPG commands with `M-x mime-pgp-setversion' or
-to setup your startup file, e.g.:
 
-    (eval-after-load "semi-setup" '(mime-pgp-setversion "gpg"))
+** Don't expect raw-buffer
 
-Note that Mailcrypt 3.5.2 or later is needed for PGP 5.0i or GnuPG.
+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'
@@ -27,11 +42,20 @@ Please use `situation' if you would like to specify `mode' and
 `ignore-examples'.
 
 
-** Now acting-method must not expect to run in raw-buffer
+** Text property `mime-view-entity-{header|body}'
 
-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.
+Now mime-view put text property `mime-view-entity-header' and
+`mime-view-entity-body' in header and body of each entity.
+
+
+** Behavior change about `mime-display-header-hook'
+
+Function `mime-display-entity' runs `mime-display-header-hook' before
+it inserts "\n".
+
+In addition, now it is cleared that current point means beginning of
+header when `mime-display-entity' runs `mime-display-header-hook'.
+Therefore header-presentation-method must not change current point.
 
 
 \f