1998-06-24 MORIOKA Tomohiko * mime-def.el (mime-entity-set-children): New function. * mime-parse.el (mime-parse-multipart): Change interface. (mime-parse-message): Use `mime-entity-set-children'. 1998-06-24 MORIOKA Tomohiko * FLIM: Version 1.6.0 (Ogura) was released. * mime-ja.sgml (Entity Attributes): New section. * mime-ja.sgml (Entity as node in message): Add description of `mime-find-entity-from-number' and `mime-find-entity-from-node-id'. * mime.el (mime-find-entity-from-number): New function. (mime-find-entity-from-node-id): New function. (mime-entity-parent): New function (moved from SEMI MIME-View). (mime-entity-uu-filename): New function (moved from SEMI MIME-View). (mime-entity-filename): New function (moved from SEMI MIME-View). * mime-def.el (mime-uuencode-encoding-name-list): New variable. 1998-06-24 MORIOKA Tomohiko * mime-ja.sgml: Modify for FLIM 1.6. * mime.el (mime-fetch-field): New function; abolish `mime-entity-fetch-field'. (mime-read-field): New function; abolish `mime-entity-read-field'. 1998-06-23 MORIOKA Tomohiko * mime-ja.sgml, mime-ja.texi: New files. 1998-06-22 Shuhei KOBAYASHI * mime-parse.el (mime-parse-message): Would error if empty body. 1998-06-22 MORIOKA Tomohiko * FLIM: Version 1.5.0 (Mukaijima) was released. 1998-06-21 MORIOKA Tomohiko * README.en (What's FLIM): Modify for mime.el. * FLIM-ELS (flim-modules): Add `mime'. * mime-lib.el: Move every definitions to mime.el. * mime.el: New module (renamed from mime-lib.el). 1998-06-21 MORIOKA Tomohiko * mime-lib.el: Add autoload setting for eword-encode.el. * mime-lib.el (mime-entity-content): New function. 1998-06-20 MORIOKA Tomohiko * mel.el: Abolish constant `mel-version'. * mel.el (mime-string-decoding-method-alist): New variable. (mime-decode-string): New function. 1998-06-20 MORIOKA Tomohiko * mel-b.el (base64-external-decode-string): New function. (base64-decode-string): New function. 1998-06-20 MORIOKA Tomohiko * mel-q.el (quoted-printable-decode-string): New implementation. 1998-06-20 MORIOKA Tomohiko * mel-q.el (quoted-printable-internal-decode-region): New implementation. 1998-06-20 MORIOKA Tomohiko * mel-q.el (q-encoding-decode-string): Use `quoted-printable-hex-char-to-num'. * mel-q.el (quoted-printable-hex-char-to-num): New function. (quoted-printable-decode-string): Use `quoted-printable-hex-char-to-num'. 1998-06-19 MORIOKA Tomohiko * mime-def.el, mime-parse.el: Move `mime-message-structure' from mime-parse.el to mime-def.el. 1998-06-19 MORIOKA Tomohiko * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from mime-parse.el to mime-lib.el. * mime-lib.el: Add autoload setting for mime-parse.el. 1998-06-19 MORIOKA Tomohiko * mime-parse.el, mime-def.el: Move `mime-entity-point-min', `mime-entity-point-max', `mime-entity-media-type', `mime-entity-media-subtype', `mime-entity-parameters' and `mime-entity-type/subtype' from mime-parse.el to mime-def.el. * mime-parse.el, mime-def.el: Move `mime-content-disposition' reference functions from mime-parse.el to mime-def.el. * mime-parse.el, mime-def.el: Move structure `mime-content-type' from mime-parse.el to mime-def.el. 1998-06-19 MORIOKA Tomohiko * mel-b.el (base64-internal-decode-string): Renamed from `base64-decode-string'. (base64-decode-string): New alias for `base64-internal-decode-string'. 1998-06-19 MORIOKA Tomohiko * mel-b.el (base64-decode-unit): New function; abolish `base64-decode-1'. (base64-decode-string): New implementation. (base64-internal-decode-region): New implementation. 1998-06-19 MORIOKA Tomohiko * mime-parse.el (mime-message-structure): New variable. (mime-parse-buffer): New function. 1998-06-19 Shuhei KOBAYASHI * mime-def.el: Require 'cl when it is compiled. * mime-lib.el (mime-entity-read-field): Fix typo. Use `eword-decode-ignored-field-list'. * mime-parse.el (mime-parse-multipart): Fix typo. (mime-parse-message): Parse message/external-body. 1998-06-19 MORIOKA Tomohiko * FLIM: Version 1.4.1 (Momoyama-Gory-Dòmae)-A was released. 1998-06-18 MORIOKA Tomohiko * eword-decode.el (mime-insert-decoded-header): Fix typo. 1998-06-18 MORIOKA Tomohiko * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released. 1998-06-18 MORIOKA Tomohiko * README.en (What's FLIM): Add description about mime-lib.el and mime-parse.el. 1998-06-17 MORIOKA Tomohiko * mime-parse.el: Require 'cl when it is compiled. * eword-decode.el (eword-visible-field-p): New function. (mime-insert-decoded-header): Use `eword-visible-field-p'. 1998-06-17 MORIOKA Tomohiko * mime-def.el (mime-library-version-string): Renamed from `mime-spadework-module-version-string'. * mime-parse.el: New file; moved from SEMI layer. * FLIM-ELS (flim-modules): Add `mime-parse'. 1998-06-17 MORIOKA Tomohiko * FLIM-ELS (flim-modules): Add `mime-lib'. * mime-lib.el: New module. * mime-def.el (mime-entity): Add new slots for original-header and parsed-header. (mime-entity-set-original-header): New function. (mime-entity-set-parsed-header): New function. 1998-06-16 MORIOKA Tomohiko * mime-def.el (mime-entity-number): New function (moved from SEMI layer). 1998-06-16 MORIOKA Tomohiko * mime-def.el: Move definition of structure `mime-entity' from SEMI layer. 1998-06-16 MORIOKA Tomohiko * eword-decode.el (eword-decode-ignored-field-list): Capitalize default value. (eword-decode-structured-field-list): Capitalize default value. (eword-decode-header): Regularize field name by `capitalize'. (mime-insert-decoded-header): New function. 1998-06-15 MORIOKA Tomohiko * mailcap.el (mailcap-file): Use `defcustom'. 1998-06-01 MORIOKA Tomohiko * FLIM: Version 1.3.0 (Fushimi) was released. 1998-05-28 MORIOKA Tomohiko * std11.el (std11-fetch-field): New function. (std11-field-body): Use 'std11-fetch-field. 1998-05-28 MORIOKA Tomohiko * mime-def.el (regexp-*): New function (moved from mime-parse.el of SEMI (REMI)). (regexp-or): New function (moved from mime-parse.el of SEMI (REMI)). (std11-quoted-pair-regexp): New constant (moved from mime-parse.el of SEMI (REMI)). (std11-non-qtext-char-list): New constant (copied from std11.el). (std11-qtext-regexp): New constant (moved from mime-parse.el of SEMI (REMI)). (std11-quoted-string-regexp): New constant (moved from mime-parse.el of SEMI (REMI)). 1998-05-17 MORIOKA Tomohiko * FLIM: Version 1.2.2 (Takeda) was released. * FLIM-VERSION: New file. 1998-05-15 MORIOKA Tomohiko * mel-q.el (quoted-printable-internal-encode-region): Use 'looking-at-as-unibyte instead of local binding for enable-multibyte-characters. 1998-05-09 MORIOKA Tomohiko * FLIM: Version 1.2.1 (Kamitobaguchi) was released. 1998-05-09 MORIOKA Tomohiko * mel-q.el (quoted-printable-internal-decode-region): Use 'string-as-multibyte to avoid problem in Emacs 20.3. 1998-05-08 Katsumi Yamaoka * mel-u.el: Use mime-temp-directory instead of TMP. 1998-05-06 MORIOKA Tomohiko * FLIM: Version 1.2.0 (J-Dþjò)-A was released. * README.en (What's FLIM): Delete description about std11-parse.el; add description about mailcap.el. 1998-05-06 MORIOKA Tomohiko * eword-decode.el (eword-decode-encoded-word-error-handler): New variable. (eword-decode-encoded-word-default-error-handler): New function. (eword-decode-encoded-word): Use 'eword-decode-encoded-word-error-handler. 1998-05-06 MORIOKA Tomohiko * mailcap.el: Require 'mime-def. * mime-def.el (mime-type/subtype-string): New function (moved from semi/mime-parse.el). 1998-05-06 MORIOKA Tomohiko * std11-parse.el: Abolish std11-parse.el. * FLIM-ELS (flim-modules): Abolish 'std11-parse. * eword-decode.el: Require 'std11 instead of 'std11-parse. * std11.el: Merge std11-parse.el. 1998-05-06 MORIOKA Tomohiko * mime-def.el (mime-temp-directory): Use 'defcustom. * mel-u.el: Require 'mime-def instead of 'mel. * mime-def.el (mime-temp-directory): New variable (moved from mel.el). * mel.el: Move definition of 'mime-temp-directory to mime-def.el. 1998-05-06 MORIOKA Tomohiko * mailcap.el (mailcap-format-command): New function. * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character again. 1998-05-05 MORIOKA Tomohiko * FLIM: Version 1.1.0 (T-Dòji)-A was released. 1998-05-04 MORIOKA Tomohiko * mime-def.el (quoted-printable-hex-chars): New constant. (quoted-printable-octet-regexp): New constant. * mel-q.el, eword-decode.el: Move definition of constant 'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to mime-def.el. 1998-05-03 MORIOKA Tomohiko * mailcap.el (mailcap-look-at-mtext): Strip quoted character. 1998-05-03 MORIOKA Tomohiko * mailcap.el (mailcap-look-at-mtext): Fix typo. 1998-05-03 MORIOKA Tomohiko * FLIM-ELS (flim-modules): Add mailcap. * mailcap.el: New file (copied from SEMI). 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-17 MORIOKA Tomohiko * FLIM: Version 1.0.1 (Ky-Dòto)-A was released. * mime-def.el (mime-spadework-module-version-string): New constant. * eword-encode.el: Abolish constant 'eword-encode-version. * eword-decode.el: Abolish constant 'eword-decode-version. 1998-04-17 MORIOKA Tomohiko * eword-encode.el (eword-encode-divide-into-charset-words): Use 'char-length or 'char-next-index instead of 'char-bytes. (tm-eword::encode-string-1): Use 'char-next-index instead of 'char-bytes. 1998-04-17 MORIOKA Tomohiko * mel.el (base64-dl-module): Must check base64.so actually exists. 1998-04-13 MORIOKA Tomohiko * FLIM: Version 1.0.0 was released. * README.en: Modify for FLIM. * ChangeLog: New file. 1998-04-13 MORIOKA Tomohiko * FLIM-CFG, FLIM-ELS, FLIM-MK: New files. * Makefile: Modify for FLIM. 1998-04-10 MORIOKA Tomohiko * Makefile: New file. * mime-def.el, std11-parse.el, std11.el, eword-decode.el, eword-encode.el: Copied from MEL, SEMI (mime-def.el eword-decode.el eword-encode.el) and APEL (std11-parse.el std11.el).