X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=fa624ebcda360798a706305d2b76b74194915626;hb=4a15ad0838f7f2ab125b4f766b127aefc828580c;hp=290a87a68a3bcefdfe1cfe69999e68b23131d576;hpb=6b16083ff3c25fec364ef614bf9b159e132048db;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index 290a87a..fa624eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,463 @@ +1998-08-24 Tanaka Akira + + * ew-bq.el (ew-ccl-decode-quoted-printable): New CCL program. + (ew-ccl-quoted-printable): New coding-system. + +1998-08-24 Tanaka Akira + + * 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 + + * ew-bq.el (ew-ccl-qp-table): New constant. + (ew-ccl-encode-quoted-printable): New CCL program. + +1998-08-23 Tanaka Akira + + * 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 + + * ew-bq.el: Re-indented. + +1998-08-23 Tanaka Akira + + * ew-bq.el: New file. + + * ew-unit.el: Use 'ew-bq instead of 'mel. + +1998-08-23 Tanaka Akira + + * Makefile (clean): Delete rule for cleaning tl. + + * natset.el (natset-gen-ccl-branch256): New function. + +1998-08-23 Tanaka Akira + + * 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 + + * lex.el (lex-gen-ccel-unibyte-automata-state): Jump start of loop + on end of states. + +1998-08-22 Tanaka Akira + + * 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 + + * TESTPAT: Specify coding-system. + +1998-08-21 Tanaka Akira + + * 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 + + * 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 + + * 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 + + * ew-var.el (ew-dynamic-options): The result is now integer instead + of list of booleans. + +1998-08-20 Tanaka Akira + + * 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 + + * Makefile: Avoid an error about unexisting `scm'. + +1998-08-19 Tanaka Akira + + * 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 + + * ew-dec.el: Use 'decoded property instead of 'result for + decoded string. + +1998-08-19 Tanaka Akira + + * ew-parse.el: Use lookahead token. + + * ew-data.el (ew-mark-phrase): Decode last token in phrase. + +1998-08-19 Tanaka Akira + + * 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 + + * 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 + + * 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 + + * mime-def.el (mime-library-version-string): bump up to + FLAM-DOODLE 1.9.1. + +1998-08-18 Tanaka Akira + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 FLIM-FLAM 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. + +1998-07-20 Tanaka Akira + + * TESTPAT: Add three tests. + +1998-07-20 Tanaka Akira + + * TESTPAT: Add two tests. + +1998-07-20 Tanaka Akira + + * TESTPAT: Add test. + 1998-07-20 MORIOKA Tomohiko * mime-def.el (mime-library-version-string): Renamed from @@ -8,27 +468,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 @@ -41,15 +501,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 @@ -62,7 +522,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 @@ -219,7 +679,7 @@ 1998-07-07 MORIOKA Tomohiko - * FLIM-Chao: Version 1.8.0 (Shij-Dò)-A was released. + * FLIM-Chao: Version 1.8.0 (Shij.DNr) was released.*B 1998-07-07 MORIOKA Tomohiko @@ -331,7 +791,7 @@ 1998-07-01 MORIOKA Tomohiko - * FLIM: Version 1.8.0 (-DÒkubo)-A was released. + * FLIM: Version 1.8.0 (.DNRkubo) was released.*B * README.en: Delete `How to use'. @@ -456,7 +916,7 @@ 1998-06-28 MORIOKA Tomohiko - * FLIM-Chao: Version 1.7.0 (Goj-Dò)-A was released. + * FLIM-Chao: Version 1.7.0 (Goj.DNr) was released.*B 1998-06-26 MORIOKA Tomohiko @@ -715,7 +1175,7 @@ 1998-06-19 MORIOKA Tomohiko - * FLIM: Version 1.4.1 (Momoyama-Gory-Dòmae)-A was released. + * FLIM: Version 1.4.1 (Momoyama-Gory.DNrmae) was released.*B 1998-06-18 MORIOKA Tomohiko @@ -835,7 +1295,7 @@ 1998-05-06 MORIOKA Tomohiko - * FLIM: Version 1.2.0 (J-Dþjò)-A was released. + * FLIM: Version 1.2.0 (J.DN~jNr) was released.*B * README.en (What's FLIM): Delete description about std11-parse.el; add description about mailcap.el. @@ -886,7 +1346,7 @@ 1998-05-05 MORIOKA Tomohiko - * FLIM: Version 1.1.0 (T-Dòji)-A was released. + * FLIM: Version 1.1.0 (T.DNrji) was released.*B 1998-05-04 MORIOKA Tomohiko @@ -922,7 +1382,7 @@ 1998-04-17 MORIOKA Tomohiko - * FLIM: Version 1.0.1 (Ky-Dòto)-A was released. + * FLIM: Version 1.0.1 (Ky.DNrto) was released.*B * mime-def.el (mime-spadework-module-version-string): New constant.