X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=6fc0f56b3cdac9c65a0ae05a6b7a5d39ba06d7ac;hb=72572076a671d8b11bd6631432aef4c040ceceae;hp=e7490962be2fe994de68cbff6621ef2576b64ad6;hpb=14fb664c66062319d91e51f61fd37ccea225a46e;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index e749096..6fc0f56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,162 @@ +1998-08-25 Tanaka Akira + + * ew-bq.el (ew-ccl-decode-b): Eliminate `>8=' before `write'. + +1998-08-25 Tanaka Akira + + * ew-bq.el (ew-ccl-decode-b-0-table): Use `if' instead of `cond' + (ew-ccl-decode-b-1-table): Ditto. + (ew-ccl-decode-b-2-table): Ditto. + (ew-ccl-decode-b-3-table): Ditto. + + * ew-quote.el: + - Move `ew-quoting-char', `ew-quoting-chars-regexp' and + `ew-type2-regexp' to ew-var.el. + + * ew-unit.el: + - Move `ew-anchored-encoded-word-regexp', `ew-b-regexp', + `ew-q-regexp', `ew-byte-decoder-alist' and `ew-byte-checker-alist' + to ew-var.el. + + * ew-var.el (ew-permit-null-encoded-text): New variable. + (ew-encoded-text-regexp): Change positive closure to normal closure if + `ew-permit-null-encoded-text' is non-nil. + (ew-quoting-char): New variable (moved from ew-var.el). + (ew-quoting-chars-regexp): New variable (moved from ew-var.el). + (ew-type2-regexp): New variable (moved from ew-var.el). + (ew-anchored-encoded-word-regexp): New variable (moved from ew-unit.el). + (ew-b-regexp): New variable (moved from ew-unit.el). + (ew-q-regexp): New variable (moved from ew-unit.el). + (ew-byte-decoder-alist): New variable (moved from ew-unit.el). + (ew-byte-checker-alist): New variable (moved from ew-unit.el). + (ew-dynamic-options): Add `ew-permit-null-encoded-text'. + +1998-08-25 Tanaka Akira + + * ew-bq.el (ew-ccl-decode-base64): Abolished. + (ew-ccl-decode-b-bit-ex): New compile time function. + (ew-ccl-decode-b-0-table): New compile time constant. + (ew-ccl-decode-b-1-table): Ditto. + (ew-ccl-decode-b-2-table): Ditto. + (ew-ccl-decode-b-3-table): Ditto. + (ew-ccl-decode-b): New CCL program. + (ew-ccl-b): Use `ew-ccl-decode-b'. + (ew-ccl-base64): Use `ew-ccl-decode-b'. + +1998-08-25 Tanaka Akira + + * ew-bq.el (ew-ccl-untrusted-eof-block): Set boolean value. + +1998-08-25 Tanaka Akira + + * ew-bq.el (ew-ccl-use-symbol): New variable. + (ew-ccl-untrusted-eof-block): New variable. + (ew-make-ccl-coding-system): New function. + (ew-ccl-decode-base64): New CCL program renamed from `ew-ccl-decode-b'. + (ew-ccl-encode-b-is-broken): Abolished. + (ew-ccl-uq): Use `ew-make-ccl-coding-system' to define. + (ew-ccl-cq): Ditto. + (ew-ccl-pq): Ditto. + (ew-ccl-b): Ditto. + (ew-ccl-quoted-printable): Ditto. + (ew-ccl-base64): Ditto. + +1998-08-24 Tanaka Akira + + * ew-bq.el (ew-ccl-quoted-printable): Change mnemonic B to Q. + +1998-08-24 Tanaka Akira + + * ew-bq.el (ew-ccl-encode-quoted-printable): Complete behaviour at column 73 with bare CR. + +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.