X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=cbd8553dbd19aeafafa7a47efe0ef9d562278007;hb=1107de851b970443c16b68389504902d5535ef07;hp=e44269910fe183522da9292da86bf31f81ee0993;hpb=5858f281e9a7afb1147796993e80c2bab0dc5c36;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index e442699..cbd8553 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,18 +1,106 @@ +1998-08-17 Tanaka Akira + + * 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 + + * TESTPAT: Add a driver for `ew-decode-field'. + +1998-08-16 Tanaka Akira + + * FLIM-ELS (flim-modules): Reorder. + +1998-08-16 Tanaka Akira + + * ChangeLog: Fix typo. + + * ew-parse.el: New file. + +1998-08-16 Tanaka Akira + + * 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 + + * DOODLE: branched from flam-1_9_1 + +1998-08-16 Tanaka Akira + + * mime-def.el (mime-library-version-string): bump up to 1.9.1. + +1998-07-22 Tanaka Akira + + * ChangeLog: Fix typo. + +1998-07-22 Tanaka Akira + + * 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 + + * TESTPAT: Add two tests. + + * TESTPAT: quoted-encoded-word quoting character is changed from * to +. + 1998-07-21 Tanaka Akira - * TESTPAT: add sixteen tests. + * TESTPAT: Add sixteen tests. 1998-07-20 Tanaka Akira - * TESTPAT: add three tests. + * TESTPAT: Add three tests. 1998-07-20 Tanaka Akira - * TESTPAT: add two tests. + * TESTPAT: Add two tests. 1998-07-20 Tanaka Akira - * TESTPAT: add test. + * TESTPAT: Add test. 1998-07-20 MORIOKA Tomohiko @@ -24,27 +112,27 @@ 1998-07-19 Tanaka Akira - * TESTPAT: add full automatic testing capability. + * TESTPAT: Add full automatic testing capability. 1998-07-19 Tanaka Akira - * TESTPAT: add quoted-encoded-word description and test. + * TESTPAT: Add quoted-encoded-word description and test. 1998-07-18 Tanaka Akira - * 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 - * 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 @@ -57,15 +145,15 @@ 1998-07-18 Tanaka Akira - * TESTPAT: add test driver for FLIM-FLAM. + * TESTPAT: Add test driver for FLIM-FLAM. 1998-07-16 Tanaka Akira - * TESTPAT: change format to s-exp. + * TESTPAT: Change format to s-exp. 1998-07-13 Tanaka Akira - * TESTPAT: add one test. + * TESTPAT: Add one test. 1998-07-06 Tanaka Akira @@ -78,7 +166,7 @@ 1998-05-27 Tanaka Akira * 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