(mime-entity-fetch-field): Fixed.
[elisp/flim.git] / ChangeLog
index b9537db..01f3b55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,132 @@
+1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * 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  <morioka@jaist.ac.jp>
+
+       * mime-def.el (mime-entity-number): New function (moved from SEMI
+       layer).
+
+1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-def.el: Move definition of structure `mime-entity' from
+       SEMI layer.
+
+1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * 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  <morioka@jaist.ac.jp>
+
+       * mailcap.el (mailcap-file): Use `defcustom'.
+
+\f
+1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.3.0 (Fushimi) was released.
+
+1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11.el (std11-fetch-field): New function.
+       (std11-field-body): Use 'std11-fetch-field.
+
+1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * 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)).
+
+\f
+1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.2.2 (Takeda) was released.
+
+       * FLIM-VERSION: New file.
+
+1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-q.el (quoted-printable-internal-encode-region): Use
+       'looking-at-as-unibyte instead of local binding for
+       enable-multibyte-characters.
+
+\f
+1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
+
+1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel-q.el (quoted-printable-internal-decode-region): Use
+       'string-as-multibyte to avoid problem in Emacs 20.3.
+
+1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mel-u.el: Use mime-temp-directory instead of TMP.
+
+\f
+1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
+
+       * README.en (What's FLIM): Delete description about
+       std11-parse.el; add description about mailcap.el.
+
+1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * 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  <morioka@jaist.ac.jp>
+
+       * 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  <morioka@jaist.ac.jp>
+
+       * 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  <morioka@jaist.ac.jp>
+
+       * 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  <morioka@jaist.ac.jp>
 
        * mailcap.el (mailcap-format-command): New function.