X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c2889b5f11b831bdabe166ca6f7362628a1bee15;hb=8a3113daa75934774a9cff658c360a7719b2407f;hp=bce722f1c8cf9b41a37d6c3384edc03c118d5f0f;hpb=327ea08b3006cdea4edbc8b61610cf0f25f9a0b5;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index bce722f..c2889b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,361 @@ +1998-07-20 MORIOKA Tomohiko + + * mel-q.el (quoted-printable-internal-decode-region): Fix + sync-mistake. + +1998-07-19 Tanaka Akira + + * TESTPAT: add full automatic testing capability. + +1998-07-19 Tanaka Akira + + * TESTPAT: add quoted-encoded-word description and test. + +1998-07-18 Tanaka Akira + + * TESTPAT: add test result by FLIM-FLAM. + + * eword-decode.el (eword-lexical-analyze-internal): restrict + calling `eword-analyze-encoded-word' after calling + `eword-analyze-spaces'. + +1998-07-18 Tanaka Akira + + * TESTPAT: add test. + + * eword-decode.el (eword-analyze-quoted-string): quote string as + quoted-string. + (eword-analyze-encoded-word): quote non-atoms string as + quoted-string. + +1998-07-18 Tanaka Akira + + * Fix character code for ChangeLog. + +1998-07-18 Tanaka Akira + + * Sync up with flim-1_8_1 to flim-1_9_0. + +1998-07-18 Tanaka Akira + + * TESTPAT: add test driver for FLIM-FLAM. + +1998-07-16 Tanaka Akira + + * TESTPAT: change format to s-exp. + +1998-07-13 Tanaka Akira + + * TESTPAT: add one test. + +1998-07-06 Tanaka Akira + + * Sync up with flim-1_3_0 to flim-1_8_1. + +1998-06-08 Tanaka Akira + + * Sync up with flim-1_2_1 to flim-1_3_0. + +1998-05-27 Tanaka Akira + + * eword-decode.el (eword-after-encoded-word-in-phrase-regexp): + remove `(' to do not decode encoded word just before comment. + +1998-05-27 Tanaka Akira + + * TESTPAT: New file. + +1998-05-22 Tanaka Akira + + * eword-decode.el (eword-analyze-quoted-string): Check + `eword-decode-quoted-encoded-word'. + +1998-05-14 Tanaka Akira + + * eword-decode.el (eword-analyze-comment): Call + `std11-unfold-string'. + +1998-05-13 Tanaka Akira + + * mime-def.el: Fix typo. + +1998-05-13 Tanaka Akira + + * Sync up with flim-1_2_0 to flim-1_2_1. + +1998-05-08 Tanaka Akira + + * Sync up with flim-1_1_0 to flim-1_2_0. + +1998-05-06 Tanaka Akira + + * Sync up with flim-1_0_1 to flim-1_1_0. + +1998-04-25 Tanaka Akira + + * eword-decode.el (eword-decode-string): Fix arguments order to + calling `eword-decode-unstructured'. + (eword-decode-region): Fix arguments order to calling + `eword-decode-unstructured'. + +1998-04-25 Tanaka Akira + + * eword-decode.el (eword-decode-first-encoded-words): Update + DOC-string. + (eword-decode-first-encoded-words): Update DOC-string. + (eword-decode-unstructured): Argument `code-conversion' is now + required. + (eword-decode-comment): Argument `code-conversion' is now + required. + (eword-decode-quoted-string): Argument `code-conversion' is now + required. + (eword-decode-string): Update DOC-string. Reorder arguments to + calling `eword-decode-unstructured'. + (eword-decode-region): Update DOC-string. Reorder arguments to + calling `eword-decode-unstructured'. + (eword-analyze-quoted-string): Add `default-mime-charset' argument + to calling eword-decode-quoted-string. + (eword-analyze-comment): Add `default-mime-charset' argument to + calling eword-decode-comment. + +1998-04-25 Tanaka Akira + + * eword-decode.el (eword-decode-entire-string): Delete argument + `default-charset'. Add argument `code-conversion'. + (eword-decode-unstructured): Add argument `code-conversion'. + (eword-decode-comment): Add argument `code-conversion'. + (eword-decode-quoted-string): Add argument `code-conversion'. + (eword-decode-string): Propagate `code-conversion' to + `eword-decode-unstructured'. + (eword-decode-region): Propagate `code-conversion' to + `eword-decode-unstructured'. + +1998-04-23 Shuhei KOBAYASHI + + * eword-decode.el (eword-decode-ignored-field-list): Add + `received'. + + * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP + environment variables. + +1998-04-23 Tanaka Akira + + * eword-decode.el (eword-encoded-word-prefix-regexp): New + constant. + (eword-encoded-word-suffix-regexp): New constant. + (eword-encoded-text-in-unstructured-regexp): New constant. + (eword-encoded-word-in-unstructured-regexp): New constant. + (eword-after-encoded-word-in-unstructured-regexp): New constant. + (eword-decode-entire-string): New function. + (eword-decode-unstructured): Use `eword-decode-entire-string'. + (eword-decode-comment): Use `eword-decode-entire-string'. + (eword-decode-quoted-string): Use `eword-decode-entire-string'. + (eword-decode-string): Add optional argument + `default-mime-charset'. + (eword-decode-region): Add optional argument + `default-mime-charset'. + (eword-decode-header): Refine `code-conversion' treatment. + +1998-04-21 Tanaka Akira + + * eword-decode.el (eword-decode-header): code-conversion is now + effective again. + +1998-04-21 MORIOKA Tomohiko + + * eword-decode.el (eword-decode-quoted-encoded-word): Use + 'defcustom. + +1998-04-21 MORIOKA Tomohiko + + * eword-decode.el (eword-decode-sticked-encoded-word): Use + 'defcustom. + +1998-04-21 Tanaka Akira + + * VERSION.FLAM: New file. + +1998-04-17 Tanaka Akira + + * Sync up with flim-1_0_0 to flim-1_0_1. + +1998-04-13 Tanaka Akira + + * eword-decode.el: Copied from AKEMI branch of SEMI. + + +1998-07-15 MORIOKA Tomohiko + + * FLIM: Version 1.9.0 (Terada) was released. + +1998-07-10 MORIOKA Tomohiko + + * mime-parse.el (mime-parse-multipart): Set message/x-broken if + parsing is failed. + +1998-07-10 MORIOKA Tomohiko + + * mmbuffer.el (entity-children): Don't use + `mime-entity-children-internal'. + + * mime-parse.el (mime-parse-multipart): Modify for + `mime-parse-message'; return children. + (mime-parse-encapsulated): Likewise. + (mime-parse-message): Change interface; delete DOC-string; don't + parse children instantly. + (mime-parse-buffer): Modify for `mime-parse-message'. + + * mime-parse.el (mime-parse-message): Delete autoload cookie. + + * mime.el: Delete autoload setting for `mime-parse-message'. + + * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description + of `mime-parse-message'; modify description of `mime-parse-buffer' + to add `representation-type'. + + +1998-07-07 MORIOKA Tomohiko + + * FLIM-Chao: Version 1.8.0 (Shij-Dò)-A was released. + +1998-07-07 MORIOKA Tomohiko + + * mmcooked.el: Abolish method `open'. + + * mmbuffer.el (initialize-instance): New method; abolish `open'. + (entity-children): New method. + + * mime.el (mime-open-entity): Send `initialize-instance' to + created message. + (mime-entity-children): New implementation. + (mime-entity-parent): New implementation. + (mime-root-entity-p): New implementation. + + * mime-parse.el (mime-parse-multipart): Specify current entity as + parent. + (mime-parse-encapsulated): Likewise. + (mime-parse-message): Change interface to specify parent; modify + for `make-mime-entity-internal'. + (mime-parse-buffer): Modify for `mime-parse-message'. + + * mime-def.el (make-mime-entity-internal): Change interface; add + format of `mime-entity' to add `parent'. + +1998-07-07 MORIOKA Tomohiko + + * mmbuffer.el (mime-visible-field-p): Renamed from + `eword-visible-field-p'. + +1998-07-07 MORIOKA Tomohiko + + * mime.el (mm-arglist-to-arguments): New function. + (mm-define-generic): New macro. + (mime-entity-cooked-p): Use `mm-define-generic'. + (mime-entity-point-min): Use `mm-define-generic'. + (mime-insert-decoded-header): Use `mm-define-generic'. + (mime-entity-content): Use `mm-define-generic'. + (mime-write-entity-content): Use `mm-define-generic'. + (mime-write-entity): Use `mm-define-generic'. + (mime-write-entity-body): Use `mm-define-generic'. + +1998-07-07 MORIOKA Tomohiko + + * mmbuffer.el (eword-visible-field-p): Moved from mime.el. + + * mime.el: Move `eword-visible-field-p' to mmbuffer.el. + (mime-write-entity-body): Change message to `write-body'. + +1998-07-07 MORIOKA Tomohiko + + * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'. + + * mime.el (mime-open-entity): Change message to `open'. + + * mime-def.el (mm-define-backend): Must `copy-alist'. + +1998-07-07 MORIOKA Tomohiko + + * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and + `mm-define-method'. + + * mime.el: Move `mime-entity-implementation-alist' to mime-def.el. + (mime-find-function): New implementation. + (mime-entity-cooked-p): Use `mime-entity-send'. + + * mime-def.el (mime-entity-implementation-alist): Moved from + mime.el. + (mm-define-backend): New macro. + (mm-define-method): New macro. + + +1998-07-05 MORIOKA Tomohiko + + * FLIM: Version 1.8.1 (Kutsukawa) was released. + +1998-07-04 MORIOKA Tomohiko + + * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description + about `default-encoding' of `mime-entity-encoding'. + + * mime-en.texi, mime-en.sgml: New files. + + * mime-ja.sgml (media-type): Fix typo. + + * mime-ja.sgml (Glossary): Fix order. + + * mime-ja.sgml (Entity Attributes): Use tag for nil. + + * mime-ja.sgml (Entity Attributes): Fix typo. + +1998-07-03 MORIOKA Tomohiko + + * mime.el (mime-entity-encoding): Add new optional argument + `default-encoding'; set default encoding if + Content-Transfer-Encoding field is not found. + +1998-07-03 MORIOKA Tomohiko + + * mmbuffer.el (mmbuffer-write-entity): Use + `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and + `mmbuffer-entity-point-max'. + (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal', + `mime-entity-body-start-internal' and + `mime-entity-body-end-internal'. + (mmbuffer-insert-decoded-header): Use + `mime-entity-buffer-internal', `mime-entity-header-start-internal' + and `mime-entity-header-end-internal'. + + +1998-07-01 MORIOKA Tomohiko + + * FLIM: Version 1.8.0 (-DÒkubo)-A was released. + + * README.en: Delete `How to use'. + +1998-07-01 MORIOKA Tomohiko + + * mime-ja.sgml (Entity creation): Add reference for `mm-backend' + in description of `mime-open-entity'. + + * mime-ja.sgml (mm-backend): New section. + +1998-07-01 MORIOKA Tomohiko + + * mime-ja.sgml (Entity-header): Modify description about + `mime-insert-decoded-header'. + + * mmcooked.el (mmcooked-insert-decoded-header): New function. + + * mmbuffer.el (mmbuffer-insert-decoded-header): New function. + + * mime.el (mime-insert-decoded-header): Use implementation of + mm-backend; abolish optional argument `code-conversion'. + +1998-06-30 MORIOKA Tomohiko + + * eword-decode.el (eword-decode-encoded-text): Use + `decode-mime-charset-string'. + 1998-06-30 MORIOKA Tomohiko * mmcooked.el (mmcooked-write-entity-body): New function.