* mel-b-ccl.el: New file.
[elisp/flim.git] / ChangeLog
index f25b0f4..4d86be9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel-b-ccl.el: New file.
+
+       * mel-q-ccl.el: New file.
+
+       * mel-ccl.el: Abolished.
+
+       * mel.el: Use `mel-b-ccl' and `mel-q-ccl' instead of `mel-ccl'.
+
+       * FLIM-ELS (flim-modules): Add `mel-b-ccl' and `mel-q-ccl'.
+       Delete `mel-ccl'.
+
+1998-10-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-field): New function.
+
+1998-10-18  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Sync up to flim-1_11_0 from flim-1_10_5.
+
+       * mime-def.el (mime-library-product): Bump up to FLAM-DOODLE
+       1.11.0.
+
+1998-10-17  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel-ccl.el: Check broken facility consistency by
+       `check-broken-facility'.
+
+1998-10-14  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Sync up to flim-1_10_5 from flim-1_10_2.
+
+       * mime-def.el (mime-library-product): Bump up to FLAM-DOODLE
+       1.10.2.
+
+1998-10-09  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mime-def.el (mime-library-product): Fix typo.
+
+1998-10-09  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Sync up to flim-1_10_2 from flim-1_10_0.
+
+       * mime-def.el (mime-library-product): Bump up to FLAM-DOODLE
+       1.10.1.
+
+1998-09-30  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Sync up with flim-1_10_0.
+
+       * mime-def.el (mime-library-version): Bump up to FLAM-DOODLE
+       1.10.0.
+
+1998-09-25  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-compat.el: New file.
+
+       * FLIM-ELS (flim-modules): Add `ew-compat'.
+
+1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel.el: Use `broken-p' to check facility.
+
+1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel-ccl.el:
+         - Require 'pccl instead of 'emu.
+         - Use `unless-broken' to check facility.
+
+       * mime-def.el (mime-library-version): Bump up to FLAM-DOODLE
+       1.9.5.
+
+1998-09-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel-ccl.el (q-encoding-ccl-encoded-length): Check
+       (featurep 'xemacs) instead of running-xemacs.
+
+1998-09-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel-ccl.el (base64-ccl-insert-encoded-file): Use
+       `mel-ccl-base64-lf-rev' instead of `mel-ccl-b-rev'.
+
+       * mel.el (q-encoding-encoded-length ccl): Check
+       (featurep 'xemacs) instead of running-xemacs.
+
+1998-09-17  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel-ccl.el (mel-ccl-decode-b): Cut bits over 8bit on last
+       byte.
+
+1998-09-17  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel.el (mel-defgeneric): Remove `stems' argument.
+       (mel-stems): Exchange order between `external' and `internal'.
+       (mel-defgeneric): Obtain preference dynamicaly.
+       (mel-defpreference): New function
+       (mel-usemodule): Renamed from `mel-defmodule' and add a argument
+       `condition'.
+       (mel-defmethod): Add a argument `condition'.
+
+1998-09-17  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel.el: Reindented.
+       (mel-defgeneric): Add `stems' argument.
+
+1998-09-16  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * FLIM-ELS (flim-modules): Fix `mel-dl' duplication.
+
+       * mel-b.el: Sync up from 1.7 to 1.17.
+       (base64-int-ext-encode-region): Moved from mel.el and renamed
+       from `base64-internal-external-encode-region'.
+       (base64-int-ext-decode-region): Likewise.
+       (base64-int-ext-decode-string): Likewise.
+       (base64-int-ext-insert-encoded-file): Likewise.
+       (base64-int-ext-write-decoded-region): Likewise.
+
+       * mel-ccl.el: Add copyright notice.
+
+       * mel-q.el (quoted-printable-internal-encoding-limit): Moved
+       from mel.el.
+       quoted-printable-internal-decoding-limit): Ditto.
+       (quoted-printable-int-ext-encode-region): Moved from mel.el and
+       renamed from `quoted-printable-internal-external-encode-region'.
+       (quoted-printable-int-ext-decode-region): Likewise.
+
+       * mel.el:
+         - Move `base64-internal-encoding-limit',
+         `base64-internal-decoding-limit',
+         `quoted-printable-internal-encoding-limit',
+         `quoted-printable-internal-decoding-limit',
+         `base64-internal-external-decode-string',
+         `base64-internal-external-encode-region',
+         `base64-internal-external-decode-region',
+         `base64-internal-external-insert-encoded-file',
+         `base64-internal-external-write-decoded-region',
+         `quoted-printable-encode-region' and
+         `quoted-printable-decode-region' away. 
+         - autoloading restructured.
+       (mel-call-next): New function.
+       (mel-defgeneric): New function.
+       (mel-defmodule): New function.
+       (mel-defmethod): New function.
+       (mime-decoding-method-alist): Add implementation specific
+       methods.
+       (mime-file-decoding-method-alist): Ditto.
+
+1998-09-15  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Sync up with flim-1_9_2.
+
+       * mime-def.el (mime-library-version): Bump up to FLAM-DOODLE
+       1.9.4.
+
+1998-09-14  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel-ccl.el (mel-ccl-try-to-read-crlf): New compile-time
+       function.
+       (mel-ccl-encode-quoted-printable-generic): quote "F" in "From "
+       on beginning of a line and "." apeared in a line alone.
+
+1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel-b.el (base64-internal-encoded-length): Refined.
+
+       * mel-ccl.el (q-encoding-ccl-encoded-length): Remove bogus
+       DOC-string.
+
+       * mel.el (q-encoding-ccl-encoded-length): Remove bogus
+       DOC-string.
+
+1998-09-10  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel-ccl.el (mel-ccl-encode-q-generic): New compile-time
+       function.
+       (mel-ccl-count-q-length): New compile-time function.
+       (mel-ccl-encode-uq): Use `mel-ccl-encode-q-generic'.
+       (mel-ccl-encode-cq): Use `mel-ccl-encode-q-generic'.
+       (mel-ccl-encode-pq): Use `mel-ccl-encode-q-generic'.
+       (mel-ccl-count-uq): New CCL program.
+       (mel-ccl-count-cq): Ditto.
+       (mel-ccl-count-pq): Ditto.
+       (mel-ccl-encode-base64-generic): New function.
+       (mel-ccl-encode-b): Use `mel-ccl-encode-base64-generic'.
+       (mel-ccl-encode-base64-crlf-crlf): Use
+       `mel-ccl-encode-base64-generic'.
+       (mel-ccl-encode-base64-crlf-lf): Use
+       `mel-ccl-encode-base64-generic'.
+       (base64-ccl-encode-string): Use `mel-ccl-base64-lf-rev' instead
+       of `mel-ccl-b-rev' for folding.
+       (base64-ccl-encode-region): Ditto.
+       (base64-ccl-decode-string): Remove useless `string-as-unibyte'
+       call.
+       (quoted-printable-ccl-insert-encoded-file): Remove unused
+       bindings.
+       (q-encoding-ccl-decode-string): Remove useless
+       `string-as-unibyte' call.
+       (q-encoding-ccl-encoded-length): New function.
+
+       * mel.el (q-encoding-ccl-encoded-length): New autoload.
+       (q-encoding-encoded-length): Use
+       `q-encoding-ccl-encoded-length' if defined.
+
+1998-09-10  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mime-def.el (mime-library-version-string): Bump up to
+       FLAM-DOODLE 1.9.3.
+
+1998-09-10  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * FLIM-ELS (flim-modules): Delete `ew-ccl'.
+
+       * ew-bq.el: Always use mel.
+
+       * ew-ccl.el: Abolished.
+
+1998-09-09  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-dec.el (ew-decode-field): Call `ew-decode-field-no-cache'
+       before modifing cache.
+
+1998-09-09  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel-ccl.el (mel-ccl-28-table): New compile time constant.
+       (mel-ccl-64-to-256-table): Ditto.
+       (mel-ccl-qp-table): Mark LF.
+       (mel-ccl-16-to-256-table): Convert integer from character.
+       (mel-ccl-u-raw): Ditto.
+       (mel-ccl-c-raw): Ditto.
+       (mel-ccl-p-raw): Ditto.
+       (mel-ccl-decode-q): Ditto.
+       (mel-ccl-encode-base64): Abolished.
+       (mel-ccl-encode-base64-crlf-crlf): Renamed from
+       `mel-ccl-encode-base64'.
+       (mel-ccl-encode-base64-crlf-lf): New CCL program.
+       (mel-ccl-encode-quoted-printable-generic): New compile-time
+       function.
+       (mel-ccl-decode-quoted-printable-generic): Ditto.
+       (mel-ccl-encode-quoted-printable): Abolished.
+       (mel-ccl-decode-quoted-printable): Ditto.
+       (mel-ccl-encode-quoted-printable-crlf-crlf): New CCL program.
+       (mel-ccl-encode-quoted-printable-crlf-lf): Ditto.
+       (mel-ccl-encode-quoted-printable-lf-crlf): Ditto.
+       (mel-ccl-encode-quoted-printable-lf-lf): Ditto.
+       (mel-ccl-decode-quoted-printable-crlf-crlf): Ditto.
+       (mel-ccl-decode-quoted-printable-crlf-lf): Ditto.
+       (mel-ccl-decode-quoted-printable-lf-crlf): Ditto.
+       (mel-ccl-decode-quoted-printable-lf-lf): Ditto.
+       (mel-ccl-uq): Abolished.
+       (mel-ccl-cq): Ditto.
+       (mel-ccl-pq): Ditto.
+       (mel-ccl-b): Ditto.
+       (mel-ccl-quoted-printable): Ditto.
+       (mel-ccl-base64): Ditto.
+       (mel-ccl-uq-rev): New coding-system.
+       (mel-ccl-cq-rev): Ditto.
+       (mel-ccl-pq-rev): Ditto.
+       (mel-ccl-quoted-printable-crlf-crlf-rev): Ditto.
+       (mel-ccl-quoted-printable-crlf-lf-rev): Ditto.
+       (mel-ccl-quoted-printable-lf-crlf-rev): Ditto.
+       (mel-ccl-quoted-printable-lf-lf-rev): Ditto.
+       (mel-ccl-base64-crlf): Ditto.
+       (mel-ccl-base64-lf): Ditto.
+       (base64-ccl-encode-string): Use `mel-ccl-b-rev'.
+       (base64-ccl-encode-region): Ditto.
+       (base64-ccl-insert-encoded-file): Ditto.
+       (base64-ccl-decode-string): Ditto.
+       (base64-ccl-decode-region): Ditto.
+       (quoted-printable-ccl-encode-string): Use
+       `mel-ccl-quoted-printable-lf-lf-rev'.
+       (quoted-printable-ccl-encode-region): Ditto.
+       (quoted-printable-ccl-insert-encoded-file): Ditto.
+       (quoted-printable-ccl-decode-string): Ditto.
+       (quoted-printable-ccl-decode-region): Ditto.
+       (quoted-printable-ccl-write-decoded-region): Ditto.
+       (q-encoding-ccl-encode-string): Use `mel-ccl-uq-rev',
+       `mel-ccl-cq-rev' and `mel-ccl-pq-rev'.
+       (q-encoding-ccl-decode-string): Use `mel-ccl-uq-rev'.
+
+1998-09-02  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-dec.el (ew-decode-field-interest-option-order): New
+       function.
+       (ew-decode-field-test): Use
+       `ew-decode-field-interest-option-order'.
+
+       * ew-var.el (ew-option-list): New constant.
+       (ew-save-boolean-options): New function.
+       (ew-restore-boolean-options): New function.
+       (ew-dynamic-options): Use `ew-save-boolean-options'.
+
+1998-09-02  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-data.el (ew-search-sticked-eword): New function.
+       (ew-separate-eword): Use `ew-search-sticked-eword' to
+       check `ew-permit-null-encoded-text', `ew-ignore-75bytes-limit',
+       `ew-permit-sticked-comment' and `ew-permit-sticked-special'.
+
+1998-09-02  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-data.el (ew-separate-eword): Remove
+       `ew-permit-null-encoded-text' checking.
+
+       * ew-quote.el (ew-quote-concat): Use `ew-encoded-word-regexp'
+       instead of `ew-encoded-word-regexp0'.
+       (ew-quote-sole): Ditto.
+
+       * ew-var.el (ew-encoded-text-regexp): Reverted.
+       (ew-encoded-text-regexp0): Abolished
+       (ew-encoded-text-regexp1): Abolished
+       (ew-encoded-word-regexp): Reverted.
+       (ew-encoded-word-regexp0): Abolished
+       (ew-encoded-word-regexp1): Abolished
+       (ew-anchored-encoded-word-regexp): Use `ew-encoded-word-regexp'.
+       (ew-type2-regexp): Use `ew-encoded-word-regexp'.
+
+1998-09-01  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add a notice about null encoded-text.
+
+       * ew-dec.el (ew-decode-field-test): Reorder options.
+
+1998-09-01  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add 16 tests.
+
+       * ew-data.el (ew-separate-eword): Check
+       `ew-permit-null-encoded-text'.
+
+       * ew-quote.el (ew-quote-concat): Use `ew-encoded-word-regexp0'
+       instead of `ew-encoded-word-regexp'.
+       (ew-quote-sole): Ditto.
+
+       * ew-var.el (ew-encoded-text-regexp): Abolished.
+       (ew-encoded-text-regexp0): Renamed from `ew-encoded-text-regexp'.
+       (ew-encoded-text-regexp1): New constant.
+       (ew-encoded-word-regexp): Abolished.
+       (ew-encoded-word-regexp0): Renamed from `ew-encoded-word-regexp'.
+       (ew-encoded-word-regexp1): New constant.
+       (ew-anchored-encoded-word-regexp): Use `ew-encoded-word-regexp0'.
+       (ew-type2-regexp): Use `ew-encoded-word-regexp0'.
+
+1998-09-01  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Sync up with flim-1_9_1.
+
+       * mime-def.el (mime-library-version-string): Bump up to
+       FLAM-DOODLE 1.9.2.
+
+1998-08-28  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-dec.el (ew-decode-field-test): Change column.
+
+       * eword-encode.el (ew-decode-field-test): Sync up to 1.9 from
+       1.3.
+       (eword-encode-field): Add `In-Reply-To' to structured field.
+
+       * mel-b.el:
+         - Move `base64-internal-encoding-limit',
+         `base64-internal-decoding-limit', `base64-encode-region',
+         `base64-decode-region', `base64-encode-string' and
+         `base64-decode-string'
+         to mel.el.
+       (base64-internal-encode-string): Renamed from
+       `base64-encode-string'.
+       (base64-external-write-decoded-region): Renamed from
+       `base64-write-decoded-region'.
+       (base64-internal-encoded-length): Renamed from
+       `base64-encoded-length'
+
+       * mel-dl.el:
+         - Move `base64-encode-string' and `base64-decode-string' to
+         mel.el.
+       (base64-dl-encode-string): New alias for `encode-base64-string'.
+       (base64-dl-decode-string): New alias for `decode-base64-string'.
+       (base64-dl-encode-region): Renamed from `base64-encode-region'.
+       (base64-dl-decode-region): Renamed from `base64-decode-region'.
+       (base64-external-encoder): Abolished.
+       (base64-external-decoder): Abolished.
+       (base64-external-decoder-option-to-specify-file): Abolished.
+       (base64-insert-encoded-file): Abolished.
+       (base64-write-decoded-region): Abolished.
+       (base64-base64-encoded-length): Abolished.
+
+       * mel-g.el:
+         - Move `gzip64-encode-region' and `gzip64-decode-region' to
+         mel.el.
+       (gzip64-external--insert-encoded-file): Renamed from
+       `gzip64-insert-encoded-file'.
+       (gzip64-external-write-decoded-region): Renamed from
+       `gzip64-write-decoded-region'.
+
+       *mel-q.el:
+         - Move `quoted-printable-internal-encoding-limit',
+         `quoted-printable-encode-region',
+         `quoted-printable-internal-decoding-limit' and
+         `quoted-printable-decode-region' to mel.el
+       (quoted-printable-encode-string): Abolished.
+       (quoted-printable-internal-encode-string): New function.
+       (quoted-printable-external-encode-string): New function.
+       (quoted-printable-external-insert-encoded-file): Renamed from
+       `quoted-printable-insert-encoded-file'.
+       (quoted-printable-decode-string): Abolished.
+       (quoted-printable-internal-decode-string): New function.
+       (quoted-printable-external-decode-string): New function.
+       (quoted-printable-external-write-decoded-region): Renamed from
+       `quoted-printable-write-decoded-region'.
+       (q-encoding-internal-encode-string): Renamed from
+       `q-encoding-encode-string'.
+       (q-encoding-internal-decode-string): Renamed from
+       `q-encoding-decode-string'.
+       (q-encoding-internal-encoded-length): Renamed from
+       `q-encoding-encoded-length'.
+
+       * mel-u.el:
+         - Move `uuencode-encode-region', `uuencode-decode-region' to
+         mel.el.
+       (uuencode-external-insert-encoded-file): Renamed from
+       `uuencode-insert-encoded-file'.
+       (uuencode-external-write-decoded-region): Renamed from
+       `uuencode-write-decoded-region'.
+
+       * mel.el: Autoloading Restructured.
+       (base64-internal-encoding-limit): Moved from mel-b.el.
+       (base64-internal-decoding-limit): Moved from mel-b.el.
+       (quoted-printable-internal-encoding-limit): Moved from mel-q.el.
+       (quoted-printable-internal-decoding-limit): Moved from mel-q.el.
+
+1998-08-28  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-dec.el (ew-decode-field-test): Print sequence of fragments
+       if prefix argument exists.
+
+1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-dec.el (ew-decode-field-test): Support
+       `ew-permit-null-encoded-text'.
+
+       * ew-unit.el (ew-decode-eword): Check
+       `ew-permit-null-encoded-text'.
+
+       * ew-var.el (ew-encoded-text-regexp): Always permit null string
+       regardless of `ew-permit-null-encoded-text'.
+
+1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-var.el (ew-decode-field-syntax-alist): Add few fields.
+
+       * eword-decode.el (eword-decode-header): Compare decoded result
+       to CRLF complemented version of field-body.
+
+1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-dec.el (ew-decode-field-test): Search around current point
+       as default argument when called interactive.
+
+1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * FLIM-ELS (flime-modules): Add ew-ccl.
+
+       * ew-bq.el: Now it is stub to ew-ccl and mel.
+
+       * ew-ccl: New file (renamed from ew-bq.el).
+
+1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-dec.el (ew-decode-field-test): Now interactive.
+
+       * eword-decode.el (eword-decode-header): Put original field as
+       text properties.
+
+       * mmbuffer.el (insert-decoded-header): Put original field as
+       text properties.
+
+1998-08-27  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * DOODLE-TIPS: Add a notice about EVALARGS.
+
+       * Makefile: evaluate environment variable EVALARGS if it is not
+       empty.
+
+       * ew-bq.el:
+         - Use CCL emulating stuff of APEL.
+         - Delete useless `eval-when-compile' in body of
+         `define-ccl-program'.
+
+1998-08-26  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-scan-n.el: New file.
+
+1998-08-26  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * FLIM-ELS (flim-modules): Add `ew-scan-n'.
+
+       * ew-dec.el: Require 'ew-scan-n.
+
+       * ew-parse.scm: Add new token `n-body'.
+
+       * ew-var.el (ew-decode-field-syntax-alist): Add fields definition
+       `newsgroups', `path', `lines' and `xref'.
+
+1998-08-26  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-dec.el (ew-decode-field-test): New function.
+
+1998-08-26  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * DOODLE-TIPS (gnus-structured-field-decoder): Use
+       `eword-decode-and-unfold-structured-field'.
+       (gnus-unstructured-field-decoder): Use
+       `eword-decode-unstructured-field-body'.
+
+1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el (ew-ccl-untrusted-eof-block): Check by coding system instead
+       of CCL directly.
+
+1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el (ew-ccl-decode-b): Eliminate `>8=' before `write'.
+
+1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el (ew-ccl-decode-b-0-table): Use `if' instead of `cond'
+       (ew-ccl-decode-b-1-table): Ditto.
+       (ew-ccl-decode-b-2-table): Ditto.
+       (ew-ccl-decode-b-3-table): Ditto.
+
+       * ew-quote.el:
+         - Move `ew-quoting-char', `ew-quoting-chars-regexp' and
+         `ew-type2-regexp' to ew-var.el.
+
+       * ew-unit.el:
+         - Move `ew-anchored-encoded-word-regexp', `ew-b-regexp',
+         `ew-q-regexp', `ew-byte-decoder-alist' and `ew-byte-checker-alist'
+         to ew-var.el.
+
+       * ew-var.el (ew-permit-null-encoded-text): New variable.
+       (ew-encoded-text-regexp): Change positive closure to normal closure if
+       `ew-permit-null-encoded-text' is non-nil.
+       (ew-quoting-char): New variable (moved from ew-var.el).
+       (ew-quoting-chars-regexp): New variable (moved from ew-var.el).
+       (ew-type2-regexp): New variable (moved from ew-var.el).
+       (ew-anchored-encoded-word-regexp): New variable (moved from ew-unit.el).
+       (ew-b-regexp): New variable (moved from ew-unit.el).
+       (ew-q-regexp): New variable (moved from ew-unit.el).
+       (ew-byte-decoder-alist): New variable (moved from ew-unit.el).
+       (ew-byte-checker-alist): New variable (moved from ew-unit.el).
+       (ew-dynamic-options): Add `ew-permit-null-encoded-text'.
+
+1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el (ew-ccl-decode-base64): Abolished.
+       (ew-ccl-decode-b-bit-ex): New compile time function.
+       (ew-ccl-decode-b-0-table): New compile time constant.
+       (ew-ccl-decode-b-1-table): Ditto.
+       (ew-ccl-decode-b-2-table): Ditto.
+       (ew-ccl-decode-b-3-table): Ditto.
+       (ew-ccl-decode-b): New CCL program.
+       (ew-ccl-b): Use `ew-ccl-decode-b'.
+       (ew-ccl-base64): Use `ew-ccl-decode-b'.
+
+1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el (ew-ccl-untrusted-eof-block): Set boolean value. 
+
+1998-08-25  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el (ew-ccl-use-symbol): New variable.
+       (ew-ccl-untrusted-eof-block): New variable.
+       (ew-make-ccl-coding-system): New function.
+       (ew-ccl-decode-base64): New CCL program renamed from `ew-ccl-decode-b'.
+       (ew-ccl-encode-b-is-broken): Abolished.
+       (ew-ccl-uq): Use `ew-make-ccl-coding-system' to define.
+       (ew-ccl-cq): Ditto.
+       (ew-ccl-pq): Ditto.
+       (ew-ccl-b): Ditto.
+       (ew-ccl-quoted-printable): Ditto.
+       (ew-ccl-base64): Ditto.
+
+1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el (ew-ccl-quoted-printable): Change mnemonic B to Q.
+
+1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el (ew-ccl-encode-quoted-printable): Complete behaviour at column 73 with bare CR.
+
+1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el (ew-ccl-decode-quoted-printable): New CCL program.
+       (ew-ccl-quoted-printable): New coding-system.
+
+1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * DOODLE-TIPS: Add a notice about ew-ccl-b.
+
+       * ew-bq.el (ew-bq-use-mel): New variable.
+       (ew-decode-q): Use `q-encoding-decode-string' if `ew-bq-use-mel' is non-nil.
+       (ew-encode-b): Use `base64-encode-string' if `ew-bq-use-mel' is non-nil.
+       (ew-decode-b): Use `base64-decode-string' if `ew-bq-use-mel' is non-nil.
+
+1998-08-24  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el (ew-ccl-qp-table): New constant.
+       (ew-ccl-encode-quoted-printable): New CCL program.
+
+1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el (ew-ccl-encode-uq): Change BUFFER_MAGNIFICATION to 3.
+       (ew-ccl-encode-cq): Ditto.
+       (ew-ccl-encode-pq): Ditto.
+       (ew-ccl-encode-base64): New CCL program.
+       (ew-ccl-base64): New coding system.
+
+1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el: Re-indented.
+
+1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el: New file.
+
+       * ew-unit.el: Use 'ew-bq instead of 'mel.
+
+1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Makefile (clean): Delete rule for cleaning tl.
+
+       * natset.el (natset-gen-ccl-branch256): New function.
+
+1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Makefile (check): New rule.
+
+       * TESTPAT: Add batch testing facility.
+
+       * lex.el (lex-use-ccl): Abolished.
+       (lex-ccl-execute): New variable.
+       (lex-ccl-use-name): New variable.
+       (lex-gen-machine): Use `lex-ccl-execute' instead of `lex-use-ccl'.
+       (lex-gen-ccl-unibyte-automata): Use `lex-ccl-execute' and
+       `lex-ccl-use-name' for generating codes.
+       (lex-gen-ccl-unibyte-automata-program): Use `lex-ccl-execute'.
+
+1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * lex.el (lex-gen-ccel-unibyte-automata-state): Jump start of loop
+       on end of states.
+
+1998-08-22  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Use `\t' instead of raw TAB character.
+
+       * ew-line.el (ew-crlf-line-generic): Accept bare LF before first CR
+       occurence.
+
+       * ew-quote.el: Evaluate constants on byte-compile time.
+
+       * ew-unit.el: Ditto.
+
+       * ew-var.el: Ditto.
+
+       * lex.el: CCL support.
+       (lex-use-ccl): New variable.
+       (lex-gen-machine): Use `lex-gen-automata' and `lex-gen-action'.
+       (lex-gen-automata): New function.
+       (lex-gen-action): New function.
+       (lex-gen-ccl-unibyte-automata): New function.
+       (lex-gen-ccl-unibyte-automata-program): New function.
+       (lex-gen-ccl-unibyte-automata-state): New function.
+
+       * natset.el (natset-gen-ccl-branch): New function.
+       (natset-gen-ccl-branch-internal): New function.
+       (natset-assoc): New function.
+
+1998-08-21  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * TESTPAT: Specify coding-system.
+
+1998-08-21  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Change quoted-encoded-word to embedded-encoeded-word.
+
+       * closure.el (closure-make): Closure structure changed.
+       (closure-partial-call): New function.
+       (closure-call): Support new structure.
+
+       * ew-dec.el (ew-decode-field): Abolish argument `eword-filter'.
+       (ew-decode-none): Ditto.
+       (ew-decode-generic): Ditto.
+       (ew-decode-unstructured-ewords): Ditto.
+       (ew-decode-unstructured): Ditto.
+       (ew-decode-phrase-ewords): Ditto.
+       (ew-decode-phrase): Ditto.
+       (ew-decode-comment-ewords): Ditto.
+       (ew-decode-comment): Ditto.
+       (ew-analyze-field-to-decode): New function.
+       (ew-decode-analyzed-field): New function.
+       (ew-decode-field-no-cache): Use `ew-analyze-field-to-decode' and
+       `ew-decode-analyzed-field'.
+       (ew-decode-us-ascii): Now inlining function.
+       (ew-rotate): New macro.
+
+       * ew-quote.el (ew-encode-crlf): Support `ew-remove-bare-crlf' option.
+
+       * ew-unit.el (ew-eword-p): Now inlining function.
+       (ew-decode-eword): Abolish arguments `eword-filter1' and
+       `eword-filter2'.
+
+       * ew-var.el (ew-remove-bare-crlf): New variable.
+       (ew-dynamic-options): Add `ew-remove-bare-crlf'.
+
+       * eword-decode.el: Remove third argument for `ew-decode-field'.
+
+1998-08-21  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-dec.el (ew-decode-us-ascii): New function.
+       (ew-decode-none): Use the function `ew-decode-us-ascii' instead of 
+       the variable `ew-decode-us-ascii'.
+       (ew-decode-generic): Ditto.
+       (ew-decode-generic-others): Ditto.
+
+       * ew-unit.el (ew-charset-aliases): Abolished.
+       (ew-char-decoder): Use `decode-mime-charset-string' with 'LF as lbt.
+
+       * ew-var.el (ew-decode-us-ascii): Abolished.
+       (ew-default-mime-charset): New variable.
+       (ew-dynamic-options): Add `ew-default-mime-charset'.
+
+1998-08-21  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-unit.el (ew-eword-p): Use aref instead of substring.
+       (ew-char-decoder): Refined.
+
+       * lalr-el.scm (gen-larl1): New function.
+
+1998-08-20  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-var.el (ew-dynamic-options): The result is now integer instead
+       of list of booleans.
+
+1998-08-20  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Makefile: Output parse table to ew-parse.out instead of
+       states.output.
+
+       * ew-var.el (ew-decode-field-syntax-alist): Keys are now symbols
+       instead of strings.
+
+       * ew-dec.el (ew-decode-field-no-cache): Ditto.
+
+1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Makefile: Avoid an error about unexisting `scm'.
+
+1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Makefile: Add a rule for making `ew-parse.el'.
+
+       * ew-parse.scm: New file.
+
+       * lalr-el.scm: New file.
+
+       * lr-driver.el (lr-push): Now inlining.
+
+1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-dec.el: Use 'decoded property instead of 'result for
+       decoded string.
+
+1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-parse.el: Use lookahead token.
+
+       * ew-data.el (ew-mark-phrase): Decode last token in phrase.
+
+1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-parse.el: Remove token suffix "-tok".
+
+       * ew-data.el: Ditto.
+
+       * ew-dec.el: Ditto.
+
+       * ew-scan-m.el: Ditto.
+
+       * ew-scan-s.el: Ditto.
+
+       * ew-scan-u.el: Ditto.
+
+       * ew-var.el: Ditto.
+
+1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * DOODLE-TIPS: Add desctiptions about byte-compile warnings.
+
+       * ew-data.el (ew-mark-phrase): Does not update right end of
+       fragments separation.
+
+       * ew-dec.el (ew-mark): Wait `ew-parse-error-sit-for-seconds'
+       seconds after parse error.
+
+       * ew-line.el (ew-tab-to-space): New function.
+       (ew-crlf-generic): New function.
+       (ew-crlf-line-generic): Rewrited.
+       (ew-lf-generic): New function.
+       (ew-lf-line-generic): Rewrited.
+       (ew-crlf-convert): New function.
+       (ew-crlf-line-convert): Rewrited.
+       (ew-lf-convert): New function.
+       (ew-lf-line-convert): Rewrited.
+       (ew-crlf-fold): New function.
+       (ew-lf-fold): New function.
+       (ew-crlf-refold): New function.
+       (ew-lf-refold): New function.
+
+       * ew-parse.el: Parser actions are now accesible to a lookahead
+       token.
+
+       * ew-var.el (ew-parse-error-sit-for-seconds): New variable.
+
+       * eword-decode.el: Enable debug code `rotate-memo'.
+       (eword-decode-header): Refold decoded field.
+       (eword-decode-and-fold-structured-field): Use `ew-crlf-refold'.
+
+       * lr-driver.el (lr-parse): Provides a lookahead token to parser
+       actions.
+
+       * mmbuffer.el (insert-decoded-header): Refold decoded field.
+
+1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * DOODLE-TIPS: Change `gnus-unstructured-field-decoder' and
+       `gnus-structured-field-decoder' usable by FLAM-DOODLE and FLIM.
+
+       * ew-data.el (ew-mark-phrase): Update both ends of fragments after
+       fragments separation.
+
+       * ew-unit.el (ew-charset-aliases): Add 'x-ctext.
+
+1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mime-def.el (mime-library-version-string): Bump up to
+       FLAM-DOODLE 1.9.1.
+
+1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * COLORS: New file.
+
+       * ew-data.el (ew-add-frag): Change defun to defsubst.
+
+       * ew-scan-m.el (ew-scan-mime): Refine to fit inlining `ew-add-frag'.
+
+       * ew-scan-s.el (ew-scan-std11): Ditto.
+
+       * ew-scan-u.el (ew-scan-unstructured): Ditto.
+
+1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-data.el:
+         - Abolish prev-token, next-token, start and end
+         properties on fragment.
+         - Abolish function `ew-tokenize-frag', `ew-add-open',
+         `ew-add-close', `ew-add-token', `ew-add-close-token' and
+         `ew-token-list'.
+       (ew-make-anchor): Add type property.
+       (ew-token-last-frag-p): New function.
+
+       * ew-parse.el: Add new token `anchor'.
+
+       * ew-scan-m.el: Use `ew-add-frag' instead of abolished
+       functions.
+
+       * ew-scan-s.el: Ditto.
+
+1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-data.el:
+         - Require 'ew-util.
+         - Change token prefix "ew:raw-" to "ew:".
+
+       * ew-dec.el: Change token prefix "ew:raw-" to "ew:".
+       (ew-mark): Shorten parse error message.
+
+       * ew-scan-m.el: Change token prefix "ew:raw-" to "ew:".
+       (ew-scan-mime): Change atom to token.
+
+       * ew-scan-s.el: Change token prefix "ew:raw-" to "ew:".
+
+       * ew-scan-u.el: Change token prefix "ew:raw-" to "ew:".
+
+       * ew-parse.el: Change token prefix "ew:raw-" to "ew:".
+
+1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-dec.el: Require 'ew-var.
+       (ew-decode-field-cache-buf): New variable.
+       (ew-decode-field-cache-num): New variable.
+       (ew-decode-field-no-cache): Renamed from `ew-decode-field'.
+       (ew-decode-field): Call `ew-decode-field-no-cache' with caching.
+
+1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * FLIM-ELS (flim-modules): Add `ew-var' and reorder.
+
+       * ew-var.el: New file.
+
+       * ew-data.el: Require 'ew-var.
+       (ew-separate-eword): New function.
+       (ew-mark-phrase): Use `ew-separate-eword'.
+
+       * ew-dec.el: 
+         - Require 'ew-var.
+         - Move `ew-decode-quoted-encoded-word',
+         `ew-ignore-75bytes-limit', `ew-ignore-76bytes-limit',
+         `ew-permit-sticked-comment', `ew-permit-sticked-special',
+         `ew-decode-us-ascii', `ew-decode-field-syntax-alist' and
+         `ew-decode-field-default-syntax' to ew-var.el.
+       (ew-decode-field): Use `ew-separate-eword'.
+
+       * ew-quote.el: Require 'ew-var.
+         - Move `ew-token-regexp', `ew-encoded-text-regexp',
+         `ew-encoded-word-regexp', 
+
+1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * DOODLE-TIPS: Use `ew-decode-field' directly instead of
+       `eword-decode-unstructured-field-body' and
+       `eword-decode-and-unfold-structured-field'.
+
+       * FLAM-VERSION: New file (renamed from VERSION.FLAM).
+
+       * eword-decode.el (eword-decode-header): Convert CRLF to LF in
+       a result of `ew-decode-field'.
+       (eword-decode-structured-field-body) Ditto.
+       (eword-decode-unstructured-field-body) Ditto.
+
+       * mime.el (mime-read-field): Use `ew-decode-field' instead of
+       `eword-decode-unstructured-field-body'.
+
+       * mmbuffer.el (insert-decoded-header): Use `ew-decode-field'
+       directly.
+
+1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * DOODLE-TIPS: New file.
+
+       * TESTPAT: Separator of field-name and field-body is now not special.
+
+       * ew-data.el (ew-special-frag-p): Separator of field-name and
+       field-body is now not special.
+
+       * ew-line.el (ew-cut-generic): New function.
+       (ew-cut-cr-lf): Use `ew-cut-generic'.
+       (ew-cut-cr): New function.
+       (ew-cut-lf): New function.
+       (ew-crlf-line-generic): Renamed from `ew-line-generic'
+       (ew-crlf-line-convert): Renamed from `ew-line-convert'
+       (ew-lf-line-generic): New function.
+       (ew-lf-line-convert): New function.
+
+       * eword-decode.el (eword-decode-and-fold-structured-field): Use
+       `ew-decode-field'.
+       (eword-decode-and-unfold-structured-field): Use
+       `ew-decode-field'.
+
+1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add a driver for `ew-decode-field'.
+
+1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * FLIM-ELS (flim-modules): Reorder.
+
+1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ChangeLog: Fix typo.
+
+       * ew-parse.el: New file.
+
+1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * FLIM-ELS (flim-modules): Add `closure', `natset', `digraph',
+       `automata', `rx', `lex', `lr-driver', `ew-util', `ew-line',
+       `ew-quote', `ew-unit', `ew-data', `ew-parse', `ew-scan-s',
+       `ew-scan-m', `ew-scan-u' and `ew-dec'.
+
+       * automata.el, closure.el, digraph.el, ew-data.el, ew-dec.el,
+       ew-line.el, ew-quote.el, ew-scan-m.el, ew-scan-s.el,
+       ew-scan-u.el, ew-unit.el, ew-util.el, lex.el, lr-driver.el,
+       natset.el, rx.el: New files.
+
+       * eword-decode.el: Require 'ew-dec.
+       (eword-decode-header): Use `ew-decode-field'.
+       (eword-decode-and-unfold-structure): Ditto.
+       (eword-decode-structured-field-body): Ditto.
+       (eword-decode-unstructured-field-body): Ditto.
+
+1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * DOODLE: branched from flam-1_9_1
+
+1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mime-def.el (mime-library-version-string): Bump up to FLIM-FLAM 1.9.1.
+
+1998-07-22  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ChangeLog: Fix typo.
+
+1998-07-22  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add 25 tests.
+
+       * TESTPAT: Fix comment convention.
+
+       * eword-decode.el (decode-entire-string): Add formal argument
+       `chars-must-be-quote'.
+       (eword-decode-unstructured): Add actual argument `chars-must-be-quote'.
+       (eword-decode-comment): Add actual argument `chars-must-be-quote'.
+       (eword-decode-quoted-string): Add actual argument `chars-must-be-quote'.
+       (eword-analyze-quoted-string): Does not quote result of
+       `eword-decode-quoted-string' as quoted-string because the result is
+       now already quoted-string form.
+
+1998-07-21  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add two tests.
+
+       * TESTPAT: quoted-encoded-word quoting character is changed from * to +.
+
+1998-07-21  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add sixteen tests.
+
+1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add three tests.
+
+1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add two tests.
+
+1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add test.
+
+1998-07-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-def.el (mime-library-version-string): Renamed from
+       `mime-spadework-module-version-string' to sync with flim-1_9_0.
+
+       * mel-q.el (quoted-printable-internal-decode-region): Fix
+       sync-mistake.
+
+1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add full automatic testing capability.
+
+1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add quoted-encoded-word description and test.
+
+1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add test result by FLIM-FLAM.
+
+       * eword-decode.el (eword-lexical-analyze-internal): Restrict
+       calling `eword-analyze-encoded-word' after calling
+       `eword-analyze-spaces'.
+
+1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add test.
+
+       * eword-decode.el (eword-analyze-quoted-string): Quote string as
+       quoted-string.
+       (eword-analyze-encoded-word): Quote non-atoms string as
+       quoted-string.
+
+1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Fix character code for ChangeLog.
+
+1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Sync up with flim-1_8_1 to flim-1_9_0.
+
+1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add test driver for FLIM-FLAM.
+
+1998-07-16  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Change format to s-exp.
+
+1998-07-13  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: Add one test.
+
+1998-07-06  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Sync up with flim-1_3_0 to flim-1_8_1.
+
+1998-06-08  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Sync up with flim-1_2_1 to flim-1_3_0.
+
+1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * eword-decode.el (eword-after-encoded-word-in-phrase-regexp):
+       Remove `(' to do not decode encoded word just before comment.
+
+1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * TESTPAT: New file.
+
+1998-05-22  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * eword-decode.el (eword-analyze-quoted-string): Check
+       `eword-decode-quoted-encoded-word'.
+
+1998-05-14  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * eword-decode.el (eword-analyze-comment): Call
+       `std11-unfold-string'.
+
+1998-05-13  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mime-def.el: Fix typo.
+
+1998-05-13  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Sync up with flim-1_2_0 to flim-1_2_1.
+
+1998-05-08  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Sync up with flim-1_1_0 to flim-1_2_0.
+
+1998-05-06  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Sync up with flim-1_0_1 to flim-1_1_0.
+
+1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-string): Fix arguments order to
+       calling `eword-decode-unstructured'.
+       (eword-decode-region): Fix arguments order to calling
+       `eword-decode-unstructured'.
+
+1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-first-encoded-words): Update
+       DOC-string.
+       (eword-decode-first-encoded-words): Update DOC-string.
+       (eword-decode-unstructured): Argument `code-conversion' is now
+       required.
+       (eword-decode-comment): Argument `code-conversion' is now
+       required.
+       (eword-decode-quoted-string): Argument `code-conversion' is now
+       required.
+       (eword-decode-string): Update DOC-string. Reorder arguments to
+       calling `eword-decode-unstructured'.
+       (eword-decode-region): Update DOC-string. Reorder arguments to
+       calling `eword-decode-unstructured'.
+       (eword-analyze-quoted-string): Add `default-mime-charset' argument
+       to calling eword-decode-quoted-string.
+       (eword-analyze-comment): Add `default-mime-charset' argument to
+       calling eword-decode-comment.
+
+1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-entire-string): Delete argument
+       `default-charset'. Add argument `code-conversion'.
+       (eword-decode-unstructured): Add argument `code-conversion'.
+       (eword-decode-comment): Add argument `code-conversion'.
+       (eword-decode-quoted-string): Add argument `code-conversion'.
+       (eword-decode-string): Propagate `code-conversion' to
+       `eword-decode-unstructured'.
+       (eword-decode-region): Propagate `code-conversion' to
+       `eword-decode-unstructured'.
+
+1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-ignored-field-list): Add
+       `received'.
+       
+       * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
+       environment variables.
+
+1998-04-23  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * eword-decode.el (eword-encoded-word-prefix-regexp): New
+       constant.
+       (eword-encoded-word-suffix-regexp): New constant.
+       (eword-encoded-text-in-unstructured-regexp): New constant.
+       (eword-encoded-word-in-unstructured-regexp): New constant.
+       (eword-after-encoded-word-in-unstructured-regexp): New constant.
+       (eword-decode-entire-string): New function.
+       (eword-decode-unstructured): Use `eword-decode-entire-string'.
+       (eword-decode-comment): Use `eword-decode-entire-string'.
+       (eword-decode-quoted-string): Use `eword-decode-entire-string'.
+       (eword-decode-string): Add optional argument
+       `default-mime-charset'.
+       (eword-decode-region): Add optional argument
+       `default-mime-charset'.
+       (eword-decode-header): Refine `code-conversion' treatment.
+
+1998-04-21  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-header): code-conversion is now
+       effective again.
+
+1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-quoted-encoded-word): Use
+       'defcustom.
+
+1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-sticked-encoded-word): Use
+       'defcustom.
+
+1998-04-21  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * VERSION.FLAM: New file.
+
+1998-04-17  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Sync up with flim-1_0_0 to flim-1_0_1.
+
+1998-04-13  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * eword-decode.el: Copied from AKEMI branch of SEMI.
+
+\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.
+
+       * mel.el: Must require poem.
+
+\f
+1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.10.4 (Shin-H\e-Dòsono)\e-A was released.
+
+1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
+
+       * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
+       (elc): Likewise.
+
+       * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
+
+       * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
+
+1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel.el (mel-ccl-module): Require path-util when the running
+       emacs has MULE.
+
+       * mel.el: Don't require emu.
+
+1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
+       with MULE.
+
+\f
+1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.10.3 (Komada) was released.
+
+       * mel-ccl.el (base64-ccl-write-decoded-region): bind
+       `jka-compr-compression-info-list' with nil.
+
+       * mel-b.el (base64-internal-decoding-limit): Switch default value
+       between XEmacs-mule and other emacsen.
+       Abolish function `base64-decode-string!'.
+       (base64-internal-decode-region): New implementation.
+       (base64-insert-encoded-file): New function.
+       (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
+       (base64-write-decoded-region): New function.
+       (mime-write-decoded-region): Use `base64-write-decoded-region'.
+
+       * mel-b-dl.el (decode-base64-region): Renamed from
+       `base64-decode-region'.
+       (mime-insert-encoded-file): Change temporary-buffer to unibyte
+       representation.  Abolish method `mime-write-decoded-region'
+       because it is slower than CCL based implementation.
+
+1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
+
+       * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
+       facility instead of `ccl-execute-eof-block-on-encoding-some'.
+
+1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
+
+       * eword-decode.el (eword-encoded-text-regexp): Enclose with
+       `eval-and-compile'.
+       (eword-encoded-word-regexp): Use `eval-when-compile'.
+
+1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (eword-max-size-to-decode): New user option.
+       (eword-decode-and-fold-structured-field): Do nothing if size of
+       input is bigger than `eword-max-size-to-decode'.
+
+1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-b.el (base64-numbers): Use `eval-when-compile'.
+
+1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
+       "custom" to load-path.
+
+1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mime-def.el (mime-library-product): Enclose with
+       `eval-and-compile'.
+
+       * FLIM-CFG: Add "custom" to load-path.
+
+\f
+1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
+
+       * mime-def.el, mel.el, mel-b-dl.el: Move variable
+       `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
+
+1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
+       is available.
+
+       * FLIM-ELS: Don't install mel-ccl for anything older than MULE
+       2.3.
+
+1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-u.el: Use `mel-define-backend' to define "x-uue".
+       Define "x-uuencode" as a clone of "x-uue".
+
+       * Move variable `mel-encoding-module-alist' from mel.el to
+       mime-def.el.
+       
+       * mel.el (mel-find-function): Use function
+       `mel-find-function-from-obarray'.
+       Use `mel-define-backend' to define "7bit", "8bit" and "binary";
+       don't define methods of "8bit" and "binary"; inherit methods from
+       "7bit".
+
+       * mime-def.el (mel-service-list): New variable.
+       (mel-define-service): New implementation.
+       (mel-find-function-from-obarray): New inline function.
+       (mel-copy-method): New inline function.
+       (mel-copy-backend): New inline function.
+       (mel-define-backend): New macro.
+
+1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-u.el: Define method functions of mel.
+       (mime-encode-region): Use `mel-define-method-function'; abolish
+       `uuencode-encode-region'.
+       (mime-decode-region): Use `mel-define-method-function'; abolish
+       `uuencode-decode-region'.
+       (mime-encode-string): New method.
+       (mime-decode-string): New method.
+       (mime-insert-encoded-file): Use `mel-define-method'; abolish
+       `uuencode-insert-encoded-file'.
+       (mime-write-decoded-region): Use `mel-define-method'; abolish
+       `uuencode-write-decoded-region'.
+
+1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-def.el (mel-define-service): Add DOC.
+       (mel-define-method): Add DOC.
+       (mel-define-method-function): Add DOC.
+
+       * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
+
+\f
+1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.10.1 (Miyamaki) was released.
+
+1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-g.el: Define method functions of mel.
+       (mime-encode-region): Use `mel-define-method-function'; abolish
+       `gzip64-encode-region'.
+       (mime-decode-region): Use `mel-define-method-function'; abolish
+       `gzip64-decode-region'.
+       (mime-encode-string): New method.
+       (mime-decode-string): New method.
+       (mime-insert-encoded-file): Use `mel-define-method'; abolish
+       `gzip64-insert-encoded-file'.
+       (mime-write-decoded-region): Use `mel-define-method'; abolish
+       `gzip64-write-decoded-region'.
+
+       * mime-def.el (mime-library-product): New variable; abolish
+       `mime-library-version'.
+       (mime-product-name): New macro.
+       (mime-product-version): New macro.
+       (mime-product-code-name): New macro.
+       (mime-library-version): Renamed from
+       `mime-library-version-string'; use `mime-library-product',
+       `mime-product-name', `mime-product-version' and
+       `mime-product-code-name'.
+
+       * mime-def.el (mm-define-backend): Add DOC.
+       (mm-define-method): Add DOC.
+
+       * mel.el (mime-encoding-list): Modify DOC to add description about
+       optional argument SERVICE.
+
+1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
+       description of `mm-define-backend' and `mm-define-method'.
+
+\f
+1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
+
+       * README.en (What's FLIM): Add mel-ccl.el.
+
+1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mel-ccl.el:
+         - Require 'pccl instead of 'emu.
+         - Use `unless-broken' to check facility.
+
+1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel.el (mime-encoding-list): New user option (renamed from
+       `mime-content-transfer-encoding-list').
+       (mime-encoding-list): New function.
+       (mime-encoding-alist): New function.
+       (mime-encode-region): Use `mime-encoding-alist' for completion.
+       (mime-decode-region): Likewise.
+       (mime-insert-encoded-file): Likewise.
+       (mime-write-decoded-region): Likewise.
+
+1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-structured-field-list): Add
+       Mail-Followup-To field.
+
+1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
+
+1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel.el (mime-content-transfer-encoding-list): New user option.
+       (mime-encode-region): Use `mime-content-transfer-encoding-list'
+       for completion.
+       (mime-decode-region): Likewise.
+       (mime-insert-encoded-file): Likewise.
+       (mime-write-decoded-region): Likewise.
+
+       * mel.el (mime-write-decoded-region): fix typo.
+
+1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-def.el (mel-define-method-function): Don't override.
+
+1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
+
+1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
+
+       * mel.el: - Rename mel-dl.el to mel-b-dl.el.
+                 - Move `mel-define-service' to mime-def.el.
+
+       * mime-def.el (mel-define-service): New macro (moved from mel.el);
+       fixed problem in Emacs.
+       (mel-define-method): Use `mel-define-service'.
+       (mel-define-method-function): Use `mel-define-service'.
+
+1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel.el (mime-encode-region): Don't regard nil encoding as
+       "7bit".
+
+1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-encode.el (eword-encode-text): Use
+       `encoded-text-encode-string'.
+       (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
+       renamed to `Q-encoded-text-length'.
+
+       * eword-decode.el: Move `base64-token-regexp',
+       `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
+       `eword-Q-encoded-text-regexp' to mime-def.el.
+       (eword-decode-encoded-text): Use `encoded-text-decode-string'.
+
+       * mel-q.el: Define method functions of mel.
+       (mime-insert-encoded-file): Use `mel-define-method'; abolish
+       `quoted-printable-insert-encoded-file'.
+       (mime-write-decoded-region): Use `mel-define-method'; abolish
+       `quoted-printable-write-decoded-region'.
+       - Move `q-encoding-printable-char-p' and
+       `q-encoding-encoded-length' to mel.el.
+
+       * mel-b.el: Define method functions of mel.
+       (mime-insert-encoded-file): Use `mel-define-method'; abolish
+       `base64-insert-encoded-file'.
+       (mime-write-decoded-region): Use `mel-define-method'; abolish
+       `base64-write-decoded-region'.  
+       - Move `base64-encoded-length' to mel.el.
+
+       * mel-dl.el (base64-encode-region): Define directly (abolish
+       `base64-dl-encode-region').
+       (base64-decode-region): Define directly (abolish
+       `base64-dl-decode-region').  Define method functions of mel.
+       (mime-insert-encoded-file): Use `mel-define-method'; abolish
+       `base64-insert-encoded-file'; don't use external encoder.
+       (mime-write-decoded-region): Use `mel-define-method'; abolish
+       `base64-write-decoded-region'; don't use external decoder.
+       - Move `base64-encoded-length' to mel.el.
+
+       * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
+
+       * mime-def.el (base64-token-regexp): New constant (moved from
+       eword-decode.el).
+       (base64-token-padding-regexp): Likewise.
+       (B-encoded-text-regexp): New constant (moved from eword-decode.el,
+       and renamed from `eword-B-encoded-text-regexp').
+       (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
+       and renamed from `eword-Q-encoded-text-regexp'.
+       (mm-arglist-to-arguments): New function (moved from mime.el).
+       (mel-define-method): New macro.
+       (mel-define-method-function): New macro.
+       (mel-define-function): New macro.
+
+       * mel.el (mel-encoding-module-alist): New variable.
+       (mel-use-module): New function.
+       (mel-find-function): New function.
+       (mel-define-service): New macro.
+       (mime-encode-region): Use `mel-find-function'; abolish variable
+       `mime-encoding-method-alist'.
+       (mime-decode-region): Use `mel-find-function'; abolish variable
+       `mime-decoding-method-alist'.
+       (mime-decode-string): Use `mel-find-function'; abolish variable
+       `mime-string-decoding-method-alist'.
+       (encoded-text-encode-string): New function.
+       (encoded-text-decode-string): New function.
+       (base64-encoded-length): New function (moved from mel-b.el and
+       mel-dl.el).
+       (Q-encoding-printable-char-p): New function (moved from mel-q.el,
+       and renamed from `q-encoding-printable-char-p').
+       (Q-encoded-text-length): New function (moved from mel-q.el, and
+       renamed from `q-encoding-encoded-length').
+       (mime-insert-encoded-file): Use `mel-find-function'; abolish
+       variable `mime-file-encoding-method-alist'.
+       (mime-write-decoded-region): Use `mel-find-function'; abolish
+       variable `mime-file-decoding-method-alist'.
+
+1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-b.el (base64-internal-encoding-limit): modify :type.
+       (base64-internal-decoding-limit): Change initial value to 70000;
+       modify :type.
+
+       * mel-b.el (base64-decode-string!): Renamed from
+       `base64-internal-decode-string!'.
+
+1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-b.el (base64-characters): New constant.
+       (base64-num-to-char): Use `base64-characters'.
+       (base64-numbers): Use `base64-characters'.
+       (base64-internal-decode): Modify calculation third byte.
+
+       * mel-dl.el (base64-dl-encode-string): New alias.
+       (base64-dl-decode-string): New alias.
+       (base64-dl-encode-region): Renamed from `base64-encode-region';
+       don't save-excursion and save-restriction.
+       (base64-dl-decode-region): Renamed from `base64-decode-region';
+       don't save-excursion and save-restriction; convert all at once.
+       (base64-encode-region): New alias.
+       (base64-decode-region): New alias.
+
+       * mel-b.el (base64-internal-decode): New function.
+       (base64-internal-decode-string): Use `base64-internal-decode'.
+       (base64-internal-decode-string!): New function.
+       (base64-internal-decode-region): Use
+       `base64-internal-decode-string!' instead of
+       `base64-internal-decode-string'.
+
+1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * mel-b.el (base64-numbers): Fix a position of 63.
+
+1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-b.el (base64-numbers): New constant.
+       (base64-char-to-num): New macro.
+       (base64-internal-decode-string): Don't use memq.
+
+1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-b.el (base64): New group.
+       (base64-external-encoder): Now a user option.
+       (base64-external-decoder): Now a user option.
+       (base64-external-decoder-option-to-specify-file): Now a user
+       option.
+       (base64-internal-encoding-limit): Now a user option.
+       (base64-internal-decoding-limit): Now a user option.
+
+       * mel-b.el (base64-internal-decode-string): New implementation;
+       abolish function `base64-decode-unit'.
+
+1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * README.en (Installation): Fix typo.
+
+\f
+1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
+
+       * README.en (Installation): Add `install as a XEmacs package'.
+
+1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-en.sgml (Encoding Method): Translate.
+
+1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-encode.el (eword-encode-msg-id-to-rword-list): New
+       function.
+       (eword-encode-in-reply-to-to-rword-list): New function.
+       (eword-encode-in-reply-to): New function.
+       (eword-encode-field): Use `eword-encode-in-reply-to' for
+       `In-Reply-To' field.
+
+       * std11.el (std11-parse-in-reply-to): New function.
+
+1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (eword-decode-structured-field-list): Add
+       `User-Agent'.
+
+1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * Makefile (package): Don't update auto-autoloads.el and
+       custom-load.el.
+
+       * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
+       custom-load.el.
+
+1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-def.el: Abolish function `butlast' and `nbutlast'.
+
+       * mime-def.el (mime-library-version): New constant.
+       (mime-library-version-string): Refer `mime-library-version'.
+
+1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * Makefile (XEMACS): New variable.
+       (PACKAGEDIR): New variable.
+       (package): New target.
+       (install-package): New target.
+
+       * FLIM-CFG (PACKAGEDIR): New variable.
+
+       * FLIM-MK (config-flim-package): New function.
+       (compile-flim-package): New function.
+       (install-flim-package): New function.
+
+1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-en.sgml (Content-Type field): Translate.
+       (mime-content-type): Translate.
+       (Content-Type parser): Translate.
+       (Content-Disposition): Translate.
+       (mime-content-disposition): Translate.
+       (Content-Disposition parser): Translate.
+
+1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * Makefile (GOMI): Add Texinfo related garbages.
+       (clean): Delete historical setting.
+
+1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-en.sgml (mm-backend): Translate.
+       (Request for entity): Likewise.
+       (mm-backend module): Likewise.
+
+       * mime.el (mime-entity-send): Add DOC-string.
+
+1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-en.sgml (Entity hierarchy): Translate.
+
+1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
+
+\f
+1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
+
+       * mime-en.sgml (mm-backend): Translate a little.
+
+1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-encode.el (eword-encode-default-start-column): New user
+       option.
+       (eword-encode-string): Use `eword-encode-default-start-column'.
+       (eword-encode-address-list): Likewise.
+       (eword-encode-structured-field-body): Likewise.
+       (eword-encode-unstructured-field-body): Likewise.
+
+1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-encode.el (eword-encode): New group.
+       (eword-field-encoding-method-alist): Now a user option (was:
+       variable).
+
+1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
+       `eword-encode-mailbox-to-rword-list'.
+
+       * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
+       `eword-encode-phrase-to-rword-list'.
+
+       * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
+       `eword-encode-addr-spec-to-rword-list'.
+
+       * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
+       `eword-encode-phrase-route-addr-to-rword-list'.
+
+       * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
+       `eword-encode-addr-seq-to-rword-list'.
+
+       * eword-encode.el: Rename `tm-eword::split-string' ->
+       `eword-encode-split-string'.
+
+       * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
+       `eword-encode-addresses-to-rword-list'.
+
+       * eword-encode.el: Rename `tm-eword::encode-rwl' ->
+       `eword-encode-rword-list'.
+
+       * eword-encode.el (eword-encode-unstructured-field-body): New
+       function.
+       (eword-encode-field): Use `eword-encode-unstructured-field-body'.
+
+1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-encode.el (eword-encode-string): Add DOC-string.
+       (eword-encode-address-list): Likewise.
+       (eword-encode-structured-field-body): Likewise.
+
+       * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
+       structured field.
+
+1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-encode.el (eword-encode-field): Use `capitalize' instead
+       of `downcase' for `field-name'.
+
+       * eword-encode.el (eword-encode-structured-field-body): New
+       function.
+       (eword-encode-field): Use `eword-encode-structured-field-body' for
+       "MIME-Version" and "User-Agent" field.
+
+1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * mime-def.el (mm-define-method): Put `edebug-form-spec'.
+
+1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-encode.el (eword-encode-address-list): New function.
+       (eword-encode-field): Use `eword-encode-address-list' instead of
+       `tm-eword::encode-address-list'; abolish
+       `tm-eword::encode-address-list'.
+
+       * eword-encode.el (eword-encode-field): Use `eword-encode-string'
+       instead of `tm-eword::encode-string'; abolish
+       `tm-eword::encode-string'.
+
+       * eword-encode.el: Rename `tm-eword::make-rword' ->
+       `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
+
+1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * mel-b.el (base64-insert-encoded-file): Conditionally use
+       internal converter. (cf. [tm-ja:3320])
+       (base64-write-decoded-region): Ditto.
+
 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.