X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=fa624ebcda360798a706305d2b76b74194915626;hb=4a15ad0838f7f2ab125b4f766b127aefc828580c;hp=1edaa6e8374591e405ef8b243dc2a2e8ffb3cadb;hpb=612ca4e439ad59dbdb7b59246f1131450d747a44;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index 1edaa6e..fa624eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,95 @@ +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.