1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>

	* FLIM: Version 1.12.7 (Y-Dzaki)-A released.

1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>

	* mime-en.sgml (Network representation of header): Translate.

1999-05-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>

	* mel-b-el.el (pack-sequence): Eliminate local variable `i'.
	(base64-encode-1): Avoid concat.
	(base64-encode-string): Fixed last change; extra padding.

1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>

	* smtpmail.el (smtpmail-default-smtp-server): Define obsolete
	variable alias for XEmacs.
	(smtpmail-smtp-server): Likewise.
	(smtpmail-smtp-service): Likewise.
	(smtpmail-local-domain): Likewise.
	(smtpmail-debug-info): Likewise.
	(smtpmail-send-it): Check function `expand-mail-aliases' is
	defined.

1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>

	* smtp.el (smtp-debug-info): Now a user option.

1999-05-25  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>

	* README.ja: Modify URL and required version of APEL.

1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>

	* mel-b-ccl.el (base64-encode-string): New alias.
	(base64-encode-region): Ditto.
	(base64-decode-string): Ditto.
	(base64-decode-region): Ditto.

1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>

	* mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5.

1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>

	* eword-encode.el (ew-space-process): Renamed from
	`tm-eword::space-process'.

1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>

	* eword-encode.el (tm-eword::space-process): Don't concatenate
	`special's.
	(ew-encode-rword-1): Renamed from `tm-eword::encode-string-1'; add
	new optional argument `must-output'; return nil if it can't encode
	literally.
	(eword-encode-rword-list): Fold SPACE or TAB in the encoded string
	if `ew-encode-rword-1' can't encode literally and it is possible
	to encode the rest literally with the folding.
	(eword-encode-phrase-to-rword-list): Add `special' flag to
	brackets of comments.

1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>

	* smtpmail.el: Require 'poe and 'pcustom.

