* lex.el (lex-gen-ccel-unibyte-automata-state): Jump start of loop
[elisp/flim.git] / ChangeLog
index 522862d..cc8cc48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,110 @@
+1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * lex.el (lex-gen-ccel-unibyte-automata-state): Jump start of loop
+       on end of states.
+
+1998-08-22  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * 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  <shuhei-k@jaist.ac.jp>
+
+       * TESTPAT: Specify coding-system.
+
+1998-08-21  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * 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      <akr@jaist.ac.jp>
+
+       * 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      <akr@jaist.ac.jp>
+
+       * 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      <akr@jaist.ac.jp>
+
+       * ew-var.el (ew-dynamic-options): The result is now integer instead
+       of list of booleans.
+
+1998-08-20  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * 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      <akr@jaist.ac.jp>
 
        * Makefile: Avoid an error about unexisting `scm'.