X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=166df7e6c6d74b93b63b8273b18da43a1f4036e5;hb=ad48c8cef55bea00a362e6be6833ebca0f8d8f69;hp=906c706b13e6f6e347d749d3291beaee3dbff7d9;hpb=b3e2c1ff1d03652370fe0d286f4669c5058b1f1b;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index 906c706..166df7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,627 @@ +1998-09-09 Tanaka Akira + + * mel-ccl.el (mel-ccl-28-table): New compile time constant. + (mel-ccl-64-to-256-table): Ditto. + (mel-ccl-qp-table): Mark LF. + (mel-ccl-16-to-256-table): Convert integer from character. + (mel-ccl-u-raw): Ditto. + (mel-ccl-c-raw): Ditto. + (mel-ccl-p-raw): Ditto. + (mel-ccl-decode-q): Ditto. + (mel-ccl-encode-base64): Abolished. + (mel-ccl-encode-base64-crlf-crlf): Renamed from + `mel-ccl-encode-base64'. + (mel-ccl-encode-base64-crlf-lf): New CCL program. + (mel-ccl-encode-quoted-printable-generic): New compile-time + function. + (mel-ccl-decode-quoted-printable-generic): Ditto. + (mel-ccl-encode-quoted-printable): Abolished. + (mel-ccl-decode-quoted-printable): Ditto. + (mel-ccl-encode-quoted-printable-crlf-crlf): New CCL program. + (mel-ccl-encode-quoted-printable-crlf-lf): Ditto. + (mel-ccl-encode-quoted-printable-lf-crlf): Ditto. + (mel-ccl-encode-quoted-printable-lf-lf): Ditto. + (mel-ccl-decode-quoted-printable-crlf-crlf): Ditto. + (mel-ccl-decode-quoted-printable-crlf-lf): Ditto. + (mel-ccl-decode-quoted-printable-lf-crlf): Ditto. + (mel-ccl-decode-quoted-printable-lf-lf): Ditto. + (mel-ccl-uq): Abolished. + (mel-ccl-cq): Ditto. + (mel-ccl-pq): Ditto. + (mel-ccl-b): Ditto. + (mel-ccl-quoted-printable): Ditto. + (mel-ccl-base64): Ditto. + (mel-ccl-uq-rev): New coding-system. + (mel-ccl-cq-rev): Ditto. + (mel-ccl-pq-rev): Ditto. + (mel-ccl-quoted-printable-crlf-crlf-rev): Ditto. + (mel-ccl-quoted-printable-crlf-lf-rev): Ditto. + (mel-ccl-quoted-printable-lf-crlf-rev): Ditto. + (mel-ccl-quoted-printable-lf-lf-rev): Ditto. + (mel-ccl-base64-crlf): Ditto. + (mel-ccl-base64-lf): Ditto. + (base64-ccl-encode-string): Use `mel-ccl-b-rev'. + (base64-ccl-encode-region): Ditto. + (base64-ccl-insert-encoded-file): Ditto. + (base64-ccl-decode-string): Ditto. + (base64-ccl-decode-region): Ditto. + (quoted-printable-ccl-encode-string): Use + `mel-ccl-quoted-printable-lf-lf-rev'. + (quoted-printable-ccl-encode-region): Ditto. + (quoted-printable-ccl-insert-encoded-file): Ditto. + (quoted-printable-ccl-decode-string): Ditto. + (quoted-printable-ccl-decode-region): Ditto. + (quoted-printable-ccl-write-decoded-region): Ditto. + (q-encoding-ccl-encode-string): Use `mel-ccl-uq-rev', + `mel-ccl-cq-rev' and `mel-ccl-pq-rev'. + (q-encoding-ccl-decode-string): Use `mel-ccl-uq-rev'. + +1998-09-02 Tanaka Akira + + * ew-dec.el (ew-decode-field-interest-option-order): New + function. + (ew-decode-field-test): Use + `ew-decode-field-interest-option-order'. + + * ew-var.el (ew-option-list): New constant. + (ew-save-boolean-options): New function. + (ew-restore-boolean-options): New function. + (ew-dynamic-options): Use `ew-save-boolean-options'. + +1998-09-02 Tanaka Akira + + * ew-data.el (ew-search-sticked-eword): New function. + (ew-separate-eword): Use `ew-search-sticked-eword' to + check `ew-permit-null-encoded-text', `ew-ignore-75bytes-limit', + `ew-permit-sticked-comment' and `ew-permit-sticked-special'. + +1998-09-02 Tanaka Akira + + * ew-data.el (ew-separate-eword): Remove + `ew-permit-null-encoded-text' checking. + + * ew-quote.el (ew-quote-concat): Use `ew-encoded-word-regexp' + instead of `ew-encoded-word-regexp0'. + (ew-quote-sole): Ditto. + + * ew-var.el (ew-encoded-text-regexp): Reverted. + (ew-encoded-text-regexp0): Abolished + (ew-encoded-text-regexp1): Abolished + (ew-encoded-word-regexp): Reverted. + (ew-encoded-word-regexp0): Abolished + (ew-encoded-word-regexp1): Abolished + (ew-anchored-encoded-word-regexp): Use `ew-encoded-word-regexp'. + (ew-type2-regexp): Use `ew-encoded-word-regexp'. + +1998-09-01 Tanaka Akira + + * TESTPAT: Add a notice about null encoded-text. + + * ew-dec.el (ew-decode-field-test): Reorder options. + +1998-09-01 Tanaka Akira + + * TESTPAT: Add 16 tests. + + * ew-data.el (ew-separate-eword): Check + `ew-permit-null-encoded-text'. + + * ew-quote.el (ew-quote-concat): Use `ew-encoded-word-regexp0' + instead of `ew-encoded-word-regexp'. + (ew-quote-sole): Ditto. + + * ew-var.el (ew-encoded-text-regexp): Abolished. + (ew-encoded-text-regexp0): Renamed from `ew-encoded-text-regexp'. + (ew-encoded-text-regexp1): New constant. + (ew-encoded-word-regexp): Abolished. + (ew-encoded-word-regexp0): Renamed from `ew-encoded-word-regexp'. + (ew-encoded-word-regexp1): New constant. + (ew-anchored-encoded-word-regexp): Use `ew-encoded-word-regexp0'. + (ew-type2-regexp): Use `ew-encoded-word-regexp0'. + +1998-09-01 Tanaka Akira + + * Sync up with flim-1_9_1. + + * mime-def.el (mime-library-version-string): bump up to + FLAM-DOODLE 1.9.2. + +1998-08-28 Tanaka Akira + + * ew-dec.el (ew-decode-field-test): Change column. + + * eword-encode.el (ew-decode-field-test): Sync up to 1.9 from + 1.3. + (eword-encode-field): Add `In-Reply-To' to structured field. + + * mel-b.el: + - Move `base64-internal-encoding-limit', + `base64-internal-decoding-limit', `base64-encode-region', + `base64-decode-region', `base64-encode-string' and + `base64-decode-string' + to mel.el. + (base64-internal-encode-string): Renamed from + `base64-encode-string'. + (base64-external-write-decoded-region): Renamed from + `base64-write-decoded-region'. + (base64-internal-encoded-length): Renamed from + `base64-encoded-length' + + * mel-dl.el: + - Move `base64-encode-string' and `base64-decode-string' to + mel.el. + (base64-dl-encode-string): New alias for `encode-base64-string'. + (base64-dl-decode-string): New alias for `decode-base64-string'. + (base64-dl-encode-region): Renamed from `base64-encode-region'. + (base64-dl-decode-region): Renamed from `base64-decode-region'. + (base64-external-encoder): Abolished. + (base64-external-decoder): Abolished. + (base64-external-decoder-option-to-specify-file): Abolished. + (base64-insert-encoded-file): Abolished. + (base64-write-decoded-region): Abolished. + (base64-base64-encoded-length): Abolished. + + * mel-g.el: + - Move `gzip64-encode-region' and `gzip64-decode-region' to + mel.el. + (gzip64-external--insert-encoded-file): Renamed from + `gzip64-insert-encoded-file'. + (gzip64-external-write-decoded-region): Renamed from + `gzip64-write-decoded-region'. + + *mel-q.el: + - Move `quoted-printable-internal-encoding-limit', + `quoted-printable-encode-region', + `quoted-printable-internal-decoding-limit' and + `quoted-printable-decode-region' to mel.el + (quoted-printable-encode-string): Abolished. + (quoted-printable-internal-encode-string): New function. + (quoted-printable-external-encode-string): New function. + (quoted-printable-external-insert-encoded-file): Renamed from + `quoted-printable-insert-encoded-file'. + (quoted-printable-decode-string): Abolished. + (quoted-printable-internal-decode-string): New function. + (quoted-printable-external-decode-string): New function. + (quoted-printable-external-write-decoded-region): Renamed from + `quoted-printable-write-decoded-region'. + (q-encoding-internal-encode-string): Renamed from + `q-encoding-encode-string'. + (q-encoding-internal-decode-string): Renamed from + `q-encoding-decode-string'. + (q-encoding-internal-encoded-length): Renamed from + `q-encoding-encoded-length'. + + * mel-u.el: + - Move `uuencode-encode-region', `uuencode-decode-region' to + mel.el. + (uuencode-external-insert-encoded-file): Renamed from + `uuencode-insert-encoded-file'. + (uuencode-external-write-decoded-region): Renamed from + `uuencode-write-decoded-region'. + + * mel.el: Autoloading Restructured. + (base64-internal-encoding-limit): Moved from mel-b.el. + (base64-internal-decoding-limit): Moved from mel-b.el. + (quoted-printable-internal-encoding-limit): Moved from mel-q.el. + (quoted-printable-internal-decoding-limit): Moved from mel-q.el. + +1998-08-28 Tanaka Akira + + * ew-dec.el (ew-decode-field-test): Print sequence of fragments + if prefix argument exists. + +1998-08-27 Tanaka Akira + + * ew-dec.el (ew-decode-field-test): Support + `ew-permit-null-encoded-text'. + + * ew-unit.el (ew-decode-eword): Check + `ew-permit-null-encoded-text'. + + * ew-var.el (ew-encoded-text-regexp): Always permit null string + regardless of `ew-permit-null-encoded-text'. + +1998-08-27 Tanaka Akira + + * ew-var.el (ew-decode-field-syntax-alist): Add few fields. + + * eword-decode.el (eword-decode-header): Compare decoded result + to CRLF complemented version of field-body. + +1998-08-27 Tanaka Akira + + * ew-dec.el (ew-decode-field-test): Search around current point + as default argument when called interactive. + +1998-08-27 Tanaka Akira + + * FLIM-ELS (flime-modules): Add ew-ccl. + + * ew-bq.el: Now it is stub to ew-ccl and mel. + + * ew-ccl: New file (renamed from ew-bq.el). + +1998-08-27 Tanaka Akira + + * ew-dec.el (ew-decode-field-test): Now interactive. + + * eword-decode.el (eword-decode-header): Put original field as + text properties. + + * mmbuffer.el (insert-decoded-header): Put original field as + text properties. + +1998-08-27 Tanaka Akira + + * DOODLE-TIPS: Add a notice about EVALARGS. + + * Makefile: evaluate environment variable EVALARGS if it is not + empty. + + * ew-bq.el: + - Use CCL emulating stuff of APEL. + - Delete useless `eval-when-compile' in body of + `define-ccl-program'. + +1998-08-26 Tanaka Akira + + * ew-scan-n.el: New file. + +1998-08-26 Tanaka Akira + + * FLIM-ELS (flim-modules): Add `ew-scan-n'. + + * ew-dec.el: Require 'ew-scan-n. + + * ew-parse.scm: Add new token `n-body'. + + * ew-var.el (ew-decode-field-syntax-alist): Add fields definition + `newsgroups', `path', `lines' and `xref'. + +1998-08-26 Tanaka Akira + + * ew-dec.el (ew-decode-field-test): New function. + +1998-08-26 Tanaka Akira + + * DOODLE-TIPS (gnus-structured-field-decoder): Use + `eword-decode-and-unfold-structured-field'. + (gnus-unstructured-field-decoder): Use + `eword-decode-unstructured-field-body'. + +1998-08-25 Tanaka Akira + + * ew-bq.el (ew-ccl-untrusted-eof-block): Check by coding system instead + of CCL directly. + +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. + +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'. + +1998-08-19 Tanaka Akira + + * 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 - * mime-def.el (mime-library-version-string): bump up to FLAM-DOODLE 1.9.1. + * ew-dec.el: Use 'decoded property instead of 'result for + decoded string. + +1998-08-19 Tanaka Akira + + * ew-parse.el: Use lookahead token. + + * ew-data.el (ew-mark-phrase): Decode last token in phrase. + +1998-08-19 Tanaka Akira + + * 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 + + * 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 + + * 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 + + * mime-def.el (mime-library-version-string): bump up to + FLAM-DOODLE 1.9.1. 1998-08-18 Tanaka Akira @@ -393,6 +1014,119 @@ * eword-decode.el: Copied from AKEMI branch of SEMI. +1998-08-31 MORIOKA Tomohiko + + * FLIM: Version 1.9.1 (Tonosh.DNr) was released.*B + + * mime-en.sgml (mm-backend): Translate a little. + +1998-08-31 MORIOKA Tomohiko + + * eword-encode.el (eword-encode-default-start-column): New user + option. + (eword-encode-string): Use `eword-encode-default-start-column'. + (eword-encode-address-list): Likewise. + (eword-encode-structured-field-body): Likewise. + (eword-encode-unstructured-field-body): Likewise. + +1998-08-31 MORIOKA Tomohiko + + * eword-encode.el (eword-encode): New group. + (eword-field-encoding-method-alist): Now a user option (was: + variable). + +1998-08-31 MORIOKA Tomohiko + + * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' -> + `eword-encode-mailbox-to-rword-list'. + + * eword-encode.el: Rename `tm-eword::phrase-to-rwl' -> + `eword-encode-phrase-to-rword-list'. + + * eword-encode.el: Rename `eword-addr-spec-to-rwl' -> + `eword-encode-addr-spec-to-rword-list'. + + * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' -> + `eword-encode-phrase-route-addr-to-rword-list'. + + * eword-encode.el: Rename `eword-addr-seq-to-rwl' -> + `eword-encode-addr-seq-to-rword-list'. + + * eword-encode.el: Rename `tm-eword::split-string' -> + `eword-encode-split-string'. + + * eword-encode.el: Rename `tm-eword::addresses-to-rwl' -> + `eword-encode-addresses-to-rword-list'. + + * eword-encode.el: Rename `tm-eword::encode-rwl' -> + `eword-encode-rword-list'. + + * eword-encode.el (eword-encode-unstructured-field-body): New + function. + (eword-encode-field): Use `eword-encode-unstructured-field-body'. + +1998-08-31 MORIOKA Tomohiko + + * eword-encode.el (eword-encode-string): Add DOC-string. + (eword-encode-address-list): Likewise. + (eword-encode-structured-field-body): Likewise. + + * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a + structured field. + +1998-08-28 MORIOKA Tomohiko + + * eword-encode.el (eword-encode-field): Use `capitalize' instead + of `downcase' for `field-name'. + + * eword-encode.el (eword-encode-structured-field-body): New + function. + (eword-encode-field): Use `eword-encode-structured-field-body' for + "MIME-Version" and "User-Agent" field. + +1998-08-26 Shuhei KOBAYASHI + + * mime-def.el (mm-define-method): Put `edebug-form-spec'. + +1998-08-28 MORIOKA Tomohiko + + * eword-encode.el (eword-encode-address-list): New function. + (eword-encode-field): Use `eword-encode-address-list' instead of + `tm-eword::encode-address-list'; abolish + `tm-eword::encode-address-list'. + + * eword-encode.el (eword-encode-field): Use `eword-encode-string' + instead of `tm-eword::encode-string'; abolish + `tm-eword::encode-string'. + + * eword-encode.el: Rename `tm-eword::make-rword' -> + `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'. + +1998-08-26 Shuhei KOBAYASHI + + * mel-b.el (base64-insert-encoded-file): Conditionally use + internal converter. (cf. [tm-ja:3320]) + (base64-write-decoded-region): Ditto. + +1998-08-25 MORIOKA Tomohiko + + * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally. + +1998-08-25 MORIOKA Tomohiko + + * Delete mime-lib.el. + +1998-08-10 MORIOKA Tomohiko + + * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed + to `write-region-as-raw-text-CRLF'. + +1998-08-07 MORIOKA Tomohiko + + * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead + of `write-region-as-binary'. + + 1998-07-15 MORIOKA Tomohiko * FLIM: Version 1.9.0 (Terada) was released.