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ò) was released.-A * 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) was released.-A 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) was released.-A * 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).