* mel-b-ccl.el (mel-ccl-decode-b): Use `define-ccl-program'
[elisp/flim.git] / ChangeLog
index f356ee4..31176ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,433 @@
+1998-11-13  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * mel-b-ccl.el (mel-ccl-decode-b): Use `define-ccl-program'
+       instead of `define-long-ccl-program'.
+
+1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * FLIM-ELS: (flim-modules): Install mel-b-ccl.el for
+       mule-2.3@19.34.
+
+       * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
+       select implementation.
+       (mel-ccl-encode-b): Use `define-long-ccl-program' to define.
+       (mel-ccl-encode-base64-crlf-crlf): Ditto.
+       (mel-ccl-encode-base64-crlf-lf): Ditto.
+
+1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * FLIM-ELS: (flim-modules): Do not install mel-b-ccl.el for
+       mule-2.3@19.34.
+
+1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround 
+       for mule-2.3@19.34.
+
+1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * mel.el (mel-b-builtin): New variable.
+
+1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * FLIM-ELS: require 'pccl.
+       (flim-modules): Check CCL availability by broken facility.
+
+1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-structured-field-body): New
+       implementation; abolish optional argument `must-unfold'; delete
+       DOC-string.
+       (eword-decode-and-unfold-structured-field-body): Renamed from
+       `eword-decode-and-unfold-structured-field'; delete DOC-string.
+       (eword-decode-and-fold-structured-field-body): Renamed from
+       `eword-decode-and-fold-structured-field'; abolish optional
+       argument `must-unfold'; delete DOC-string.
+       (eword-decode-unstructured-field-body): Abolish optional argument
+       `must-unfold'; delete DOC-string.
+       (eword-decode-and-unfold-unstructured-field-body): Renamed from
+       `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
+       (eword-decode-unfolded-unstructured-field-body): New function.
+
+1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mmgeneric.el (mime-insert-header-from-buffer): Use
+       `mime-find-field-presentation-method' and
+       `mime-find-field-decoder-internal'.
+
+       * eword-decode.el (mime-find-field-presentation-method): New
+       macro.
+       (mime-find-field-decoder-internal): New function.
+       (mime-find-field-decoder): New implementation (use
+       mime-find-field-decoder-internal).
+       (mime-decode-header-in-region): Use
+       `mime-find-field-presentation-method' and
+       `mime-find-field-decoder-internal'.
+
+1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mmgeneric.el (mime-insert-header-from-buffer): Rename
+       field-presentation-mode `folding' to `wide'.
+
+       * eword-decode.el: Rename field-presentation-modes from `native',
+       `folding', `unfolding', `unfolding-xover' to `plain', `wide',
+       `summary', `nov'.
+
+1998-11-07  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
+       (mime-find-field-decoder): Ditto.
+
+1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
+       Don't delete the front spaces.
+       (eword-encode-addresses-to-rword-list): Don't supplement space;
+       use `nconc' instead of `append'.
+       (eword-encode-msg-id-to-rword-list): Supplement the front space;
+       use `nconc' instead of `append'.
+
+1998-11-02  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * eword-decode.el (mime-field-decoder-cache): New variable.
+       (mime-find-field-decoder): Use `mime-field-decoder-cache'.
+       (mime-update-field-decoder-cache): New variable.
+       (mime-update-field-decoder-cache): New function.
+       (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
+
+       * mmgeneric.el (mime-insert-header-from-buffer): Use
+       `mime-field-decoder-cache'.
+
+1998-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (mime-decode-header-in-region): New function.
+       (mime-decode-header-in-buffer): Use function
+       `mime-decode-header-in-region'.
+
+1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mmgeneric.el (mime-insert-header-from-buffer): Refer
+       `mime-field-decoder-alist' instead of hard-coding.
+
+       * mime.el (mime-read-field): Use `mime-decode-field-body'.
+
+       * eword-decode.el (eword-decode-and-unfold-structured-field): Add
+       optional dummy argument `start-column' and `max-column'.
+       (eword-decode-structured-field-body): Change interface.
+       (eword-decode-unstructured-field-body): Change interface to add
+       optional dummy argument `start-column' and `max-column'.
+       (eword-decode-and-unfold-unstructured-field): Add optional dummy
+       argument `start-column' and `max-column'.
+       (mime-field-decoder-alist): New variable; abolish user option
+       `eword-decode-ignored-field-list' and
+       `eword-decode-structured-field-list'.
+       (mime-set-field-decoder): New function.
+       (mime-find-field-decoder): New function.
+       (mime-decode-field-body): New function; abolish function
+       `eword-decode-field-body'.
+       (mime-decode-header-in-buffer): Renamed from
+       `eword-decode-header'; refer `mime-field-decoder-alist' instead of
+       hard-coding; add obsolete alias `eword-decode-header'.
+
+1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-def.el: Avoid compile error when ediff is missing.
+
+\f
+1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.11.3 (Saidaiji) was released.
+
+1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * VERSION: New file (Renamed from FLIM-VERSION).
+
+1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
+
+1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
+
+1998-10-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
+
+       * README.ja: Update.
+
+\f
+1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.11.2 (Heij\e-Dò)\e-A was released.
+
+       * NEWS (Abolish variable `mime-temp-directory'): New subsection.
+
+       * README.en (Installation): Modify for APEL 9.6.
+
+1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-encode.el (eword-encode-field-body): Don't eliminate
+       top-spaces.
+
+1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
+
+1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-field-body): Refine implementation.
+
+1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
+       into mel-b-ccl.el and mel-q-ccl.el.
+
+1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel.el (base64-encoded-length): New implementation.
+
+1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-field-body): New function.
+
+1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-encode.el (eword-encode-field-body): Change interface.
+       (eword-encode-header): Use `eword-encode-field-body'; abolish
+       function `eword-encode-field'.
+
+1998-10-25  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * eword-encode.el (eword-encode-field-body): New function.
+       (eword-encode-field): Use `eword-encode-field-body'.
+
+1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
+
+1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-u.el (uuencode-external-decode-region): Use
+       `temporary-file-directory' instead of `mime-temp-directory'.
+       (mime-write-decoded-region): Likewise.
+
+       * mime-def.el: Abolish variable `mime-temp-directory'.
+
+1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mmgeneric.el (mime-insert-header-from-buffer): New function.
+       (insert-header): Use `mime-insert-header-from-buffer'.
+
+1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
+       builtin base64 encoder/decoder.
+
+       * mel.el: Set up builtin base64 encoder/decoder if they are
+       available.
+
+       * mime-def.el (base64-dl-module): Set nil as initial value if the
+       running emacs has builtin base64 encoder/decoder.
+
+       * mel-b.el: Require `poe' instead of `emu'.
+       (base64-encode-string): Use `defun-maybe'.
+       (base64-encode-region): Likewise.
+       (base64-decode-region): Likewise.
+       (base64-decode-string): Likewise.
+
+       * mel-b-dl.el: Require `poe' instead of `emu'.
+
+\f
+1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.11.1 (Takanohara) was released.
+
+1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
+
+       * README.ja: New file.
+
+1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-def.el: Require mcharset.
+
+1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mel-u.el (mime-write-decoded-region): Fix typo.
+
+       * mime-def.el: Enclose defining procedure for the constants
+       `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
+       `std11-qtext-regexp' with `eval-and-compile'.
+
+1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * NEWS (Behavior change of `mime-insert-header'): New subsection.
+
+       * mmgeneric.el (insert-header): Include `:' in field-name.
+
+1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
+       use `char-list-to-string'.
+       (std11-quoted-string-regexp): Use `eval-when-compile'.
+       - Use `def-edebug-spec' to define edebug-form-spec of
+         mm-define-method; fix definition of edebug-form-spec of
+         mm-define-method.
+
+1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
+       description about `eword-field-encoding-method-alist'.
+
+       * mime-en.sgml (Header encoder/decoder): Modify description about
+       `eword-encode-header'.
+
+       * mime-ja.sgml (Header encoder/decoder): Translate.
+
+1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-en.sgml (entity formatting): Fix typo in description of
+       `default-mime-charset'.
+
+       * mime-en.sgml (Header encoder/decoder): Modify description of
+       `eword-decode-header'.
+
+       * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
+
+       * mime-en.sgml (encoder/decoder): Translate description of
+       `mime-decode-string'.
+
+1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-en.sgml (Content-Disposition parser): Modify description.
+
+       * mime-en.sgml (Content-Type parser): Modify description.
+
+1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
+
+\f
+1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.11.0 (Yamadagawa) was released.
+
+1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
+       about `mime-insert-text-content'.
+
+1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
+       `mime-insert-header' from `Entity-header'; move
+       `default-mime-charset' from `custom'.
+
+1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
+       `mime-insert-decoded-header' was renamed to `mime-insert-header'.
+
+1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * NEWS: New file.
+
+1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime.el (mime-insert-header): Renamed from
+       `mime-insert-decoded-header'; define `mime-insert-decoded-header'
+       as an obsolete alias.
+
+       * mmgeneric.el, mmcooked.el (insert-header): Renamed from
+       `insert-decoded-header'.
+
+       * README.en (Installation): Add required version of APEL.
+
+1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-g.el: Require mel.
+
+       * mel-g.el: Require poem instead of emu.
+
+1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime.el (mime-insert-text-content): New generic function.
+
+       * mmcooked.el, mmgeneric.el (insert-text-content): New method.
+
+1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11.el (std11-unfold-string): New implementation.
+
+1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mmgeneric.el: New module.
+
+       * mmbuffer.el: Use `generic' as mother backend.
+
+       * FLIM-ELS (flim-modules): Add mmgeneric.
+
+1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-parse.el (mime-parse-message): Modify for
+       `make-mime-entity-internal'.
+
+       * mime-def.el (make-mime-entity-internal): Change interface to be
+       able to specify original-header and parsed-header.
+
+1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-and-unfold-unstructured-field):
+       New function.
+
+1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime.el (mime-entity-content-type): New implementation.
+       (mime-entity-content-disposition): New implementation.
+       (mime-entity-encoding): New implementation.
+
+       * mime.el (mime-fetch-field): Refer internal slots for Date,
+       Message-Id and References fields.
+
+       * mime-parse.el (mime-parse-message): Modify for
+       `make-mime-entity-internal'.
+
+       * mime-def.el: Change `mime-entity-*-internal' and
+       `mime-entity-set-*-internal' to macro.
+       (make-mime-entity-internal): Change interface and data format for
+       NOV data; changed to macro.
+       (mime-entity-set-location-internal): New macro.
+       (mime-entity-decoded-subject-internal): New macro.
+       (mime-entity-set-decoded-subject-internal): New macro.
+       (mime-entity-decoded-from-internal): New macro.
+       (mime-entity-set-decoded-from-internal): New macro.
+       (mime-entity-date-internal): New macro.
+       (mime-entity-set-date-internal): New macro.
+       (mime-entity-message-id-internal): New macro.
+       (mime-entity-set-message-id-internal): New macro.
+       (mime-entity-references-internal): New macro.
+       (mime-entity-set-references-internal): New macro.
+       (mime-entity-chars-internal): New macro.
+       (mime-entity-set-chars-internal): New macro.
+       (mime-entity-lines-internal): New macro.
+       (mime-entity-set-lines-internal): New macro.
+       (mime-entity-xref-internal): New macro.
+       (mime-entity-set-xref-internal): New macro.
+       (mime-entity-original-header-internal): Modify for new structure;
+       changed to macro.
+       (mime-entity-set-original-header-internal): Likewise.
+       (mime-entity-parsed-header-internal): Likewise.
+       (mime-entity-set-parsed-header-internal): Likewise.
+       (mime-entity-buffer-internal): Likewise.
+       (mime-entity-set-buffer-internal): Likewise.
+       (mime-entity-header-start-internal): Likewise.
+       (mime-entity-set-header-start-internal): Likewise.
+       (mime-entity-header-end-internal): Likewise.
+       (mime-entity-set-header-end-internal): Likewise.
+       (mime-entity-body-start-internal): Likewise.
+       (mime-entity-set-body-start-internal): Likewise.
+       (mime-entity-body-end-internal): Likewise.
+       (mime-entity-set-body-end-internal): Likewise.
+
+\f
 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * FLIM: Version 1.10.5 (Kizugawadai) was released.