* FLIM-ELS (flim-modules): Add `ew-var' and reorder.
[elisp/flim.git] / ChangeLog
index a3c6c02..8528a10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 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  akr  <akr@mousai.jaist.ac.jp>
+1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * TESTPAT: add full automatic testing capability.
+       * TESTPAT: Add full automatic testing capability.
 
-1998-07-19  Tanaka Akira  <akr@jaist.ac.jp>
+1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * (TESTPAT): add quoted-encoded-word description and test.
+       * TESTPAT: Add quoted-encoded-word description and test.
 
-1998-07-18  Tanaka Akira  <akr@jaist.ac.jp>
+1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * (TESTPAT): add test result by FLIM-FLAM.
+       * TESTPAT: Add test result by FLIM-FLAM.
 
-       * eword-decode.el (eword-lexical-analyze-internal): restrict
+       * 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>
+1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * (TESTPAT): add test.
+       * TESTPAT: Add test.
 
-       * eword-decode.el (eword-analyze-quoted-string): quote string as
+       * eword-decode.el (eword-analyze-quoted-string): Quote string as
        quoted-string.
-       (eword-analyze-encoded-word): quote non-atoms string as
+       (eword-analyze-encoded-word): Quote non-atoms string as
        quoted-string.
 
-1998-07-18  Tanaka Akira  <akr@jaist.ac.jp>
+1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
 
        * Fix character code for ChangeLog.
 
-1998-07-18  Tanaka Akira  <akr@jaist.ac.jp>
+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>
+1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * (TESTPAT): add test driver for FLIM-FLAM.
+       * TESTPAT: Add test driver for FLIM-FLAM.
 
-1998-07-16  Tanaka Akira  <akr@jaist.ac.jp>
+1998-07-16  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * (TESTPAT): change format to s-exp.
+       * TESTPAT: Change format to s-exp.
 
-1998-07-13  Tanaka Akira  <akr@jaist.ac.jp>
+1998-07-13  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * (TESTPAT): add one test.
+       * TESTPAT: Add one test.
 
-1998-07-06  Tanaka Akira  <akr@jaist.ac.jp>
+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>
+1998-04-13  Tanaka Akira      <akr@jaist.ac.jp>
 
        * eword-decode.el: Copied from AKEMI branch of SEMI.
 
 \f
 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
+       * FLIM-Chao: Version 1.8.0 (Shij\e.D\eNr) was released.\e*B
 
 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \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þjò)\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òji)\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òto)\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.