* ChangeLog: Fix typo.
[elisp/flim.git] / ChangeLog
index a25946f..b399265 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-1998-07-16  Tanaka Akira  <akr@jaist.ac.jp>
+1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * (TESTPAT): change format to s-exp.
+       * ChangeLog: Fix typo.
 
-1998-07-13  Tanaka Akira  <akr@jaist.ac.jp>
+       * ew-parse.el: New file.
 
-       * (TESTPAT): add one test.
+1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
 
-1998-07-06  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 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>
+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>
+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.
+       * 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>
+1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>
 
        * TESTPAT: New file.
 
-1998-05-22  Tanaka Akira  <akr@jaist.ac.jp>
+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>
+1998-05-14  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'.
+       * eword-decode.el (eword-analyze-comment): Call
+       `std11-unfold-string'.
 
-1998-05-13  Tanaka Akira  <akr@jaist.ac.jp>
+1998-05-13  Tanaka Akira      <akr@jaist.ac.jp>
 
        * mime-def.el: Fix typo.
 
-1998-05-13  Tanaka Akira  <akr@jaist.ac.jp>
+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>
+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>
+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>
+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.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>
+1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * eword-decode.el (eword-decode-first-encoded-words): Update DOC-string.
+       * 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-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-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>
+1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
 
        * eword-decode.el (eword-decode-entire-string): Delete argument
        `default-charset'. Add argument `code-conversion'.
        * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
        environment variables.
 
-1998-04-23  Tanaka Akira  <akr@jaist.ac.jp>
+1998-04-23  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * eword-decode.el (eword-encoded-word-prefix-regexp): New constant.
+       * 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-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-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>
+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.
+       'defcustom.
 
 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * eword-decode.el (eword-decode-sticked-encoded-word): Use
-       'defcustom.
+       'defcustom.
 
-1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
+1998-04-21  Tanaka Akira      <akr@jaist.ac.jp>
 
        * VERSION.FLAM: New file.
 
-1998-04-17  Tanaka Akira  <akr@jaist.ac.jp>
+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-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.9.0 (Terada) was released.
+
+1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-parse.el (mime-parse-multipart): Set message/x-broken if
+       parsing is failed.
+
+1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mmbuffer.el (entity-children): Don't use
+       `mime-entity-children-internal'.
+
+       * mime-parse.el (mime-parse-multipart): Modify for
+       `mime-parse-message'; return children.
+       (mime-parse-encapsulated): Likewise.
+       (mime-parse-message): Change interface; delete DOC-string; don't
+       parse children instantly.
+       (mime-parse-buffer): Modify for `mime-parse-message'.
+
+       * mime-parse.el (mime-parse-message): Delete autoload cookie.
+
+       * mime.el: Delete autoload setting for `mime-parse-message'.
+
+       * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
+       of `mime-parse-message'; modify description of `mime-parse-buffer'
+       to add `representation-type'.
+
+\f
+1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM-Chao: Version 1.8.0 (Shij\e.D\eNr) was released.\e*B
+
+1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mmcooked.el: Abolish method `open'.
+
+       * mmbuffer.el (initialize-instance): New method; abolish `open'.
+       (entity-children): New method.
+
+       * mime.el (mime-open-entity): Send `initialize-instance' to
+       created message.
+       (mime-entity-children): New implementation.
+       (mime-entity-parent): New implementation.
+       (mime-root-entity-p): New implementation.
+
+       * mime-parse.el (mime-parse-multipart): Specify current entity as
+       parent.
+       (mime-parse-encapsulated): Likewise.
+       (mime-parse-message): Change interface to specify parent; modify
+       for `make-mime-entity-internal'.
+       (mime-parse-buffer): Modify for `mime-parse-message'.
+
+       * mime-def.el (make-mime-entity-internal): Change interface; add
+       format of `mime-entity' to add `parent'.
+
+1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mmbuffer.el (mime-visible-field-p): Renamed from
+       `eword-visible-field-p'.
+
+1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime.el (mm-arglist-to-arguments): New function.
+       (mm-define-generic): New macro.
+       (mime-entity-cooked-p): Use `mm-define-generic'.
+       (mime-entity-point-min): Use `mm-define-generic'.
+       (mime-insert-decoded-header): Use `mm-define-generic'.
+       (mime-entity-content): Use `mm-define-generic'.
+       (mime-write-entity-content): Use `mm-define-generic'.
+       (mime-write-entity): Use `mm-define-generic'.
+       (mime-write-entity-body): Use `mm-define-generic'.
+
+1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
+
+       * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
+       (mime-write-entity-body): Change message to `write-body'.
+
+1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
+
+       * mime.el (mime-open-entity): Change message to `open'.
+
+       * mime-def.el (mm-define-backend): Must `copy-alist'.
+
+1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
+       `mm-define-method'.
+
+       * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
+       (mime-find-function): New implementation.
+       (mime-entity-cooked-p): Use `mime-entity-send'.
+
+       * mime-def.el (mime-entity-implementation-alist): Moved from
+       mime.el.
+       (mm-define-backend): New macro.
+       (mm-define-method): New macro.
+
+\f
 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * FLIM: Version 1.8.1 (Kutsukawa) was released.
 \f
 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
+       * FLIM: Version 1.8.0 (\e.D\eNRkubo) was released.\e*B
 
        * README.en: Delete `How to use'.
 
 \f
 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
+       * FLIM-Chao: Version 1.7.0 (Goj\e.D\eNr) was released.\e*B
 
 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
+       * FLIM: Version 1.4.1 (Momoyama-Gory\e.D\eNrmae) was released.\e*B
 
 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.2.0 (J\e-Dþêò©\e-A was released.
+       * FLIM: Version 1.2.0 (J\e.D\eN~j\eNr) was released.\e*B
 
        * README.en (What's FLIM): Delete description about
        std11-parse.el; add description about mailcap.el.
 \f
 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.1.0 (T\e-Dòêi)\e-A was released.
+       * FLIM: Version 1.1.0 (T\e.D\eNrji) was released.\e*B
 
 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.0.1 (Ky\e-Dòôo)\e-A was released.
+       * FLIM: Version 1.0.1 (Ky\e.D\eNrto) was released.\e*B
 
        * mime-def.el (mime-spadework-module-version-string): New
        constant.
 
        * mel.el (base64-dl-module): Must check base64.so actually exists.
 
-1998-04-13  Tanaka Akira  <akr@jaist.ac.jp>
-
-       * eword-decode.el: Copied from AKEMI branch of SEMI.
-
 \f
 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>