X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=6fc0f56b3cdac9c65a0ae05a6b7a5d39ba06d7ac;hb=72572076a671d8b11bd6631432aef4c040ceceae;hp=b2bc23f413e78a76f9b0a3eb629fc2dcbbd00dfa;hpb=dc2a6c1c50d7b46a9727ab05d4f67e49bfeaed2a;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index b2bc23f..6fc0f56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,50 @@ 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 @@ -7,7 +52,7 @@ * 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-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.