* ew-bq.el (ew-ccl-encode-uq): Change BUFFER_MAGNIFICATION to 3.
[elisp/flim.git] / ChangeLog
index 906c706..8453ab8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,241 @@
+1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * 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      <akr@jaist.ac.jp>
+
+       * ew-bq.el: Re-indented.
+
+1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-bq.el: New file.
+
+       * ew-unit.el: Use 'ew-bq instead of 'mel.
+
+1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Makefile (clean): Delete rule for cleaning tl.
+
+       * natset.el (natset-gen-ccl-branch256): New function.
+
+1998-08-23  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * 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      <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'.
+
+1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * Makefile: Add a rule for making `ew-parse.el'.
+
+       * ew-parse.scm: New file.
+
+       * lalr-el.scm: New file.
+
+       * lr-driver.el (lr-push): Now inlining.
+
+1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-dec.el: Use 'decoded property instead of 'result for
+       decoded string.
+
+1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-parse.el: Use lookahead token.
+
+       * ew-data.el (ew-mark-phrase): Decode last token in phrase.
+
+1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * ew-parse.el: Remove token suffix "-tok".
+
+       * ew-data.el: Ditto.
+
+       * ew-dec.el: Ditto.
+
+       * ew-scan-m.el: Ditto.
+
+       * ew-scan-s.el: Ditto.
+
+       * ew-scan-u.el: Ditto.
+
+       * ew-var.el: Ditto.
+
 1998-08-19  Tanaka Akira      <akr@jaist.ac.jp>
 
-       * mime-def.el (mime-library-version-string): bump up to FLAM-DOODLE 1.9.1.
+       * DOODLE-TIPS: Add desctiptions about byte-compile warnings.
+
+       * ew-data.el (ew-mark-phrase): Does not update right end of
+       fragments separation.
+
+       * ew-dec.el (ew-mark): Wait `ew-parse-error-sit-for-seconds'
+       seconds after parse error.
+
+       * ew-line.el (ew-tab-to-space): New function.
+       (ew-crlf-generic): New function.
+       (ew-crlf-line-generic): Rewrited.
+       (ew-lf-generic): New function.
+       (ew-lf-line-generic): Rewrited.
+       (ew-crlf-convert): New function.
+       (ew-crlf-line-convert): Rewrited.
+       (ew-lf-convert): New function.
+       (ew-lf-line-convert): Rewrited.
+       (ew-crlf-fold): New function.
+       (ew-lf-fold): New function.
+       (ew-crlf-refold): New function.
+       (ew-lf-refold): New function.
+
+       * ew-parse.el: Parser actions are now accesible to a lookahead
+       token.
+
+       * ew-var.el (ew-parse-error-sit-for-seconds): New variable.
+
+       * eword-decode.el: Enable debug code `rotate-memo'.
+       (eword-decode-header): Refold decoded field.
+       (eword-decode-and-fold-structured-field): Use `ew-crlf-refold'.
+
+       * lr-driver.el (lr-parse): Provides a lookahead token to parser
+       actions.
+
+       * mmbuffer.el (insert-decoded-header): Refold decoded field.
+
+1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * DOODLE-TIPS: Change `gnus-unstructured-field-decoder' and
+       `gnus-structured-field-decoder' usable by FLAM-DOODLE and FLIM.
+
+       * ew-data.el (ew-mark-phrase): Update both ends of fragments after
+       fragments separation.
+
+       * ew-unit.el (ew-charset-aliases): Add 'x-ctext.
+
+1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mime-def.el (mime-library-version-string): bump up to
+       FLAM-DOODLE 1.9.1.
 
 1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>