1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>

	* mel.el: Update header.
	Require 'path-util and don't require 'poem.
	(mel-use-module): Eliminate local variable `encoding'.
	(mime-insert-encoded-file for mel-b-builtin):
	Use built-in `interactive' spec.
	(encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
	(mime-encode-region): Capitalize prompt string.
	(mime-decode-region): Ditto.
	(mime-insert-encoded-file): Ditto.
	(mime-write-decoded-region): Ditto.

	* mel-b-ccl.el: Update header.
	(base64-ccl-encode-region): Use read-only `interactive' spec.
	(base64-ccl-decode-region): Ditto.
	(base64-ccl-insert-encoded-file): Use built-in `interactive' spec.
	(base64-ccl-write-decoded-region): Ditto.
	(encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".

	* mel-b-dl.el: Update header.
	Don't require 'poe; it is required implicitly via 'mime-def.
	(base64-dl-handle): Chech whether `base64-dl-module' is string.
	Defalias `base64-encode-string' and `base64-decode-string' just
	after `dynamic-call'ing "emacs_base64_init".
	(base64-encode-region): Use read-only `interactive' spec.
	Use `base64-encode-string'.
	Changed order of evaluation to "encode, delete, then insert".
	(base64-decode-region): Renamed from `decode-base64-region'.
	Use read-only `interactive' spec.
	Use `base64-decode-string'.
	Changed order of evaluation to "decode, delete, then insert".
	(mime-encode-string): Use `base64-encode-string'.
	(mime-decode-string): Use `base64-decode-string'.
	(mime-decode-region): Use `base64-decode-region'.
	(encoded-text-encode-string): Use `base64-encode-string'.
	(encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
	(mime-insert-encoded-file): Use built-in `interactive' spec.
	(mime-write-decoded-region in comment): Ditto.

	* mel-b-el.el: Update header.
	Don't require 'poe; it is required implicitly via 'mime-def.
	(pack-sequence): Moved to top of the function definitions.
	(base64-encode-string): Calculate padding first.
	(base64-internal-encode-region): Changed order of evaluation to
	"encode, delete, then insert".
	(base64-internal-decode-string): Changed order of evaluation to
	"decode, delete, then insert".
	(base64-encode-region): Use read-only `interactive' spec.
	(base64-decode-region): Ditto.
	(base64-decode-string): Not interactive.
	(encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
	(base64-insert-encoded-file): Use built-in `interactive' spec.
	(base64-write-decoded-region): Ditto.

	* mel-g.el: Update header.
	Require 'mime-def instead of 'poem and 'mel.
	(mime-insert-encoded-file): Use built-in `interactive' spec.
	(mime-write-decoded-region): Ditto.

	* mel-q-ccl.el: Update header.
	(quoted-printable-ccl-encode-region):
	Use read-only `interactive' spec.
	(quoted-printable-ccl-decode-region): Ditto.
	(quoted-printable-ccl-insert-encoded-file):
	Use built-in `interactive' spec.
	(quoted-printable-ccl-write-decoded-region): Ditto.
	(encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".

	* mel-q.el: Update header.
	Require 'path-util instead of 'emu.
	(quoted-printable-internal-encode-region): Rewrite without regexp.
	(quoted-printable-internal-decode-region): Ditto.
	(quoted-printable-encode-region): Use read-only `interactive' spec.
	(quoted-printable-decode-region): Ditto.
	(mime-insert-encoded-file): Use built-in `interactive' spec.
	(mime-write-decoded-region): Ditto.
	(encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".

	* mel-u.el: Update header.
	Require 'path-util instead of 'emu.
	(mime-insert-encoded-file): Use built-in `interactive' spec.
	(mime-write-decoded-region): Ditto.

1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>

	* mime-def.el: Require 'poe, 'poem, and 'pcustom.
	(mime): Declare `default-mime-charset' as an initial member.

	* mime-parse.el: Don't require 'cl at compile-time.

	* mailcap.el (mailcap-look-at-qchar): Use `char-after'.

	* std11.el: Require 'poe, 'poem, and 'pcustom.

	* smtp.el: Update header.
	Require 'poe, 'poem, and 'pcustom.
	Require 'cl at compile-time.

1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>

	* README.en (Installation): Modify URL and required version of
	APEL.

	* eword-encode.el (ew-find-charset-rule): Renamed from
	`tm-eword::find-charset-rule'; use
	`find-mime-charset-by-charsets'.


1999-05-11  MORIOKA Tomohiko  <tomo@m17n.org>

	* FLIM: Version 1.12.6 (Family-K-Denmae)-A released.

1999-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>

	* mel-b-ccl.el (TopLevel): Suppress warning.
	mel-q-ccl.el (TopLevel): Ditto.
	mime.el (TopLevel): Ditto.

1999-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>

	* eword-decode.el (eword-encoded-word-regexp): Accept "b" and "q"
	for "encoding".

	* mime-def.el (std11-qtext-regexp): Don't use `string'.
	(mime-tspecial-char-list): Eval at compile time.

1999-04-22  Katsumi Yamaoka   <yamaoka@jpl.org>

	* mime.el: Delete autoload setting for `eword-encode-field'.

1999-04-22  MORIOKA Tomohiko  <tomo@etl.go.jp>

	* eword-encode.el: Require `poem' instead of `emu'.
	Don't use `cl' for `caar'.

1999-04-09  Katsumi Yamaoka   <yamaoka@jpl.org>

	* smtp.el (smtp-via-smtp): Funcall `smtp-server' if it is a
	function.
	(smtp-server): Make it can also be a function called from
	`smtp-via-smtp' with arguments SENDER and RECIPIENTS.

1999-04-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>

	* FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR.

1999-03-29  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>

	* mime.el (mime-read-field): Correct argument of
	`mime-decode-field-body'; 'native -> 'plain.

1999-03-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>

	* eword-encode.el (TopLevel): Require 'cl when compiling.
	(eword-encode-rword-list): Suppress insertion of extra spaces.
	(eword-encode-msg-id-to-rword-list): Treat surrounding angle
	brackets atomically.
	([tm-ja:4244] by Kazuhiro Ohta <ohta@ele.cst.nihon-u.ac.jp>)

1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-charset-encoding-alist): Add `tis-620'.

1999-03-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel.el (mime-decode-string): Return STRING if return value of
 	`(mel-find-function 'mime-decode-string encoding)' is nil.

1999-02-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-def.el (mel-define-service): Change size of obarray to 7.

1999-02-01  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>

	* mime-ja.sgml: Tranlate all untranslated parts.


1999-01-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.12.5 (Hirahata) released.

	* mime-ja.sgml, mime-en.sgml: Sync with FLIM API 1.12.

1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* NEWS (New optional argument of `std11-field-end'): New
	subsection.

	* std11.el (std11-field-end): Add new optional argument `bound'.


1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.12.4 (Tsutsui) released.

1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* README.en: Sync with latest FLIM.

	* README.ja: fixed.

1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mmbuffer.el, mmgeneric.el (insert-entity-content): New method.

	* mime.el (mime-insert-entity-content): New generic function.

1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* NEWS (New function `mime-find-entity-from-content-id'): New
	subsection.
	(New function `mime-parse-msg-id'): New subsection.
	(New function `mime-uri-parse-cid'): New subsection.

1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime.el (mime-find-entity-from-content-id): New function.
	(mime-field-parser-alist): Use `mime-parse-msg-id' instead of
	`std11-parse-msg-id' to parse `Message-Id', `Recent-Message-Id'
	and `Content-Id' field.

	* mime-parse.el (mime-parse-msg-id): New function.
	(mime-uri-parse-cid): New function.


1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.12.3 (Kintetsu-K-Driyama)-A released.

1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* NEWS (Function `std11-parse-in-reply-to'): New subsection.
	(New function `std11-parse-msg-id-string'): Likewise.
	(New function `std11-parse-msg-ids-string'): Likewise.
	(New generic function `mime-insert-entity'): Likewise.

1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime.el (mime-field-parser-alist): Change to set parser for
	tokens instead of parser for string.
	(mime-read-field): Use `eword-lexical-analyze' before parsing.

	* eword-encode.el (eword-encode-in-reply-to): Use
	`std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to'
	and `std11-lexical-analyze'.

	* std11.el (std11-parse-msg-ids): Renamed from
	`std11-parse-in-reply-to'; define `std11-parse-in-reply-to' as
	obsolete alias.
	(std11-parse-msg-id-string): New function.
	(std11-parse-msg-ids-string): New function.

1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime.el (mime-field-parser-alist): New variable.
	(mime-read-field): Refer `mime-field-parser-alist'.

1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mmbuffer.el, mmgeneric.el (insert-entity): New method.

	* mime.el (mime-insert-entity): New generic function.

1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>

	* std11.el (TopLevel): Require `custom'.


1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.12.2 (Kuj-D)-A released.

1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-parse.el (mime-lexical-analyzer): New user option.
	(mime-analyze-tspecial): New function.
	(mime-analyze-token): New function.
	(mime-parse-Content-Transfer-Encoding): Use
	`std11-lexical-analyze' with `mime-lexical-analyzer'.

	* mime-def.el (mime-tspecial-char-list): Renamed from
	`mime-tspecials'; changed from string to list.
	(mime-token-regexp): Use `eval-when-compile'.

1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-decode.el (eword-lexical-analyzer): Modify DOC-string
	about interface change.
	(eword-analyze-comment): Renamed from `eword-parse-comment';
	change second argument `from' to required argument; abolish alias
	`eword-analyze-comment' of `eword-parse-comment'.

1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* NEWS (User option `eword-lexical-analyzers' ->
	`eword-lexical-analyzer'): New subsection.

	* eword-decode.el (eword-lexical-analyzer): Renamed from user
	option `eword-lexical-analyzers'.

1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* NEWS (New user option `std11-lexical-analyzer'): New subsection.

	* std11.el (std11-lexical-analyzer): Renamed from user option
	`std11-lexical-analyzers'.

1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* std11.el (std11-lexical-analyze): Change interface to add new
	optional argument `analyzers'.

1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* std11.el (std11-lexical-analyzers): New user option.
	(std11-lexical-analyze): New implementation; refer
	`std11-lexical-analyzers'.

1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* NEWS (Change interface of lexical-analyzers): New subsection.

1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-decode.el (eword-encoded-word-regexp): Must define when
	this module is compiled.
	(eword-decode-structured-field-body): Add new optional argument
	`start'.
	(eword-decode-and-unfold-structured-field-body): Likewise.
	(eword-decode-and-fold-structured-field-body): Likewise.
	(eword-analyze-quoted-string): Add new argument `start'; return
	`(<parsed result> . <end position>)' instead of `(<parsed result>
	. <rest string>)'.
	(std11-analyze-domain-literal): Likewise.
	(eword-analyze-domain-literal): Likewise.
	(eword-analyze-comment): Changed to alias of
	`eword-parse-comment'.
	(eword-analyze-spaces): Add new argument `start'; return `(<parsed
	result> . <end position>)' instead of `(<parsed result> . <rest
	string>)'.
	(std11-analyze-domain-literal): Likewise.
	(eword-analyze-special): Likewise.
	(eword-analyze-encoded-word): Likewise.
	(eword-analyze-atom): Likewise.
	(eword-lexical-analyze-internal): Add new argument `start'.
	(eword-lexical-analyze): Change interface to add new optional
	argument `start'.
	(eword-extract-address-components): Add new optional argument
	`start'.

	* std11.el (std11-atom-regexp): Modify to match non-top atom.
	(std11-analyze-spaces): Add new argument `start'; return `(<parsed
	result> . <end position>)' instead of `(<parsed result> . <rest
	string>)'.
	(std11-analyze-special): Likewise.
	(std11-analyze-atom): Likewise.
	(std11-analyze-quoted-string): Likewise.
	(std11-analyze-domain-literal): Likewise.
	(std11-analyze-comment): Likewise.
	(std11-lexical-analyze): Add new optional argument `start'.

1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* std11.el (std11-fetch-field): Add autoload cookie.
	(std11-narrow-to-header): Likewise.
	(std11-field-body): Likewise.
	(std11-unfold-string): Likewise.
	(std11-lexical-analyze): Add DOC-string; add autoload cookie.

	* std11.el (std11-space-char-list): Renamed from
	`std11-space-chars'; changed from string to list.

1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* std11.el (std11-fetch-field): Don't define as inline function.
	(std11-field-body): Enclose `std11-narrow-to-header' and
	`std11-fetch-field' by `inline'.

1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* std11.el (std11-special-char-list): Evaluate when it is
	compiled.
	(std11-atom-regexp): Use `eval-when-compile'.

1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* std11.el (std11-space-chars): Must evaluate when it is compiled.
	(std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
	constant `std11-spaces-regexp'.

	* mime-parse.el (mime-disposition-type-regexp): Must evaluate when
	it is compiled.

	* mime-parse.el: Don't require emu.

	* mime-parse.el (mime-parse-Content-Disposition): Use
	`eval-when-compile'.

	* mime-parse.el (mime-parse-Content-Transfer-Encoding): New
	implementation.

1998-12-22  Katsumi Yamaoka <yamaoka@jpl.org>

	* README.en (Installation): Modify for APEL 9.12.
	* README.ja (Installation): Likewise.

1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>

	* mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
	`insert-file-contents-as-coding-system' with CODING-SYSTEM as the
	1st arg.
	* mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
	Likewise.

	* mel-b-ccl.el (base64-ccl-write-decoded-region): Call
	`write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
	* mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
	Likewise.

1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>

	* mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
	`insert-file-contents-as-coding-system' (renamed from
	`insert-file-contents-as-specified-coding-system').
	* mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
	Likewise.

	* mel-b-ccl.el (base64-ccl-write-decoded-region): Use
	`write-region-as-coding-system' (renamed from
	`write-region-as-specified-coding-system').
	* mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
	Likewise.

1998-12-08  Katsumi Yamaoka <yamaoka@jpl.org>

	* smtp.el (smtp-coding-system): Abolished.
	(smtp-via-smtp): Use `open-network-stream-as-binary' instead of
	`open-network-stream'.

1998-12-04  Katsumi Yamaoka <yamaoka@jpl.org>

	* mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
	`insert-file-contents-as-specified-coding-system' instead of
	`insert-file-contents'.
	* mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
	Likewise.

	* mel-b-ccl.el (base64-ccl-write-decoded-region): Use
	`write-region-as-specified-coding-system' instead of
	`write-region'.
	* mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
	Likewise.


1998-12-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.12.1 (Nishinoky-D)-A released.

1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* smtpmail.el (smtpmail-send-it): Add autoload cookie; use
	`smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
	change of `smtp-via-smtp'.
	(smtpmail-do-bcc): New function (moved and renamed from
	`smtp-do-bcc' of smtp.el).

1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>

	* lisp/smtp.el: Do not insert empty line at the end of message.

1998-06-18  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>

	* lisp/smtp.el (smtp-use-8bitmime): New variable.
	(smtp-debug-info): Internal variable, now.
	(smtp-make-fqdn): Renamed from `smtp-fqdn'.
	(smtp-via-smtp): New implementation.
	(smtp-send-command): Treat "PASS" as usual.
	(smtp-do-bcc): Removed.

1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* smtpmail.el: New module (copied from Semi-gnus 6.8).

	* smtp.el: New module (copied from Semi-gnus 6.8).

	* FLIM-ELS: Add smtp.el and smtpmail.el.

1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-def.el: Abolish function `eliminate-top-spaces' because it
	is not used in FLIM.

1998-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
	problem in `eword-encode-addresses-to-rword-list'.

1998-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* std11.el (std11-full-name-string): fixed.

	* std11.el (std11-comment-value-to-string): fixed.

1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* NEWS (Changes in FLIM 1.12): New section.

1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* std11.el (std11-comment-value-to-string): New function.
	(std11-full-name-string): Use `std11-comment-value-to-string'.

	* eword-decode.el (eword-parse-comment): New function.
	(eword-analyze-comment): New implementation; use
	`eword-parse-comment'; change representation.
	(eword-decode-token): Modify for representation change of comment.


1998-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.12.0 (Amagatsuji) was released.

1998-11-14  Tanaka Akira  <akr@jaist.ac.jp>

	* mel-b-ccl.el (ccl-cascading-read): Check consistency.

1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-decode.el (eword-decode-structured-field-body): Abolish
	non-used local variable.

1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>

	* mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
	select implementation.

1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>

	* mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround
	for mule-2.3@19.34.

1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>

	* mel.el (mel-b-builtin): New variable.

1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>

	* FLIM-ELS: require 'pccl.
	(flim-modules): Check CCL availability by broken facility.

1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-decode.el (eword-decode-structured-field-body): New
	implementation; abolish optional argument `must-unfold'; delete
	DOC-string.
	(eword-decode-and-unfold-structured-field-body): Renamed from
	`eword-decode-and-unfold-structured-field'; delete DOC-string.
	(eword-decode-and-fold-structured-field-body): Renamed from
	`eword-decode-and-fold-structured-field'; abolish optional
	argument `must-unfold'; delete DOC-string.
	(eword-decode-unstructured-field-body): Abolish optional argument
	`must-unfold'; delete DOC-string.
	(eword-decode-and-unfold-unstructured-field-body): Renamed from
	`eword-decode-and-unfold-unstructured-field'; delete DOC-string.
	(eword-decode-unfolded-unstructured-field-body): New function.

1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mmgeneric.el (mime-insert-header-from-buffer): Use
	`mime-find-field-presentation-method' and
	`mime-find-field-decoder-internal'.

	* eword-decode.el (mime-find-field-presentation-method): New
	macro.
	(mime-find-field-decoder-internal): New function.
	(mime-find-field-decoder): New implementation (use
	mime-find-field-decoder-internal).
	(mime-decode-header-in-region): Use
	`mime-find-field-presentation-method' and
	`mime-find-field-decoder-internal'.

1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mmgeneric.el (mime-insert-header-from-buffer): Rename
	field-presentation-mode `folding' to `wide'.

	* eword-decode.el: Rename field-presentation-modes from `native',
	`folding', `unfolding', `unfolding-xover' to `plain', `wide',
	`summary', `nov'.

1998-11-07  Tanaka Akira  <akr@jaist.ac.jp>

	* eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
	(mime-find-field-decoder): Ditto.

1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
	Don't delete the front spaces.
	(eword-encode-addresses-to-rword-list): Don't supplement space;
	use `nconc' instead of `append'.
	(eword-encode-msg-id-to-rword-list): Supplement the front space;
	use `nconc' instead of `append'.

1998-11-02  Tanaka Akira  <akr@jaist.ac.jp>

	* eword-decode.el (mime-field-decoder-cache): New variable.
	(mime-find-field-decoder): Use `mime-field-decoder-cache'.
	(mime-update-field-decoder-cache): New variable.
	(mime-update-field-decoder-cache): New function.
	(mime-decode-header-in-region): Use `mime-field-decoder-cache'.

	* mmgeneric.el (mime-insert-header-from-buffer): Use
	`mime-field-decoder-cache'.

1998-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-decode.el (mime-decode-header-in-region): New function.
	(mime-decode-header-in-buffer): Use function
	`mime-decode-header-in-region'.

1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mmgeneric.el (mime-insert-header-from-buffer): Refer
	`mime-field-decoder-alist' instead of hard-coding.

	* mime.el (mime-read-field): Use `mime-decode-field-body'.

	* eword-decode.el (eword-decode-and-unfold-structured-field): Add
	optional dummy argument `start-column' and `max-column'.
	(eword-decode-structured-field-body): Change interface.
	(eword-decode-unstructured-field-body): Change interface to add
	optional dummy argument `start-column' and `max-column'.
	(eword-decode-and-unfold-unstructured-field): Add optional dummy
	argument `start-column' and `max-column'.
	(mime-field-decoder-alist): New variable; abolish user option
	`eword-decode-ignored-field-list' and
	`eword-decode-structured-field-list'.
	(mime-set-field-decoder): New function.
	(mime-find-field-decoder): New function.
	(mime-decode-field-body): New function; abolish function
	`eword-decode-field-body'.
	(mime-decode-header-in-buffer): Renamed from
	`eword-decode-header'; refer `mime-field-decoder-alist' instead of
	hard-coding; add obsolete alias `eword-decode-header'.

1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-def.el: Avoid compile error when edebug is missing.


1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.11.3 (Saidaiji) was released.

1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* VERSION: New file (Renamed from FLIM-VERSION).

1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-encode-char-type): Return nil for ?\n.

1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>

	* eword-encode.el (eword-encode-field-body): Unfold `field-body'.

1998-10-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>

	* README.ja: Update.


1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.11.2 (Heij-D)-A was released.

	* NEWS (Abolish variable `mime-temp-directory'): New subsection.

	* README.en (Installation): Modify for APEL 9.6.

1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-encode-field-body): Don't eliminate
	top-spaces.

1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.

1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>

	* eword-decode.el (eword-decode-field-body): Refine implementation.

1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>

	* mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
	into mel-b-ccl.el and mel-q-ccl.el.

1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>

	* mel.el (base64-encoded-length): New implementation.

1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>

	* eword-decode.el (eword-decode-field-body): New function.

1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-encode-field-body): Change interface.
	(eword-encode-header): Use `eword-encode-field-body'; abolish
	function `eword-encode-field'.

1998-10-25  Tanaka Akira  <akr@jaist.ac.jp>

	* eword-encode.el (eword-encode-field-body): New function.
	(eword-encode-field): Use `eword-encode-field-body'.

1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.

1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-u.el (uuencode-external-decode-region): Use
	`temporary-file-directory' instead of `mime-temp-directory'.
	(mime-write-decoded-region): Likewise.

	* mime-def.el: Abolish variable `mime-temp-directory'.

1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mmgeneric.el (mime-insert-header-from-buffer): New function.
	(insert-header): Use `mime-insert-header-from-buffer'.

1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
	builtin base64 encoder/decoder.

	* mel.el: Set up builtin base64 encoder/decoder if they are
	available.

	* mime-def.el (base64-dl-module): Set nil as initial value if the
	running emacs has builtin base64 encoder/decoder.

	* mel-b.el: Require `poe' instead of `emu'.
	(base64-encode-string): Use `defun-maybe'.
	(base64-encode-region): Likewise.
	(base64-decode-region): Likewise.
	(base64-decode-string): Likewise.

	* mel-b-dl.el: Require `poe' instead of `emu'.


1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.11.1 (Takanohara) was released.

1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>

	* README.ja: New file.

1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-def.el: Require mcharset.

1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>

	* mel-u.el (mime-write-decoded-region): Fix typo.

	* mime-def.el: Enclose defining procedure for the constants
	`std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
	`std11-qtext-regexp' with `eval-and-compile'.

1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* NEWS (Behavior change of `mime-insert-header'): New subsection.

	* mmgeneric.el (insert-header): Include `:' in field-name.

1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
	use `char-list-to-string'.
	(std11-quoted-string-regexp): Use `eval-when-compile'.
	- Use `def-edebug-spec' to define edebug-form-spec of
	  mm-define-method; fix definition of edebug-form-spec of
	  mm-define-method.

1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
	description about `eword-field-encoding-method-alist'.

	* mime-en.sgml (Header encoder/decoder): Modify description about
	`eword-encode-header'.

	* mime-ja.sgml (Header encoder/decoder): Translate.

1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-en.sgml (entity formatting): Fix typo in description of
	`default-mime-charset'.

	* mime-en.sgml (Header encoder/decoder): Modify description of
	`eword-decode-header'.

	* mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.

	* mime-en.sgml (encoder/decoder): Translate description of
	`mime-decode-string'.

1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-en.sgml (Content-Disposition parser): Modify description.

	* mime-en.sgml (Content-Type parser): Modify description.

1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-en.sgml (Content-Transfer-Encoding parser): Translate.


1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.11.0 (Yamadagawa) was released.

1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-ja.sgml, mime-en.sgml (entity formatting): Add description
	about `mime-insert-text-content'.

1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
	`mime-insert-header' from `Entity-header'; move
	`default-mime-charset' from `custom'.

1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
	`mime-insert-decoded-header' was renamed to `mime-insert-header'.

1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* NEWS: New file.

1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime.el (mime-insert-header): Renamed from
	`mime-insert-decoded-header'; define `mime-insert-decoded-header'
	as an obsolete alias.

	* mmgeneric.el, mmcooked.el (insert-header): Renamed from
	`insert-decoded-header'.

	* README.en (Installation): Add required version of APEL.

1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-g.el: Require mel.

	* mel-g.el: Require poem instead of emu.

1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime.el (mime-insert-text-content): New generic function.

	* mmcooked.el, mmgeneric.el (insert-text-content): New method.

1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* std11.el (std11-unfold-string): New implementation.

1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mmgeneric.el: New module.

	* mmbuffer.el: Use `generic' as mother backend.

	* FLIM-ELS (flim-modules): Add mmgeneric.

1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-parse.el (mime-parse-message): Modify for
	`make-mime-entity-internal'.

	* mime-def.el (make-mime-entity-internal): Change interface to be
	able to specify original-header and parsed-header.

1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-decode.el (eword-decode-and-unfold-unstructured-field):
	New function.

1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime.el (mime-entity-content-type): New implementation.
	(mime-entity-content-disposition): New implementation.
	(mime-entity-encoding): New implementation.

	* mime.el (mime-fetch-field): Refer internal slots for Date,
	Message-Id and References fields.

	* mime-parse.el (mime-parse-message): Modify for
	`make-mime-entity-internal'.

	* mime-def.el: Change `mime-entity-*-internal' and
	`mime-entity-set-*-internal' to macro.
	(make-mime-entity-internal): Change interface and data format for
	NOV data; changed to macro.
	(mime-entity-set-location-internal): New macro.
	(mime-entity-decoded-subject-internal): New macro.
	(mime-entity-set-decoded-subject-internal): New macro.
	(mime-entity-decoded-from-internal): New macro.
	(mime-entity-set-decoded-from-internal): New macro.
	(mime-entity-date-internal): New macro.
	(mime-entity-set-date-internal): New macro.
	(mime-entity-message-id-internal): New macro.
	(mime-entity-set-message-id-internal): New macro.
	(mime-entity-references-internal): New macro.
	(mime-entity-set-references-internal): New macro.
	(mime-entity-chars-internal): New macro.
	(mime-entity-set-chars-internal): New macro.
	(mime-entity-lines-internal): New macro.
	(mime-entity-set-lines-internal): New macro.
	(mime-entity-xref-internal): New macro.
	(mime-entity-set-xref-internal): New macro.
	(mime-entity-original-header-internal): Modify for new structure;
	changed to macro.
	(mime-entity-set-original-header-internal): Likewise.
	(mime-entity-parsed-header-internal): Likewise.
	(mime-entity-set-parsed-header-internal): Likewise.
	(mime-entity-buffer-internal): Likewise.
	(mime-entity-set-buffer-internal): Likewise.
	(mime-entity-header-start-internal): Likewise.
	(mime-entity-set-header-start-internal): Likewise.
	(mime-entity-header-end-internal): Likewise.
	(mime-entity-set-header-end-internal): Likewise.
	(mime-entity-body-start-internal): Likewise.
	(mime-entity-set-body-start-internal): Likewise.
	(mime-entity-body-end-internal): Likewise.
	(mime-entity-set-body-end-internal): Likewise.


1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.10.5 (Kizugawadai) was released.

	* mel.el: Must require poem.


1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.10.4 (Shin-H-Dsono)-A was released.

1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>

	* README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.

	* Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
	(elc): Likewise.

	* FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.

	* FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.

1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel.el (mel-ccl-module): Require path-util when the running
	emacs has MULE.

	* mel.el: Don't require emu.

1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
	with MULE.


1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.10.3 (Komada) was released.

	* mel-ccl.el (base64-ccl-write-decoded-region): bind
	`jka-compr-compression-info-list' with nil.

	* mel-b.el (base64-internal-decoding-limit): Switch default value
	between XEmacs-mule and other emacsen.
	Abolish function `base64-decode-string!'.
	(base64-internal-decode-region): New implementation.
	(base64-insert-encoded-file): New function.
	(mime-insert-encoded-file): Use `base64-insert-encoded-file'.
	(base64-write-decoded-region): New function.
	(mime-write-decoded-region): Use `base64-write-decoded-region'.

	* mel-b-dl.el (decode-base64-region): Renamed from
	`base64-decode-region'.
	(mime-insert-encoded-file): Change temporary-buffer to unibyte
	representation.  Abolish method `mime-write-decoded-region'
	because it is slower than CCL based implementation.

1998-10-09  Tanaka Akira <akr@jaist.ac.jp>

	* mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
	facility instead of `ccl-execute-eof-block-on-encoding-some'.

1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-b.el (base64-characters): Enclose with `eval-and-compile'.

	* eword-decode.el (eword-encoded-text-regexp): Enclose with
	`eval-and-compile'.
	(eword-encoded-word-regexp): Use `eval-when-compile'.

1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-decode.el (eword-max-size-to-decode): New user option.
	(eword-decode-and-fold-structured-field): Do nothing if size of
	input is bigger than `eword-max-size-to-decode'.

1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-b.el (base64-numbers): Use `eval-when-compile'.

1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>

	* FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
	"custom" to load-path.

1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>

	* mime-def.el (mime-library-product): Enclose with
	`eval-and-compile'.

	* FLIM-CFG: Add "custom" to load-path.


1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.

	* mime-def.el, mel.el, mel-b-dl.el: Move variable
	`base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.

1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel.el (mel-ccl-module): New variable; use it to check mel-ccl
	is available.

	* FLIM-ELS: Don't install mel-ccl for anything older than MULE
	2.3.

1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-u.el: Use `mel-define-backend' to define "x-uue".
	Define "x-uuencode" as a clone of "x-uue".

	* Move variable `mel-encoding-module-alist' from mel.el to
	mime-def.el.

	* mel.el (mel-find-function): Use function
	`mel-find-function-from-obarray'.
	Use `mel-define-backend' to define "7bit", "8bit" and "binary";
	don't define methods of "8bit" and "binary"; inherit methods from
	"7bit".

	* mime-def.el (mel-service-list): New variable.
	(mel-define-service): New implementation.
	(mel-find-function-from-obarray): New inline function.
	(mel-copy-method): New inline function.
	(mel-copy-backend): New inline function.
	(mel-define-backend): New macro.

1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-u.el: Define method functions of mel.
	(mime-encode-region): Use `mel-define-method-function'; abolish
	`uuencode-encode-region'.
	(mime-decode-region): Use `mel-define-method-function'; abolish
	`uuencode-decode-region'.
	(mime-encode-string): New method.
	(mime-decode-string): New method.
	(mime-insert-encoded-file): Use `mel-define-method'; abolish
	`uuencode-insert-encoded-file'.
	(mime-write-decoded-region): Use `mel-define-method'; abolish
	`uuencode-write-decoded-region'.

1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-def.el (mel-define-service): Add DOC.
	(mel-define-method): Add DOC.
	(mel-define-method-function): Add DOC.

	* mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.


1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.10.1 (Miyamaki) was released.

1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-g.el: Define method functions of mel.
	(mime-encode-region): Use `mel-define-method-function'; abolish
	`gzip64-encode-region'.
	(mime-decode-region): Use `mel-define-method-function'; abolish
	`gzip64-decode-region'.
	(mime-encode-string): New method.
	(mime-decode-string): New method.
	(mime-insert-encoded-file): Use `mel-define-method'; abolish
	`gzip64-insert-encoded-file'.
	(mime-write-decoded-region): Use `mel-define-method'; abolish
	`gzip64-write-decoded-region'.

	* mime-def.el (mime-library-product): New variable; abolish
	`mime-library-version'.
	(mime-product-name): New macro.
	(mime-product-version): New macro.
	(mime-product-code-name): New macro.
	(mime-library-version): Renamed from
	`mime-library-version-string'; use `mime-library-product',
	`mime-product-name', `mime-product-version' and
	`mime-product-code-name'.

	* mime-def.el (mm-define-backend): Add DOC.
	(mm-define-method): Add DOC.

	* mel.el (mime-encoding-list): Modify DOC to add description about
	optional argument SERVICE.

1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-ja.sgml, mime-en.sgml (mm-backend module): Write
	description of `mm-define-backend' and `mm-define-method'.


1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.10.0 (K-Ddo)-A was released.

	* README.en (What's FLIM): Add mel-ccl.el.

1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>

	* mel-ccl.el:
	  - Require 'pccl instead of 'emu.
	  - Use `unless-broken' to check facility.

1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel.el (mime-encoding-list): New user option (renamed from
	`mime-content-transfer-encoding-list').
	(mime-encoding-list): New function.
	(mime-encoding-alist): New function.
	(mime-encode-region): Use `mime-encoding-alist' for completion.
	(mime-decode-region): Likewise.
	(mime-insert-encoded-file): Likewise.
	(mime-write-decoded-region): Likewise.

1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-decode.el (eword-decode-structured-field-list): Add
	Mail-Followup-To field.

1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-charset-encoding-alist): Add utf-8.

1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel.el (mime-content-transfer-encoding-list): New user option.
	(mime-encode-region): Use `mime-content-transfer-encoding-list'
	for completion.
	(mime-decode-region): Likewise.
	(mime-insert-encoded-file): Likewise.
	(mime-write-decoded-region): Likewise.

	* mel.el (mime-write-decoded-region): fix typo.

1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-def.el (mel-define-method-function): Don't override.

1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.

1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.

	* mel.el: - Rename mel-dl.el to mel-b-dl.el.
		  - Move `mel-define-service' to mime-def.el.

	* mime-def.el (mel-define-service): New macro (moved from mel.el);
	fixed problem in Emacs.
	(mel-define-method): Use `mel-define-service'.
	(mel-define-method-function): Use `mel-define-service'.

1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel.el (mime-encode-region): Don't regard nil encoding as
	"7bit".

1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-encode-text): Use
	`encoded-text-encode-string'.
	(tm-eword::encoded-word-length): `q-encoding-encoded-length' was
	renamed to `Q-encoded-text-length'.

	* eword-decode.el: Move `base64-token-regexp',
	`base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
	`eword-Q-encoded-text-regexp' to mime-def.el.
	(eword-decode-encoded-text): Use `encoded-text-decode-string'.

	* mel-q.el: Define method functions of mel.
	(mime-insert-encoded-file): Use `mel-define-method'; abolish
	`quoted-printable-insert-encoded-file'.
	(mime-write-decoded-region): Use `mel-define-method'; abolish
	`quoted-printable-write-decoded-region'.
	- Move `q-encoding-printable-char-p' and
	`q-encoding-encoded-length' to mel.el.

	* mel-b.el: Define method functions of mel.
	(mime-insert-encoded-file): Use `mel-define-method'; abolish
	`base64-insert-encoded-file'.
	(mime-write-decoded-region): Use `mel-define-method'; abolish
	`base64-write-decoded-region'.
	- Move `base64-encoded-length' to mel.el.

	* mel-dl.el (base64-encode-region): Define directly (abolish
	`base64-dl-encode-region').
	(base64-decode-region): Define directly (abolish
	`base64-dl-decode-region').  Define method functions of mel.
	(mime-insert-encoded-file): Use `mel-define-method'; abolish
	`base64-insert-encoded-file'; don't use external encoder.
	(mime-write-decoded-region): Use `mel-define-method'; abolish
	`base64-write-decoded-region'; don't use external decoder.
	- Move `base64-encoded-length' to mel.el.

	* mime.el: Move `mm-arglist-to-arguments' to mime-def.el.

	* mime-def.el (base64-token-regexp): New constant (moved from
	eword-decode.el).
	(base64-token-padding-regexp): Likewise.
	(B-encoded-text-regexp): New constant (moved from eword-decode.el,
	and renamed from `eword-B-encoded-text-regexp').
	(Q-encoded-text-regexp): New constant (moved from eword-decode.el,
	and renamed from `eword-Q-encoded-text-regexp'.
	(mm-arglist-to-arguments): New function (moved from mime.el).
	(mel-define-method): New macro.
	(mel-define-method-function): New macro.
	(mel-define-function): New macro.

	* mel.el (mel-encoding-module-alist): New variable.
	(mel-use-module): New function.
	(mel-find-function): New function.
	(mel-define-service): New macro.
	(mime-encode-region): Use `mel-find-function'; abolish variable
	`mime-encoding-method-alist'.
	(mime-decode-region): Use `mel-find-function'; abolish variable
	`mime-decoding-method-alist'.
	(mime-decode-string): Use `mel-find-function'; abolish variable
	`mime-string-decoding-method-alist'.
	(encoded-text-encode-string): New function.
	(encoded-text-decode-string): New function.
	(base64-encoded-length): New function (moved from mel-b.el and
	mel-dl.el).
	(Q-encoding-printable-char-p): New function (moved from mel-q.el,
	and renamed from `q-encoding-printable-char-p').
	(Q-encoded-text-length): New function (moved from mel-q.el, and
	renamed from `q-encoding-encoded-length').
	(mime-insert-encoded-file): Use `mel-find-function'; abolish
	variable `mime-file-encoding-method-alist'.
	(mime-write-decoded-region): Use `mel-find-function'; abolish
	variable `mime-file-decoding-method-alist'.

1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-b.el (base64-internal-encoding-limit): modify :type.
	(base64-internal-decoding-limit): Change initial value to 70000;
	modify :type.

	* mel-b.el (base64-decode-string!): Renamed from
	`base64-internal-decode-string!'.

1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-b.el (base64-characters): New constant.
	(base64-num-to-char): Use `base64-characters'.
	(base64-numbers): Use `base64-characters'.
	(base64-internal-decode): Modify calculation third byte.

	* mel-dl.el (base64-dl-encode-string): New alias.
	(base64-dl-decode-string): New alias.
	(base64-dl-encode-region): Renamed from `base64-encode-region';
	don't save-excursion and save-restriction.
	(base64-dl-decode-region): Renamed from `base64-decode-region';
	don't save-excursion and save-restriction; convert all at once.
	(base64-encode-region): New alias.
	(base64-decode-region): New alias.

	* mel-b.el (base64-internal-decode): New function.
	(base64-internal-decode-string): Use `base64-internal-decode'.
	(base64-internal-decode-string!): New function.
	(base64-internal-decode-region): Use
	`base64-internal-decode-string!' instead of
	`base64-internal-decode-string'.

1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>

	* mel-b.el (base64-numbers): Fix a position of 63.

1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-b.el (base64-numbers): New constant.
	(base64-char-to-num): New macro.
	(base64-internal-decode-string): Don't use memq.

1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-b.el (base64): New group.
	(base64-external-encoder): Now a user option.
	(base64-external-decoder): Now a user option.
	(base64-external-decoder-option-to-specify-file): Now a user
	option.
	(base64-internal-encoding-limit): Now a user option.
	(base64-internal-decoding-limit): Now a user option.

	* mel-b.el (base64-internal-decode-string): New implementation;
	abolish function `base64-decode-unit'.

1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* README.en (Installation): Fix typo.


1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.9.2 (Shin-Tanabe) was released.

	* README.en (Installation): Add `install as a XEmacs package'.

1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-en.sgml (Encoding Method): Translate.

1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-encode-msg-id-to-rword-list): New
	function.
	(eword-encode-in-reply-to-to-rword-list): New function.
	(eword-encode-in-reply-to): New function.
	(eword-encode-field): Use `eword-encode-in-reply-to' for
	`In-Reply-To' field.

	* std11.el (std11-parse-in-reply-to): New function.

1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-decode.el (eword-decode-structured-field-list): Add
	`User-Agent'.

1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* Makefile (package): Don't update auto-autoloads.el and
	custom-load.el.

	* FLIM-MK (compile-flim-package): Update auto-autoloads.el and
	custom-load.el.

1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-def.el: Abolish function `butlast' and `nbutlast'.

	* mime-def.el (mime-library-version): New constant.
	(mime-library-version-string): Refer `mime-library-version'.

1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* Makefile (XEMACS): New variable.
	(PACKAGEDIR): New variable.
	(package): New target.
	(install-package): New target.

	* FLIM-CFG (PACKAGEDIR): New variable.

	* FLIM-MK (config-flim-package): New function.
	(compile-flim-package): New function.
	(install-flim-package): New function.

1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-en.sgml (Content-Type field): Translate.
	(mime-content-type): Translate.
	(Content-Type parser): Translate.
	(Content-Disposition): Translate.
	(mime-content-disposition): Translate.
	(Content-Disposition parser): Translate.

1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* Makefile (GOMI): Add Texinfo related garbages.
	(clean): Delete historical setting.

1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-en.sgml (mm-backend): Translate.
	(Request for entity): Likewise.
	(mm-backend module): Likewise.

	* mime.el (mime-entity-send): Add DOC-string.

1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-en.sgml (Entity hierarchy): Translate.

1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.


1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.9.1 (Tonosh-D)-A was released.

	* mime-en.sgml (mm-backend): Translate a little.

1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-encode-default-start-column): New user
	option.
	(eword-encode-string): Use `eword-encode-default-start-column'.
	(eword-encode-address-list): Likewise.
	(eword-encode-structured-field-body): Likewise.
	(eword-encode-unstructured-field-body): Likewise.

1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-encode): New group.
	(eword-field-encoding-method-alist): Now a user option (was:
	variable).

1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
	`eword-encode-mailbox-to-rword-list'.

	* eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
	`eword-encode-phrase-to-rword-list'.

	* eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
	`eword-encode-addr-spec-to-rword-list'.

	* eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
	`eword-encode-phrase-route-addr-to-rword-list'.

	* eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
	`eword-encode-addr-seq-to-rword-list'.

	* eword-encode.el: Rename `tm-eword::split-string' ->
	`eword-encode-split-string'.

	* eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
	`eword-encode-addresses-to-rword-list'.

	* eword-encode.el: Rename `tm-eword::encode-rwl' ->
	`eword-encode-rword-list'.

	* eword-encode.el (eword-encode-unstructured-field-body): New
	function.
	(eword-encode-field): Use `eword-encode-unstructured-field-body'.

1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-encode-string): Add DOC-string.
	(eword-encode-address-list): Likewise.
	(eword-encode-structured-field-body): Likewise.

	* eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
	structured field.

1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-encode-field): Use `capitalize' instead
 	of `downcase' for `field-name'.

	* eword-encode.el (eword-encode-structured-field-body): New
 	function.
	(eword-encode-field): Use `eword-encode-structured-field-body' for
 	"MIME-Version" and "User-Agent" field.

1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>

	* mime-def.el (mm-define-method): Put `edebug-form-spec'.

1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-encode.el (eword-encode-address-list): New function.
	(eword-encode-field): Use `eword-encode-address-list' instead of
 	`tm-eword::encode-address-list'; abolish
 	`tm-eword::encode-address-list'.

	* eword-encode.el (eword-encode-field): Use `eword-encode-string'
 	instead of `tm-eword::encode-string'; abolish
 	`tm-eword::encode-string'.

	* eword-encode.el: Rename `tm-eword::make-rword' ->
 	`make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.

1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>

	* mel-b.el (base64-insert-encoded-file): Conditionally use
	internal converter. (cf. [tm-ja:3320])
	(base64-write-decoded-region): Ditto.

1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.

1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* Delete mime-lib.el.

1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
	to `write-region-as-raw-text-CRLF'.

1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>

	* mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
	of `write-region-as-binary'.


1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.9.0 (Terada) was released.

1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-parse.el (mime-parse-multipart): Set message/x-broken if
	parsing is failed.

1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* FLIM-Chao: Version 1.8.0 (Shij-D)-A was released.

1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* mmbuffer.el (mime-visible-field-p): Renamed from
	`eword-visible-field-p'.

1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* FLIM: Version 1.8.1 (Kutsukawa) was released.

1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
	about `default-encoding' of `mime-entity-encoding'.

	* mime-en.texi, mime-en.sgml: New files.

	* mime-ja.sgml (media-type): Fix typo.

	* mime-ja.sgml (Glossary): Fix order.

	* mime-ja.sgml (Entity Attributes): Use <code> tag for nil.

	* mime-ja.sgml (Entity Attributes): Fix typo.

1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime.el (mime-entity-encoding): Add new optional argument
	`default-encoding'; set default encoding if
	Content-Transfer-Encoding field is not found.

1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mmbuffer.el (mmbuffer-write-entity): Use
	`mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
	`mmbuffer-entity-point-max'.
	(mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
	`mime-entity-body-start-internal' and
	`mime-entity-body-end-internal'.
	(mmbuffer-insert-decoded-header): Use
	`mime-entity-buffer-internal', `mime-entity-header-start-internal'
	and `mime-entity-header-end-internal'.


1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.8.0 (-Dkubo)-A was released.

	* README.en: Delete `How to use'.

1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-ja.sgml (Entity creation): Add reference for `mm-backend'
	in description of `mime-open-entity'.

	* mime-ja.sgml (mm-backend): New section.

1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-ja.sgml (Entity-header): Modify description about
	`mime-insert-decoded-header'.

	* mmcooked.el (mmcooked-insert-decoded-header): New function.

	* mmbuffer.el (mmbuffer-insert-decoded-header): New function.

	* mime.el (mime-insert-decoded-header): Use implementation of
	mm-backend; abolish optional argument `code-conversion'.

1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-decode.el (eword-decode-encoded-text): Use
	`decode-mime-charset-string'.

1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mmcooked.el (mmcooked-write-entity-body): New function.

	* mmbuffer.el (mmbuffer-write-entity-body): New function.

	* mime.el (mime-write-entity-body): Use implementation of
	mm-backend.

1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mmcooked.el (mmcooked-write-entity): New function.

	* mmbuffer.el (mmbuffer-write-entity): New function.

	* mime.el (mime-write-entity): Use implementation of mm-backend.

1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mmcooked.el (mmcooked-entity-content): New alias for
	`mmbuffer-entity-content'.
	(mmcooked-write-entity-content): New function.

	* mmbuffer.el (mmbuffer-entity-content): New function.
	(mmbuffer-write-entity-content): New function.

	* mime.el (mime-entity-send): New function.
	(mime-entity-buffer): Use `mime-entity-send'.
	(mime-entity-point-min): Likewise.
	(mime-entity-point-max): Likewise.
	(mime-entity-header-start): Likewise.
	(mime-entity-header-end): Likewise.
	(mime-entity-body-start): Likewise.
	(mime-entity-body-end): Likewise.
	(mime-fetch-field): Likewise.
	(mime-entity-content): Use implementation of mm-backend.
	(mime-write-entity-content): Likewise.


1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.7.0 (Iseda) was released.

	* mime-ja.sgml (Entity creation): Add description of
	`mime-open-entity'.
	(Entity Attributes): Add description of `mime-entity-cooked-p'.
	(Entity-content): Add description of `mime-write-entity-content',
	`mime-write-entity' and `mime-write-entity-body'.

1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime.el (mime-write-entity-content): New function.

1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime.el (mime-write-entity-body): New function.

	* mime.el (mime-write-entity): New function.

1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-parse.el (mime-parse-multipart): Change media-type of
	entity to application/octet-stream if the first delimiter is not
	found.

1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.

	* mmcooked.el: New file.

	* mmbuffer.el: New file.

	* mime.el (mime-entity-implementation-alist): New variable.
	(mime-find-function): New function.
	(mime-open-entity): New function.
	(mime-entity-function): New function.
	(mime-entity-cooked-p): New function.
	(mime-entity-buffer): Use backend-module.
	(mime-entity-point-min): Likewise.
	(mime-entity-point-max): Likewise.
	(mime-entity-header-start): Likewise.
	(mime-entity-header-end): Likewise.
	(mime-entity-body-start): Likewise.
	(mime-entity-body-end): Likewise.
	(mime-fetch-field): Likewise.

	* mime-parse.el (mime-parse-message): New optional argument
	`representation-type'.
	(mime-parse-buffer): Likewise.

	* mime-def.el: Change format of mime-entity-internal to add
	`representation-type' and `location'.


1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM-Chao: Version 1.7.0 (Goj-D)-A was released.

1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-ja.sgml: Modify for FLIM 1.7.

	* mime.el (mime-entity-number): Add DOC.

1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime.el (mime-entity-encoding): New implementation.

	* mime-parse.el (mime-parse-message): Abolish argument `encoding'.

	* mime-def.el (make-mime-entity-internal): Abolish argument
	`encoding'.
	(mime-entity-set-encoding-internal): New function.

1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime.el (mime-entity-content-disposition): New implementation.

	* mime-parse.el (mime-parse-message): Don't parse
	Content-Disposition.

	* mime-def.el (make-mime-entity-internal): Delete argument
	`content-disposition'.
	(mime-entity-set-content-disposition-internal): New function.

1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-decode.el: Move function `eword-visible-field-p' and
	`mime-insert-decoded-header' to mime.el.

	* mime-parse.el: Use internal functions of mime-entity.

	* mime.el (mime-entity-children): Moved from mime-def.el; use
	`mime-entity-children-internal'.
	(mime-entity-node-id): Moved from mime-def.el; use
	`mime-entity-node-id-internal'.
	(mime-entity-number): Moved from mime-def.el; use
	`mime-entity-node-id-internal'.
	(mime-entity-buffer): Moved from mime-def.el; use
	`mime-entity-buffer-internal'.
	(mime-entity-point-min): Moved from mime-def.el; use
	`mime-entity-header-start-internal'.
	(mime-entity-point-max): Moved from mime-def.el; use
	`mime-entity-body-end-internal'.
	(mime-entity-header-start): Moved from mime-def.el; use
	`mime-entity-header-start-internal'.
	(mime-entity-header-end): Moved from mime-def.el; use
	`mime-entity-header-end-internal'.
	(mime-entity-content-type): Moved from mime-def.el; use
	`mime-entity-content-type-internal'.
	(mime-entity-content-disposition): Moved from mime-def.el; use
	`mime-entity-content-disposition-internal'.
	(mime-entity-encoding): Moved from mime-def.el; use
	`mime-entity-encoding-internal'.
	(mime-fetch-field): Use `mime-entity-original-header-internal' and
	`mime-entity-set-original-header-internal'.
	(mime-read-field): Use `mime-entity-parsed-header-internal' and
	`mime-entity-set-parsed-header-internal'.
	(eword-visible-field-p): Moved from eword-decode.el.
	(mime-insert-decoded-header): Moved from eword-decode.el.
	(mime-entity-body-start): Moved from mime-def.el; use
	`mime-entity-body-start-internal'.
	(mime-entity-body-end): Moved from mime-def.el; use
	`mime-entity-body-end-internal'.
	(mime-entity-media-type): Moved from mime-def.el.
	(mime-entity-media-subtype): Moved from mime-def.el.
	(mime-entity-parameters): Moved from mime-def.el.
	(mime-entity-type/subtype): Moved from mime-def.el.

	* mime-def.el (make-mime-entity-internal): Renamed from
	`make-mime-entity'.
	(mime-entity-buffer-internal): New function.
	(mime-entity-header-start-internal): New function.
	(mime-entity-header-end-internal): New function.
	(mime-entity-body-start-internal): New function.
	(mime-entity-body-end-internal): New function.
	(mime-entity-node-id-internal): New function.
	(mime-entity-content-type-internal): New function.
	(mime-entity-content-disposition-internal): New function.
	(mime-entity-encoding-internal): New function.
	(mime-entity-original-header-internal): New function.
	(mime-entity-children-internal): New function.
	(mime-entity-parsed-header-internal): New function.
	(mime-entity-set-original-header-internal): Renamed from
	`mime-entity-set-original-header'.
	(mime-entity-set-children-internal): Renamed from
	`mime-entity-set-children'.
	(mime-entity-set-parsed-header-internal): Renamed from
	`mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
	functions to mime.el.

1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-ja.sgml (CVS): Fix typo.

1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mime-parse.el (mime-parse-encapsulated): New function.
	(mime-parse-message): Use `mime-parse-encapsulated'.

1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* 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  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>

	* mime.el (mime-read-field): Fix typo.


1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* mime-ja.sgml, mime-ja.texi: New files.

1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>

	* mime-parse.el (mime-parse-message): Would error if empty body.


1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.5.0 (Mukaijima) was released.

1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* mime-lib.el: Add autoload setting for eword-encode.el.

	* mime-lib.el (mime-entity-content): New function.

1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* mel-b.el (base64-external-decode-string): New function.
	(base64-decode-string): New function.

1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-q.el (quoted-printable-decode-string): New implementation.

1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mel-q.el (quoted-printable-internal-decode-region): New
	implementation.

1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* mime-def.el, mime-parse.el: Move `mime-message-structure' from
	mime-parse.el to mime-def.el.

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-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.


1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.4.1 (Momoyama-Gory-Dmae)-A was released.

1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* eword-decode.el (mime-insert-decoded-header): Fix typo.


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'.


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)).


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.


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.


1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.2.0 (J-Dj)-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.

	* mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
	again.


1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.1.0 (T-Dji)-A was released.

1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* mailcap.el (mailcap-look-at-mtext): Strip quoted character.

1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mailcap.el (mailcap-look-at-mtext): Fix typo.

1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM-ELS (flim-modules): Add mailcap.

	* mailcap.el: New file (copied from SEMI).

1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* FLIM: Version 1.0.1 (Ky-Dto)-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  <morioka@jaist.ac.jp>

	* 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  <morioka@jaist.ac.jp>

	* mel.el (base64-dl-module): Must check base64.so actually exists.


1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM: Version 1.0.0 was released.

	* README.en: Modify for FLIM.

	* ChangeLog: New file.

1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* FLIM-CFG, FLIM-ELS, FLIM-MK: New files.

	* Makefile: Modify for FLIM.

1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* 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).
