* DOODLE-TIPS: New file.
[elisp/flim.git] / ChangeLog
index e442699..cbd8553 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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.
+       * TESTPAT: Add sixteen tests.
 
 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * TESTPAT: add three tests.
+       * TESTPAT: Add three tests.
 
 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * TESTPAT: add two tests.
+       * TESTPAT: Add two tests.
 
 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * TESTPAT: add test.
+       * TESTPAT: Add test.
 
 1998-07-20  MORIOKA Tomohiko  <morioka@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>
 
-       * 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>
 
-       * 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>
 
-       * 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>
 
-       * TESTPAT: add test driver for FLIM-FLAM.
+       * TESTPAT: Add test driver for FLIM-FLAM.
 
 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>
 
-       * TESTPAT: add one test.
+       * TESTPAT: Add one test.
 
 1998-07-06  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.
+       Remove `(' to do not decode encoded word just before comment.
 
 1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>