update.
[elisp/flim.git] / ChangeLog
index 9cb3f79..a495f19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,121 @@
+1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * 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  <morioka@jaist.ac.jp>
+
+       * 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  <morioka@jaist.ac.jp>
+
+       * mel-b.el (base64-internal-decode-string): Renamed from
+       `base64-internal-decode-string'.
+       (base64-decode-string): New alias for
+       `base64-internal-decode-string'.
+
+1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * 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  <morioka@jaist.ac.jp>
+
+       * mime-parse.el (mime-message-structure): New variable.
+       (mime-parse-buffer): New function.
+
+1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * 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.
+
+\f
+1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
+
+1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * eword-decode.el (mime-insert-decoded-header): Fix typo.
+
+\f
+1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
+
+1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * README.en (What's FLIM): Add description about mime-lib.el and
+       mime-parse.el.
+
+1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * 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  <morioka@jaist.ac.jp>
+
+       * 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  <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.