X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=b399265bfd5197499927bb9fec4ae20c89218e6c;hb=5aad1166a5731dc848a68cbb380bbcba6a23d063;hp=7b5dad36b1632e1217af7658899b9b1f147d638e;hpb=e791364898616771469e70c43bacc3daa2f8aea6;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index 7b5dad3..b399265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,70 +1,200 @@ -1998-07-06 Tanaka Akira +1998-08-16 Tanaka Akira + + * ChangeLog: Fix typo. + + * ew-parse.el: New file. + +1998-08-16 Tanaka Akira + + * FLIM-ELS (flim-modules): Add `closure', `natset', `digraph', + `automata', `rx', `lex', `lr-driver', `ew-util', `ew-line', + `ew-quote', `ew-unit', `ew-data', `ew-parse', `ew-scan-s', + `ew-scan-m', `ew-scan-u' and `ew-dec'. + + * automata.el, closure.el, digraph.el, ew-data.el, ew-dec.el, + ew-line.el, ew-quote.el, ew-scan-m.el, ew-scan-s.el, + ew-scan-u.el, ew-unit.el, ew-util.el, lex.el, lr-driver.el, + natset.el, rx.el: New files. + + * eword-decode.el: Require 'ew-dec. + (eword-decode-header): Use `ew-decode-field'. + (eword-decode-and-unfold-structure): Ditto. + (eword-decode-structured-field-body): Ditto. + (eword-decode-unstructured-field-body): Ditto. + +1998-08-16 Tanaka Akira + + * DOODLE: branched from flam-1_9_1 + +1998-08-16 Tanaka Akira + + * mime-def.el (mime-library-version-string): bump up to 1.9.1. + +1998-07-22 Tanaka Akira + + * ChangeLog: Fix typo. + +1998-07-22 Tanaka Akira + + * TESTPAT: Add 25 tests. + + * TESTPAT: Fix comment convention. + + * eword-decode.el (decode-entire-string): Add formal argument + `chars-must-be-quote'. + (eword-decode-unstructured): Add actual argument `chars-must-be-quote'. + (eword-decode-comment): Add actual argument `chars-must-be-quote'. + (eword-decode-quoted-string): Add actual argument `chars-must-be-quote'. + (eword-analyze-quoted-string): Does not quote result of + `eword-decode-quoted-string' as quoted-string because the result is + now already quoted-string form. + +1998-07-21 Tanaka Akira + + * TESTPAT: Add two tests. + + * TESTPAT: quoted-encoded-word quoting character is changed from * to +. + +1998-07-21 Tanaka Akira + + * TESTPAT: Add sixteen tests. + +1998-07-20 Tanaka Akira + + * TESTPAT: Add three tests. + +1998-07-20 Tanaka Akira + + * TESTPAT: Add two tests. + +1998-07-20 Tanaka Akira + + * TESTPAT: Add test. + +1998-07-20 MORIOKA Tomohiko + + * mime-def.el (mime-library-version-string): Renamed from + `mime-spadework-module-version-string' to sync with flim-1_9_0. + + * 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 +1998-06-08 Tanaka Akira * Sync up with flim-1_2_1 to flim-1_3_0. -1998-05-27 Tanaka Akira +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. + * 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 +1998-05-27 Tanaka Akira * TESTPAT: New file. -1998-05-22 Tanaka Akira +1998-05-22 Tanaka Akira * eword-decode.el (eword-analyze-quoted-string): Check `eword-decode-quoted-encoded-word'. -1998-05-14 Tanaka Akira +1998-05-14 Tanaka Akira - * eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'. + * eword-decode.el (eword-analyze-comment): Call + `std11-unfold-string'. -1998-05-13 Tanaka Akira +1998-05-13 Tanaka Akira * mime-def.el: Fix typo. -1998-05-13 Tanaka Akira +1998-05-13 Tanaka Akira * Sync up with flim-1_2_0 to flim-1_2_1. -1998-05-08 Tanaka Akira +1998-05-08 Tanaka Akira * Sync up with flim-1_1_0 to flim-1_2_0. -1998-05-06 Tanaka Akira +1998-05-06 Tanaka Akira * Sync up with flim-1_0_1 to flim-1_1_0. -1998-04-25 Tanaka Akira +1998-04-25 Tanaka Akira - * eword-decode.el (eword-decode-string): Fix arguments order to calling - `eword-decode-unstructured'. + * 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 +1998-04-25 Tanaka Akira - * eword-decode.el (eword-decode-first-encoded-words): Update DOC-string. + * 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-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-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 +1998-04-25 Tanaka Akira * eword-decode.el (eword-decode-entire-string): Delete argument `default-charset'. Add argument `code-conversion'. @@ -84,9 +214,10 @@ * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP environment variables. -1998-04-23 Tanaka Akira +1998-04-23 Tanaka Akira - * eword-decode.el (eword-encoded-word-prefix-regexp): New constant. + * 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. @@ -95,11 +226,13 @@ (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-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 +1998-04-21 Tanaka Akira * eword-decode.el (eword-decode-header): code-conversion is now effective again. @@ -107,21 +240,130 @@ 1998-04-21 MORIOKA Tomohiko * eword-decode.el (eword-decode-quoted-encoded-word): Use - 'defcustom. + 'defcustom. 1998-04-21 MORIOKA Tomohiko * eword-decode.el (eword-decode-sticked-encoded-word): Use - 'defcustom. + 'defcustom. -1998-04-21 Tanaka Akira +1998-04-21 Tanaka Akira * VERSION.FLAM: New file. -1998-04-17 Tanaka Akira +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.DNr) was released.*B + +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. @@ -162,7 +404,7 @@ 1998-07-01 MORIOKA Tomohiko - * FLIM: Version 1.8.0 (-DÒkubo)-A was released. + * FLIM: Version 1.8.0 (.DNRkubo) was released.*B * README.en: Delete `How to use'. @@ -287,7 +529,7 @@ 1998-06-28 MORIOKA Tomohiko - * FLIM-Chao: Version 1.7.0 (Goj-Dò)-A was released. + * FLIM-Chao: Version 1.7.0 (Goj.DNr) was released.*B 1998-06-26 MORIOKA Tomohiko @@ -546,7 +788,7 @@ 1998-06-19 MORIOKA Tomohiko - * FLIM: Version 1.4.1 (Momoyama-Gory-Dòmae)-A was released. + * FLIM: Version 1.4.1 (Momoyama-Gory.DNrmae) was released.*B 1998-06-18 MORIOKA Tomohiko @@ -666,7 +908,7 @@ 1998-05-06 MORIOKA Tomohiko - * FLIM: Version 1.2.0 (J-Dþêò©-A was released. + * FLIM: Version 1.2.0 (J.DN~jNr) was released.*B * README.en (What's FLIM): Delete description about std11-parse.el; add description about mailcap.el. @@ -717,7 +959,7 @@ 1998-05-05 MORIOKA Tomohiko - * FLIM: Version 1.1.0 (T-Dòêi)-A was released. + * FLIM: Version 1.1.0 (T.DNrji) was released.*B 1998-05-04 MORIOKA Tomohiko @@ -753,7 +995,7 @@ 1998-04-17 MORIOKA Tomohiko - * FLIM: Version 1.0.1 (Ky-Dòôo)-A was released. + * FLIM: Version 1.0.1 (Ky.DNrto) was released.*B * mime-def.el (mime-spadework-module-version-string): New constant. @@ -773,10 +1015,6 @@ * mel.el (base64-dl-module): Must check base64.so actually exists. -1998-04-13 Tanaka Akira - - * eword-decode.el: Copied from AKEMI branch of SEMI. - 1998-04-13 MORIOKA Tomohiko