(mime-acting-condition): Use `mime-method-to-save' instead of external
[elisp/semi.git] / ChangeLog
index 2423d37..4415ba2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,172 @@
+1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * SEMI-ELS (semi-modules-to-compile): Abolish mime-file.el.
+
+       * mime-play.el (mime-extract-current-entity): New function; copied
+       from mime-file.el; abolish mime-file.el.
+
+       * mime-view.el (mime-acting-condition), mime-partial.el
+       (mime-combine-message/partials-automatically), mime-play.el:
+       Rename `mime-display-message/partial' ->
+       `mime-method-to-store-message/partial'.
+
+1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-view.el (mime-acting-condition), mime-play.el: Rename
+       `mime-display-caesar' -> `mime-method-to-display-caesar'.
+
+       * mime-view.el (mime-acting-condition), mime-play.el: Rename
+       `mime-display-message/external-ftp' ->
+       `mime-method-to-display-message/external-ftp'.
+
+       * mime-view.el (mime-acting-condition), mime-play.el: Rename
+       `mime-display-message/rfc822' ->
+       `mime-method-to-display-message/rfc822'.
+
+       * mime-play.el: Rename `mime-article/make-method-args' ->
+       `mime-make-external-method-args'.
+
+       * mime-file.el: Fix setting.
+
+1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-play.el: Rename `mime-article/start-external-method-region'
+       -> `mime-activate-external-method'.
+
+       * mime-play.el, mime-pgp.el: Rename `mime-display-content' ->
+       `mime-playback-entity'.
+
+       * mime-file.el (mime-extract-current-entity): Use
+       `mime-write-decoded-region'.
+
+       * mime-file.el: Rename `mime-article/extract-file' ->
+       `mime-extract-current-entity'.
+
+1998-03-03  François Pinard   <pinard@iro.umontreal.ca>
+
+       * mime-edit.el (mime-edit-insert-signature): Function
+       `mime-edit-insert-tag' is sometimes called with more arguments
+       than it is ready to accept. (cf. [tm-en:1585])
+
+1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-edit.el (mime-edit-insert-text): New optional argument
+       `subtype'.
+
+\f
+1998-02-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * SEMI: Version 1.0.1 (Magae) was released.
+
+1998-02-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-pgp.el (mime-check-multipart/signed): New function.
+
+1998-02-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-and-fold-structured-field): Fixed.
+
+       * mime-edit.el (mime-file-types): Use `defcustom'.
+
+\f
+1998-02-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * SEMI: Version 1.0.0 (Nukaj\e-Dþtaku-mae)\e-A was released.
+
+       * SEMI-ELS: Remove mime-tar.el.
+
+1998-02-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-version): Use `semi-version';
+       abolish `eword-decode-RCS-ID'.
+
+       * mime-view.el (mime-view-version-string): Use `semi-version';
+       abolish `mime-view-version' and `mime-view-RCS-ID'.
+
+       * mime-edit.el (mime-edit-version-string): Use `semi-version';
+       abolish `mime-edit-version' and `mime-edit-RCS-ID'.
+
+       * mime-def.el (semi-version): New constant; abolish constant
+       `semi-version-name'.
+
+       * mime-view.el: Rename `mime-view-version-name' ->
+       `mime-view-version-string'.
+
+       * mime-edit.el: Rename `mime-edit-version-name' ->
+       `mime-edit-version-string'.
+
+       * eword-decode.el (eword-lexical-analyzers): New variable.
+       (eword-analyze-quoted-string): Add second argument.
+       (eword-analyze-domain-literal): New function.
+       (eword-analyze-spaces): New function.
+       (eword-analyze-special): New function.
+       (eword-analyze-atom): Add second argument.
+       (eword-lexical-analyze-internal): Use `eword-lexical-analyzers'.
+
+\f
+1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * SEMI: Version 0.118.2 (Otomaru) was released.
+
+       * eword-decode.el (eword-decode-and-unfold-structured-field): New
+       function.
+
+       * eword-decode.el (eword-decode-and-fold-structured-field): New
+       function.
+       (eword-decode-structured-field-body): Use it.
+       (eword-decode-header): Likewise.
+
+       * eword-decode.el (eword-decode-structured-field-body): If
+       `START-COLUMN' is nil, it uses `mapconcat'.
+
+       * eword-decode.el (eword-decode-token): New function.
+       (eword-decode-structured-field-body): Add new optional arguments
+       `START-COLUMN' and `MAX-COLUMN'; fill results; use function
+       `eword-decode-token'.
+       (eword-decode-header): Specify START-COLUMN for
+       `eword-decode-structured-field-body'.
+
+1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-header): Unfold fields including
+       encoded-words.
+
+       * eword-decode.el (eword-decode-ignored-field-list): New variable.
+       (eword-decode-structured-field-list): New variable.
+       (eword-decode-header): Refer them.
+
+       * eword-decode.el (eword-decode-header): Don't use
+       `eword-decode-unstructured-field-body'.
+
+1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-header): New implementation; add
+       new argument `CODE-CONVERSION' as first argument.  Change
+       `SEPARATOR' as second argument.
+
+\f
+1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * SEMI: Version 0.118.1 (Shijima) was released.
+
+       * README.en (Bug reports): Modified for SEMI.
+
+1998-02-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-edit.el (mime-edit-normalize-body): Must not ignore case to
+       search "From " in beginning of line.
+
+1998-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-image.el: Comment out setting for inline Postscript
+       feature.
+
+1998-01-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (eword-analyze-atom): New function.
+       (eword-lexical-analyze-internal): Use `eword-analyze-atom' instead
+       of `std11-analyze-atom'.
+
 1997-11-26  Thierry Emery     <Thierry.Emery@aar.alcatel-alsthom.fr>
 
        * mime-edit.el (mime-edit-insert-text): Fix to avoid unexpected
 \f
 1997-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * SEMI: Version 0.116 (D\e-Dòhòji) was released.\e-A
+       * SEMI: Version 0.116 (D\e-Dòhòji)\e-A was released.
 
 1997-11-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>