X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=8bc893e4f842a166b14bca6bc798b893e9ec6318;hb=78d112053d1500b2fe8a166dec28a300f69ef18f;hp=928a66490004ecc44d10ed7e4229f7cb697265eb;hpb=47b8ad0a774fdc515c484039ea9b2c2810b8c995;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index 928a664..8bc893e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,161 @@ +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. @@ -779,6 +937,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.