X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=cc8cc482e91600a9df7a8647eae749e51d746e76;hb=5dea9b12c7bea11a20ebfd744ba0784013d8c007;hp=522862d463fe2766447b1d00c5811d5d131b9907;hpb=eafacb2b26fd09315e07e20e3c2d93448056eccf;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index 522862d..cc8cc48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,110 @@ +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'.