X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=41ff986282cfc4a80009216270bfc7a308d1d2cc;hb=ed5904e50ab4019231d8a68a083996183d5a9eed;hp=f8250b54601693c4f2ce17e4193474d2be4a7ad5;hpb=41fe6bdf8523a73c43e73612b5df85caa5622081;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index f8250b5..41ff986 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,1769 @@ +2001-07-30 AMAKAWA Shuhei + + * smtp.el(smtp-submit-package): Send EHLO after starttls. + +2001-06-01 MORIOKA Tomohiko + + * FLIM: Version 1.14.3 (Unebigory-Dòmae)-A released. + +2001-06-01 Katsumi Yamaoka + + * mel-b-el.el: Require `pces' for the macro `as-binary-process' + when compiling. + + * mel-q.el: Add a comment that the feature `poem' is also required + for the macro `as-binary-process'. + +2001-05-31 Shuhei KOBAYASHI + + Merged MIME Parameter Value decoder. + + * mime-parse.el (mime-decode-parameters): Renamed from + `mime-decode-parameter-plist'. + (mime-decode-parameter-alist): Removed. + (mime-decode-alist-to-plist): Ditto. + + * FLIM-API.en (mime-entity-encoding): Abolish optional argument + `default-encoding'. + (mime-parse-Content-Tranfer-Encoding): Ditto. + +2001-05-02 Shuhei KOBAYASHI + + * eword-decode.el (eword-decode-encoded-word): Don't use `let'. + + * mime-parse.el (mime-decode-parameter-plist): Modified + description of return value. + (mime-parse-Content-Type): Ditto. + (mime-read-Content-Type): Ditto. + (mime-parse-Content-Disposition): Ditto. + (mime-read-Content-Disposition): Ditto. + (mime-parse-Content-Transfer-Encoding): Ditto. + (mime-read-Content-Transfer-Encoding): Ditto. + +2001-05-01 Shuhei KOBAYASHI + + * mime-parse.el (mime-parse-parameters): Don't use `equal' for + strings. + (mime-parse-Content-Type): Ditto. + +2001-04-30 Shuhei KOBAYASHI + + * mime-parse.el (mime-decode-parameter-value): Use one temporary + buffer. + (mime-decode-parameter-plist): Changed internal data structure. + +2001-04-28 Shuhei KOBAYASHI + + * eword-decode.el (eword-encoded-word-regexp): Match for language. + (eword-decode-region): Refer the 7th parens, not 6th. + (eword-decode-encoded-word): Extract language information. + (eword-decode-encoded-text): New optional argument `language'. + + * mime-def.el (mime-charset-regexp): Updated for RFC2231. + + * mime-parse.el (mime-decode-parameter-plist): Fix regexp. + Use symbol for language information. + + * tests/test-rfc2231.el: Renamed all testcases. + +2001-04-27 Shuhei KOBAYASHI + + * mime-parse.el (mime-decode-parameter-value): Don't use + `int-char'. + +2001-04-27 Shuhei KOBAYASHI + + * mime.el (mime-entity-read-field): Would capitalize twice. + + * mmbuffer.el (mime-entity-fetch-field): Ditto. + + * mmexternal.el (mime-entity-fetch-field): Ditto. + + * mmgeneric.el (mime-entity-fetch-field): Ditto. + +2001-04-26 Shuhei KOBAYASHI + + * mime-parse.el (mime-decode-parameter-plist): Modified + description of return value. + (mime-parse-Content-Type): Ditto. + (mime-read-Content-Type): Ditto. + (mime-parse-Content-Disposition): Ditto. + (mime-read-Content-Disposition): Ditto. + (mime-read-Content-Transfer-Encoding): Ditto. + +2001-04-25 Shuhei KOBAYASHI + + * mime-parse.el (mime-lexical-analyze): Removed comments. + +2001-04-22 Shuhei KOBAYASHI + + * mime-parse.el (mime-decode-parameter-value): New + implementation; use temporary buffer for conversion. + (mime-decode-parameter-encode-segment): Ditto. + (mime-decode-parameter-plist): Would put empty language info. + + * test/test-rfc2231.el (test-rfc2231-10, test-rfc2231-11, + test-rfc2231-12): New testcases for language info. + +2001-04-22 Shuhei KOBAYASHI + + * mime-parse.el: Fixed comments. + + * test/test-rfc2231.el (test-rfc2231-9): New testcase. + +2001-04-22 Shuhei KOBAYASHI + + * test/test-rfc2231.el (test-rfc2231-7, test-rfc2231-8): + New testcases. + +2001-04-22 Shuhei KOBAYASHI + + * mime-def.el (mime-content-type-parameter): Expand + `mime-content-type-parameters'. + + * mime-parse.el (mime-parse-Content-Disposition): Add + description of return value to the docstring. + (mime-parse-Content-Transfer-Encoding): Ditto. + + * test/test-rfc2231.el: Made independent of internal + representation of Content-Type. + +2001-04-22 Shuhei KOBAYASHI + + * FLIM-MK (check-flim): Limit filename of test files. + + * test/test-rfc2231.el: New file. + +2001-04-19 Shuhei KOBAYASHI + + * mime-parse.el (mime-decode-parameter-plist): Shortcut for + parameters without extensions. + +2001-04-19 Shuhei KOBAYASHI + + * mime-def.el (make-mime-content-type): Don't reverse parameters. + (make-mime-content-disposition): New function. + + * mime-parse.el (mime-decode-parameter-value): Removed comments. + (mime-decode-parameter-encode-segment): New function. + (mime-decode-parameter-plist): New implementation. + Switched from decode-then-concat to concat-then-decode model. + (mime-parse-parameters): Strip quoted-pair in quoted-string. + (mime-parse-Content-Type): Use `make-mime-content-type'. + (mime-parse-Content-Disposition): Use + `make-mime-content-disposition'. + +2001-04-15 Shuhei KOBAYASHI + + * eword-decode.el (eword-lexical-analyze-internal): + Fix typo. [cf. ] + +2001-04-11 Shuhei KOBAYASHI + + * mime-parse.el (mime-decode-parameter-value): Allow lowercase. + (mime-decode-parameter-plist): Ditto. + +2001-04-10 Akihiro Arisawa + + * std11.el (std11-lexical-analyze): Fix typo. + +2001-04-01 Daiki Ueno + + * lunit.el (lunit-test-listener-*): Abolish generic interface. + (lunit-test-result-notify): New function. + (lunit-test-result-run): Use it. + (lunit-test-result-error): Use it. + (lunit-test-result-failure): Use it. + (lunit-create-index-function): New function. + (lunit-generate-template): New command. + +2001-03-19 Shuhei KOBAYASHI + + * hmac-md5.el, hmac-sha1.el: Revert to load-time check. + Don't require 'poe. + +2001-03-18 Shuhei KOBAYASHI + + * mel-b-dl.el: Don't do `dynamic-call' at compile-time. + (base64-dl-handle): Don't eval at compile-time. + +2001-03-18 Shuhei KOBAYASHI + + * hmac-md5.el, sha1.el: Update Copyright header. + +2001-03-18 Shuhei KOBAYASHI + + Support for built-in `md5' of Emacs 21. + + * md5.el (md5-dl-module): Moved from md5-dl.el. + Use it for test whether to require 'md5-dl. + + * md5-dl.el: Removed hack for compiler. + (md5-dl-handle): Do `dynamic-link' unconditionally. + (md5-region): Not interactive. + (md5): Removed autoload cookie. + + * sha1.el: Removed hack for compiler. + Use `sha1-dl-module' for test whether to require 'sha1-dl. + (sha1-encode, sha1-encode-binary): Removed compatibility code + for another sha1.el since it was broken. + + * sha1-dl.el: Removed hack for compiler. + (sha1-dl-handle): Do `dynamic-link' unconditionally. + +2001-03-18 Shuhei KOBAYASHI + + * hmac-md5.el: Require 'poe. + Provide 'md5 if built-in `md5' is found. + (md5-binary): Define with `defun-maybe-cond'. + (md5-binary) [v21]: Removed extra arguments. + (hmac-md5-96): New function. + + * hmac-sha1.el: Require 'poe. + (sha1-binary): Define with `defun-maybe'. + (hmac-sha1-96): New function. + +2001-03-11 Shuhei KOBAYASHI + + * mel-g.el: Update Copyright header. + +2001-03-09 Akihiro Arisawa + + * mime.el (mime-find-root-entity): Find root recursively. + +2001-02-26 Shuhei KOBAYASHI + + * hmac-md5.el, hmac-sha1.el: Modify comments. + +2001-02-25 Shuhei KOBAYASHI + + * hex-util.el, hmac-def.el, hmac-md5.el, hmac-sha1.el, + md5-dl.el, md5.el, sha1-dl.el, sha1-el.el, sha1.el: + Update Copyright header. + +2001-02-28 Shuhei KOBAYASHI + + * mime-parse.el (mime-decode-parameter-plist, + mime-decode-parameter-alist, mime-decode-parameters): + Add doc string. + +2001-02-28 Shuhei KOBAYASHI + + * mime-parse.el (mime-decode-parameter-value): Decode MIME charset + in multibyte buffer. [cf. ] + (mime-decode-parameter-plist): Downcase attributes. + [cf. ] + (mime-decode-parameters): Alias for `mime-decode-parameter-plist' + instead of `mime-decode-parameter-alist'. + Add autoload cookie. + (mime-parse-parameters-from-list): Make obsolete. + (mime-parse-parameters): Return results as a plist. + (mime-parse-Content-Type, mime-read-Content-Type): Moved type check + to the caller side. + (mime-parse-Content-Disposition, mime-read-Content-Disposition): + Ditto. + (mime-parse-Content-Transfer-Encoding, + mime-read-Content-Transfer-Encoding): Ditto. + +2001-02-27 Shuhei KOBAYASHI + + MIME Parameter Value decoder support. + + * mime-def.el (std11-quoted-pair-regexp, std11-non-qtext-char-list, + std11-qtext-regexp, std11-quoted-string-regexp): Removed. + (mime-media-type/subtype-regexp): Ditto. + (mime-attribute-char-regexp, mime-language-regexp, + mime-encoding-regexp): New constants. + + * mime-parse.el (mime-lexical-analyze): New function. + (mime/content-parameter-value-regexp, mime::parameter-regexp): + Removed. + (mime-parse-parameter): Ditto. + (mime-decode-parameter-value, mime-decode-parameter-plist, + mime-parse-alist-to-plist, mime-decode-parameter-alist): + New functions. + (mime-parse-parameters-from-list): New alias for + `mime-decode-parameter-plist'. + (mime-decode-parameters): New alias for + `mime-decode-parameter-alist'. + (mime-parse-parameters): New function. + (mime-disposition-type-regexp): Removed. + (mime-parse-Content-Type, mime-parse-Content-Disposition, + mime-parse-Content-Transfer-Encoding): New implementation. + (mime-read-Content-Type, mime-read-Content-Disposition, + mime-read-Content-Transfer-Encoding): Ditto. + +2001-02-26 Shuhei KOBAYASHI + + * hmac-md5.el, hmac-sha1.el: Modify comments. + +2001-02-25 Shuhei KOBAYASHI + + * hex-util.el, hmac-def.el, hmac-md5.el, hmac-sha1.el, + md5-dl.el, md5.el, sha1-dl.el, sha1-el.el, sha1.el: + Update Copyright header. + +2000-12-27 MORIOKA Tomohiko + + * mime-conf.el (mime-mailcap-file): Turn to non user option. + + +2000-12-25 MORIOKA Tomohiko + + * FLIM: Version 1.14.2 (Yagi-Nishiguchi) released. + +2000-12-23 MORIOKA Tomohiko + + * smtpmail.el (smtpmail-send-it): Use + `binary-write-decoded-region' instead of `binary-write-region'. + + * mmexternal.el (mmexternal-require-buffer): Use + `binary-insert-encoded-file' instead of + `binary-insert-file-contents'. + (mime-write-entity-body): Use `binary-write-decoded-region' + instead of `binary-write-region'. + + * mmbuffer.el (mime-write-entity-body): Use + `binary-write-decoded-region' instead of `binary-write-region'. + + * mel.el: - Don't require `raw-io'. + (8bit-insert-encoded-file): New function. + (8bit-write-decoded-region): New function. + (7bit-insert-encoded-file): New alias. + (7bit-write-decoded-region): New alias. + (binary-insert-encoded-file): New alias. + (binary-find-file-noselect): New function. + (binary-funcall): New function. + (binary-to-text-funcall): New function. + (mime-insert-encoded-file of "base64"): Use + `binary-insert-encoded-file' instead of + `binary-insert-file-contents'. + + * FLIM-API.en (base64-decode-string): New function. + (base64-encode-string): New function. + (ENCODING-write-decoded-region): New function. + (ENCODING-insert-encoded-file): New function. + + * raw-io.el: Deleted. + + * FLIM-ELS (flim-modules): Delete `raw-io'. + +2000-12-22 MORIOKA Tomohiko + + * smtp.el (smtp-open-connection-function): Revert initial value to + `open-network-stream'. + (qmtp-open-connection): Use `binary-funcall'. + + * qmtp.el (qmtp-open-connection-function): Revert initial value to + `open-network-stream'. + (qmtp-send-buffer): Use `binary-funcall'. + +2000-12-23 OKAZAKI Tetsurou + + * FLIM-ELS (flim-modules): Delete `mmdbuffer'. + + +2000-12-22 MORIOKA Tomohiko + + * FLIM: Version 1.14.1 (Yagi) released. + +2000-12-22 Keiichi Suzuki + + * mel-q.el: Require `poem' for `string-to-char-list' when + compiling. + +2000-12-22 MORIOKA Tomohiko + + * eword-decode.el (eword-decode-header): Revert to obsolete alias. + +2000-12-22 MORIOKA Tomohiko + + * mmgeneric.el: Add comment for eword-decode. + +2000-12-21 MORIOKA Tomohiko + + * mailcap.el: Require `poe' for `define-obsolete-function-alias'. + +2000-12-21 Daiki Ueno + + * smtp.el (smtp-send-buffer): Add DOC. + (smtp-via-smtp): Add DOC. + + * FLIM-API.en (QMTP): Remove section. + (smtp-send-buffer): Add description. + (smtp-via-smtp): Likewise. + + +2000-12-20 MORIOKA Tomohiko + + * FLIM: Version 1.14.0 (Ninokuchi) released. + + * mime.el (mime-entity-media-type): Add DOC. + (mime-entity-media-subtype): Add DOC. + (mime-entity-parameters): Add DOC. + (mime-entity-type/subtype): Add DOC. + + * FLIM-API.en: Add some usages. + (mime-entity-media-type): New description. + (mime-entity-media-subtype): Likewise. + (mime-entity-type/subtype): Likewise. + (mime-entity-parameters): Likewise. + +2000-12-20 MORIOKA Tomohiko + + * eword-encode.el (eword-encode-text): Specify `mode' of + `encoded-text-encode-string'. + + * mel.el (encoded-text-encode-string): Add optional argument + `mode'; use `base64-encode-string' directly for "B"-encoding. + +2000-12-20 MORIOKA Tomohiko + + * FLIM-API.en: Renamed from FLIM-1.14-API.en; reordered and add + some sections. + + * mime.el (mime-entity-set-content-type): Add DOC. + (mime-entity-set-encoding): Add DOC. + + * mime-def.el (mime-content-type-subtype): Fix DOC. + (mime-content-type-parameters): Fix DOC. + +2000-12-19 MORIOKA Tomohiko + + * FLIM-1.14-API.en: New file. + + * smtp.el (smtp-open-connection-function): Add autoload cookie. + + * qmtp.el (qmtp-open-connection-function): Add autoload cookie. + + * mime.el (mime-entity-children): Add DOC. + (mime-entity-node-id): Add DOC. + (mime-entity-content-type): Add DOC. + (mime-entity-content-disposition): Add DOC. + (mime-entity-encoding): Add DOC. + +2000-12-19 MORIOKA Tomohiko + + * mime.el (mime-encode-field-body): Add autoload setting. + + * eword-encode.el (mime-encode-field-body): Renamed from + `eword-encode-field-body'; declare `eword-encode-field-body' as + obsolete alias. + (mime-encode-header-in-buffer): Use `mime-encode-field-body' + instead of `eword-encode-field-body'. + +2000-12-19 MORIOKA Tomohiko + + * mime.el (mime-encode-header-in-buffer): Renamed from + `eword-encode-header'. + + * mmdbuffer.el: Deleted. + + * mime-def.el (mime-header): New group. + (mime-field-decoding-max-size): New user option [moved from + eword-decode.el]. + (mime-field-encoding-method-alist): New user option [moved from + eword-encode.el]. + + * eword-encode.el (eword-field-encoding-method-alist): Moved to + mime-def.el and renamed to `mime-field-encoding-method-alist'. + (mime-header-charset-encoding-alist): Renamed from + `eword-charset-encoding-alist'. + (mime-header-default-charset-encoding): New variable. + (ew-find-charset-rule): Use + `mime-header-default-charset-encoding'. + (eword-in-subject-p): Declare as obsolete function. + (mime-encode-header-in-buffer): Renamed from + `eword-encode-header'; declare `eword-encode-header' as obsolete + alias. + + * eword-decode.el (eword-max-size-to-decode): Moved to mime-def.el + and renamed to `mime-field-decoding-max-size'. + (mime-header-lexical-analyzer): Renamed from + `eword-lexical-analyzer'; switch to variable. + + * FLIM-ELS (flim-modules): Add `raw-io'. + +2000-12-19 MORIOKA Tomohiko + + * eword-encode.el (eword-encode-default-start-column): Switch to + variable. + +2000-12-19 MORIOKA Tomohiko + + * raw-io.el (start-process): New function. + (binary-start-process-shell-command): New function. + +2000-12-17 MORIOKA Tomohiko + + * mel-g.el (gzip64-external-encode-region): Don't use + `as-binary-process'; comment out code to regularize line break + code for OS/2 [if it is needed, it is better to implement by + coding-system]. + (gzip64-external-decode-region): Don't use `as-binary-process'. + (mime-write-decoded-region): Likewise. + + * mime-parse.el: Require `luna'. + +2000-12-16 MORIOKA Tomohiko + + * eword-encode.el (eword-encode-divide-into-charset-words): Use + `aref' instead of `sref'. + (ew-encode-rword-1): Use `1+' instead of `char-next-index'. + (eword-encode-phrase-to-rword-list): Use `find-charset-string' + instead of `find-non-ascii-charset-string'. + (eword-encode-addr-seq-to-rword-list): Don't use `butlast'. + (eword-encode-header): Use `find-charset-region' instead of + `find-non-ascii-charset-string'. + + * mel.el: Require `raw-io'. + + * mime-def.el (binary-insert-file-contents): Moved to raw-io.el. + (binary-write-region): Likewise. + + * mmbabyl.el (mime-write-entity): Use `raw-message-write-region' + instead of `write-region-as-raw-text-CRLF'. + + * raw-io.el: New file. + + * smtpmail.el: - Require `raw-io'. + - Delete definition of obsolete variable aliases for XEmacs. + (smtpmail-send-queued-mail): Use `binary-find-file-noselect' + instead of `find-file-noselect-as-binary'. + + * smtp.el (smtp-open-connection-function): Use + `binary-open-network-stream' instead of `open-network-stream' as + initial value. + (smtp-open-connection): Don't guard as `binary'. + + * qmtp.el (qmtp-open-connection-function): Use + `binary-open-network-stream' instead of `open-network-stream' as + initial value. + (qmtp-send-buffer): Don't guard as `binary'. + +2000-12-15 MORIOKA Tomohiko + + * mime/eword-decode.el: Don't use + `define-obsolete-function-alias'; so `eword-decode-header' is + deleted. + + * mime/mmexternal.el: Don't require `pces'. + +2000-12-15 TAKAHASHI Kaoru + + * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'. + +2000-12-15 MORIOKA Tomohiko + + * mime-def.el (char-int): New alias. + + * eword-encode.el (eword-encode-divide-into-charset-words): Don't + use `char-length' and `char-next-index'. + +2000-12-15 Katsumi Yamaoka + + * eword-decode.el: Fix typo in doc-string of + `mime-set-field-decoder'. + +2000-12-15 MORIOKA Tomohiko + + * mel.el: Don't require `path-util'. + +2000-12-15 MORIOKA Tomohiko + + * std11.el, smtpmail.el, mime-def.el: Don't require `poe'. + + * mel.el: Don't require `poem'. + +2000-12-14 MORIOKA Tomohiko + + * mmexternal.el (mime-write-entity): Don't use + `write-region-as-raw-text-CRLF'. + (mmexternal-require-buffer): Use `binary-insert-file-contents' + instead of `insert-file-contents-as-binary'. + (mime-write-entity-body): Use `binary-write-region' instead of + `write-region-as-binary'. + + * smtpmail.el (smtpmail-send-it): Use `binary-write-region' + instead of `write-region-as-binary'. + + * smtp.el (smtp-open-connection): Don't use `as-binary-process'. + + * mel.el (mime-insert-encoded-file of "base64"): Use + `binary-insert-file-contents' instead of + `insert-file-contents-as-binary'. + (mime-insert-encoded-file of "7bit"): Use + `binary-insert-file-contents' instead of + `insert-file-contents-as-binary'. + (mime-write-decoded-region of "7bit"): Use `binary-write-region' + instead of `write-region-as-binary'. + + * mmbuffer.el (mime-write-entity-body): Use `binary-write-region' + instead of `write-region-as-binary'. + (mime-write-entity): Don't use `write-region-as-raw-text-CRLF'. + + * mime-def.el: Don't require `poem'. + (binary-insert-file-contents): New function. + (binary-write-region): New function. + + * mel-u.el (uuencode-external-encode-region): Don't use + `as-binary-process'. + (uuencode-external-decode-region): Don't use `as-binary-process' + and `as-binary-input-file'. + (mime-write-decoded-region): Don't use `as-binary-process'. + + * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Don't + use `insert-file-contents-as-coding-system'. + (quoted-printable-ccl-write-decoded-region): Don't use + `write-region-as-coding-system'. + + * mel-b-ccl.el (base64-ccl-insert-encoded-file): Don't use + `insert-file-contents-as-coding-system'. + (base64-ccl-write-decoded-region): Don't use + `write-region-as-coding-system'. + + * std11.el: Don't require `poem'. + (std11-parse-ascii-token): Don't use + `find-non-ascii-charset-string'. + + * qmtp.el: Don't require `poem'. + (qmtp-send-buffer): Don't use `as-binary-process'. + +2000-12-14 MORIOKA Tomohiko + + * mime-def.el, qmtp.el, smtp.el, smtpmail.el, std11.el: Require + `custom' instead of `pcustom'. + +2000-12-12 Daiki Ueno + + * sasl.el: Rewrite with luna. + +2000-12-06 Daiki Ueno + + * FLIM-ELS: Don't install md5-dl.el, md5-el.el, sha1-dl.el and + sha1-el.el if the running emacs has builtin message digest + functions. + + * md5-dl.el, sha1-dl.el: Don't bind `dynamic-link' and + `dynamic-call'. + + * md5.el (md5-dl-module): Moved from md5-dl.el. + * sha1.el: Don't bind `sha1-string'. + +2000-12-04 Daiki Ueno + + * README.ja, README.en (load-path): Remove section. + (What's FLIM): Specify prerequisite version of Emacsen. + +2000-11-21 Daiki Ueno + + * sasl.el (sasl-client-set-encoder): New function. + (sasl-client-set-decoder): New function. + (sasl-client-encoder): New function. + (sasl-client-decoder): New function. + + * sasl-digest.el: Require 'cl' when compiling. + (sasl-digest-md5-signing-encode-magic): New constant. + (sasl-digest-md5-signing-decode-magic): New constant. + (sasl-digest-md5-htonl-string): New function. + (sasl-digest-md5-make-integrity-encoder): New function. + (sasl-digest-md5-make-integrity-decoder): New function. + (sasl-digest-md5-ha1): New function. + (sasl-digest-md5-response-value): Accept the 1st argument `ha1'. + (sasl-digest-md5-response): Use `sasl-digest-md5-ha1'. + - Set integrity encoder and decoder of the client. + + * smtp.el: Require `luna'. + (smtp-read-response): Accept `smtp-connection' object rather than + process-object. + (smtp-send-command): Likewise. + (smtp-send-data): Likewise. + +2000-11-10 Daiki Ueno + + * tests/test-sasl.el (test-sasl-digest-md5-imap): New testcase. + (test-sasl-digest-md5-acap): New testcase. + +2000-11-10 Daiki Ueno + + * lunit.el (lunit-make-test-suite-from-class): New function. + (lunit-class): Abolish. + (lunit-test-results-buffer): Abolish. + + * FLIM-ELS (check-flim): New function. + + * Makefile (check): New target. + + * tests: New directory. + +2000-11-09 Daiki Ueno + + * lunit.el (lunit-test-method-regexp): New variable. + (lunit-class): New function. + +2000-11-09 Daiki Ueno + + * lunit.el: New file. + +2000-12-13 Kenichi Handa + + * luna.el: Fix and add DOCs and comments; fix coding style. + +2000-12-09 MORIOKA Tomohiko + + * mmbuffer.el (mmbuffer-parse-multipart): Add new optional + argument `representation-type'. + (mmbuffer-parse-encapsulated): Likewise. + +2000-12-07 MORIOKA Tomohiko + + * mmexternal.el: Must require `mmgeneric'. + + * sha1.el: Don't use `defun-maybe'. + +2000-12-04 Daiki Ueno + + * luna.el (luna-class-find-functions): Don't quote colon keywords. + (luna-send): Ditto. + (luna-call-next-method): Ditto. + +2000-11-28 Daiki Ueno + + * luna.el: Don't require `static'. + (luna-define-class-function): Don't bind colon keywords. + (luna-class-find-functions): Quote colon keywords. + (luna-send): Likewise. + (luna-call-next-method): Likewise. + +2000-11-12 Daiki Ueno + + * luna.el (luna-define-method): Clear method cache. + (luna-apply-generic): New function. + (luna-define-generic): Use `luna-apply-generic' instead of + `luna-send'. + +2000-12-04 Daiki Ueno + + * smtpmail.el (smtpmail-send-it): Use `smtp-send-buffer' instead of + `smtp-via-smtp'. + (smtpmail-send-queued-mail): Ditto. + +2000-11-24 MORIOKA Tomohiko + + * FLIM-MK (compile-flim): Compile `flim-version-specific-modules'. + (install-flim): Install `flim-version-specific-modules' to + `FLIM_VERSION_SPECIFIC_DIR'. + (compile-flim-package): Compile `flim-version-specific-modules'. + (install-flim-package): Install `flim-version-specific-modules'. + + * FLIM-ELS (flim-modules): Add `mime-conf' instead of `mailcap'. + (flim-version-specific-modules): New variable; specify `mailcap'. + + * FLIM-CFG (FLIM_VERSION_SPECIFIC_DIR): New variable. + + * mailcap.el: Completely rewrote to use mime-conf.el. + + * mime-conf.el: New file. + +2000-11-16 Kenichi OKADA + + * sasl-digest.el (sasl-digest-md5-response): Fix typo. + +2000-11-12 Daiki Ueno + + * smtp.el (smtp-primitive-data): Use `beginning-of-line' instead of + `forward-char'. + (smtp-read-response): Don't bind `case-fold-search'. + (smtp-send-data): Don't save excursion. + +2000-11-10 Daiki Ueno + + * sasl-digest.el (sasl-digest-md5-challenge): Abolish. + (sasl-digest-md5-syntax-table): Rename from + `sasl-digest-md5-parse-digest-challenge-syntax-table'. + (sasl-digest-md5-parse-string): Rename from + `sasl-digest-md5-parse-digest-challenge'; only return a property + list. + (sasl-digest-md5-challenge): Abolish. + (sasl-digest-md5-build-response-value-1): Abolish. + (sasl-digest-md5-response-value): Define as function. + (sasl-digest-md5-response): Rewrite. + +2000-11-07 Kenichi OKADA + + * sasl.el (sasl-login-response-1): Fix. + (sasl-login-response-2): Fix. + +2000-11-07 Daiki Ueno + + * smtp.el (smtp-sasl-properties): New user option. + (smtp-sasl-user-realm): Abolish. + +2000-11-05 Daiki Ueno + + * qmtp.el (qmtp-send-package): Don't check "K" reply per recipient. + (qmtp-via-smtp): Mark as obsolete. + (qmtp-send-buffer): New function. + + * sasl.texi: New file. + +2000-11-05 Daiki Ueno + + * sasl.el (sasl-step-data): New function. + (sasl-step-set-data): New function. + +2000-11-04 Daiki Ueno + + * sasl.el: Don't require 'poe' + - Rename `sasl-*instantiator*' to `sasl-*client*'. + - Rename `sasl-*authenticator*' to `sasl-*mechanism*'. + - Rename `sasl-*continuations*' to `sasl-*steps*'. + (sasl-make-client): Accept 1st argument `mechanism'. + (sasl-next-step): Rename from `sasl-evaluate-challenge'. + +2000-11-04 Daiki Ueno + + * sasl.el (sasl-make-instantiator): Define as function. + (sasl-instantiator-name): Ditto. + (sasl-instantiator-service): Ditto. + (sasl-instantiator-server): Ditto. + (sasl-instantiator-set-properties): Ditto. + (sasl-instantiator-set-property): Ditto. + (sasl-instantiator-property): Ditto. + (sasl-instantiator-properties): Ditto. + (sasl-authenticator-mechanism): Ditto. + (sasl-authenticator-continuations): Ditto. + +2000-11-02 Daiki Ueno + + * sasl.el: Rename `sasl-*principal*' to `sasl-*instantiator*'. + (sasl-make-instantiator): Abolish optional 4th argument. + (sasl-instantiator-set-properties): New function. + (sasl-instantiator-put-property): New function. + (sasl-instantiator-property): New function. + (sasl-instantiator-properties): New function. + + * smtp.el (smtp-sasl-user-name): Rename from + `smtp-sasl-principal-user'. + (smtp-sasl-user-realm): Rename from `smtp-sasl-principal-realm'. + +2000-11-02 Daiki Ueno + + * sasl.el (sasl-mechanisms): Add `LOGIN' and `ANONYMOUS'. + (sasl-mechanism-alist): Likewise. + (sasl-error): Define. + (sasl-login-continuations): New variable. + (sasl-login-response-1): New function. + (sasl-login-response-2): New function. + (sasl-anonymous-continuations): New variable. + (sasl-anonymous-response): New function. + + * smtp.el (smtp-error): Define. + (smtp-via-smtp): Use it. + +2000-11-02 Daiki Ueno + + * smtp.el (smtp-via-smtp): Mark as obsolete. + (smtp-send-buffer): Rename from `smtp-via-smtp'. + +2000-11-02 Daiki Ueno + + * sasl.el (sasl-make-authenticator): Allocate a freshly generated + symbol for each continuation. + +2000-11-02 Daiki Ueno + + * sasl-digest.el (sasl-digest-md5-response-1): Rename from + `sasl-digest-md5-digest-response'. + (sasl-digest-md5-response-2): New alias. + (sasl-digest-md5-parse-digest-challenge): Save excursion. + + * sasl.el (sasl-mechanism-alist): Rename from `sasl-mechanisms'. + (sasl-mechanisms): New variable. + (sasl-find-authenticator): Check `sasl-mechanisms' rather than + `sasl-mechanism-alist'. + + * smtp.el (smtp-submit-package): Use `smtp-primitive-ehlo'. + (smtp-primitive-auth): Check authenticator. + +2000-11-02 Daiki Ueno + + * FLIM-ELS (hmac-modules): New variable. + (flim-modules): Move HMAC modules to `hmac-modules' + - Add `sasl-digest'. + + * smtp.el (smtp-sasl-principal-realm): New user option. + + * sasl.el (sasl-plain-response): New function. + (sasl-mechanisms): Add `DIGEST-MD5' and `PLAIN'. + (sasl-unique-id-function): New variable. + (sasl-plain-continuations): New variable. + (sasl-unique-id): New function. + (sasl-unique-id-char): New variable. + + * sasl-digest.el: New file. + +2000-11-01 Daiki Ueno + + * smtp.el: Bind `sasl-mechanisms'; add autoload settings for + `sasl-make-principal', `sasl-find-authenticator', + `sasl-authenticator-mechanism-internal' and + `sasl-evaluate-challenge'. + (smtp-use-sasl): New user option. + (smtp-sasl-principal-name): New user option. + (smtp-sasl-mechanisms): New user option. + (smtp-submit-package): Call `smtp-primitive-starttls' and + `smtp-primitive-auth'. + (smtp-primitive-ehlo): Don't modify the rest of a extension line. + (smtp-primitive-auth): New function. + (smtp-primitive-starttls): Check the response code. + + * sasl.el: New implementation. + + * sasl-cram.el: New file. + + * FLIM-ELS (flim-modules): Add `md5', `md5-el', `md5-dl', + `hex-util', `hmac-def', `hmac-md5', `sasl' and `sasl-cram'. + +2000-11-01 Daiki Ueno + + * smtp.el: Add autoload settings for `starttls-open-stream' and + `starttls-negotiate'. + (smtp-connection-set-extensions-internal): New macro. + (smtp-connection-extensions-internal): New macro. + (smtp-make-connection): Set the `extension' slot to nil. + (smtp-primitive-ehlo): New function. + (smtp-submit-package): Rename from `smtp-commit'. + (smtp-submit-package-function): Rename from `smtp-commit-function'. + (smtp-primitive-starttls): New function. + (smtp-extensions): New group. + (smtp-use-8bitmime): New variable. + (smtp-use-size): New variable. + (smtp-use-starttls): New variable. + (smtp-via-smtp): Bind `smtp-open-connection-function'. + +2000-10-31 Daiki Ueno + + * smtp.el: New implementation. + +2000-08-16 Daiki Ueno + + * FLIM-ELS (flim-modules): Add `qmtp'. + + * qmtp.el: New file. + +2000-08-28 Yuuichi Teranishi + + * eword-encode.el (eword-encode-mailboxes-to-rword-list): + New inline function. + (eword-encode-address-to-rword-list): Ditto. + (eword-encode-addresses-to-rword-list): + Use `eword-encode-address-to-rword-list' instead of + `eword-encode-mailbox-to-rword-list'. + + * std11.el (std11-address-string): Fix for group list. + +2000-08-10 MORIOKA Tomohiko + + * mmgeneric.el: Enclose definition of class `mime-entity' and its + internal accessors by `eval-and-compile'. + + * luna.el: Define `luna-class-name' before it is used in macros. + + +2000-07-12 MORIOKA Tomohiko + + * FLIM-Chao: Version 1.14.1 (Rokujiz-Dò)-A released. + +2000-07-10 MORIOKA Tomohiko + + * mmexternal.el (initialize-instance): Deleted. + (mmexternal-require-file-name): New function. + (mmexternal-require-buffer): Use `mmexternal-require-file-name'. + +2000-06-30 MORIOKA Tomohiko + + * mime.el (mime-entity-read-field): Fix a bug when FIELD-NAME is a + string. + +2000-06-23 MORIOKA Tomohiko + + * mmexternal.el (initialize-instance): New method. + (mime-entity-name): Fixed. + (mmexternal-require-buffer): New function. + (mime-insert-entity): New implementation. + (mime-write-entity): Likewise. + (mime-entity-body): New method. + (mime-insert-entity-body): New method. + (mime-write-entity-body): New implementation. + (mime-entity-content): Likewise. + (mime-insert-entity-content): Likewise. + (mime-write-entity-content): Likewise. + (mime-entity-fetch-field): Likewise. + (mime-insert-header): Likewise. + + * mmbuffer.el (initialize-instance): Store buffer instead of name + of buffer to `buffer' slot. + +2000-06-21 MORIOKA Tomohiko + + * mmgeneric.el (mime-entity-children): Deleted. + + * mmbuffer.el (mime-insert-entity-body): New method. + (mmbuffer-parse-multipart): New function. + (mmbuffer-parse-encapsulated): New function. + (mime-entity-children): New function. + +2000-06-21 MORIOKA Tomohiko + + * mime.el (mime-find-root-entity): New function. + (mime-entity-header-buffer): Comment out. + (mime-goto-header-start-point): Likewise. + (mime-entity-header-start-point): Likewise. + (mime-entity-header-end-point): Likewise. + (mime-entity-body-buffer): Likewise. + (mime-goto-body-start-point): Likewise. + (mime-goto-body-end-point): Likewise. + (mime-entity-body-start-point): Likewise. + (mime-entity-body-end-point): Likewise. + (mime-entity-body-start): Likewise. + (mime-entity-body-end): Likewise. + (mime-entity-buffer): Likewise. + (mime-entity-point-min): Likewise. + (mime-entity-point-max): Likewise. + (mime-insert-entity-body): New generic function. + (mime-entity-uu-filename): Use `mime-insert-entity-body'. + (mime-entity-set-content-type): New function. + (mime-entity-set-encoding): New function. + + * mime-parse.el (mime-parse-multipart): Comment out. + (mime-parse-encapsulated): Likewise. + (mime-parse-external): Likewise. + + * mmbuffer.el (mime-entity-header-buffer): Comment out. + (mime-goto-header-start-point): Likewise. + (mime-entity-header-start-point): Likewise. + (mime-entity-header-end-point): Likewise. + (mime-entity-body-buffer): Likewise. + (mime-goto-body-start-point): Likewise. + (mime-goto-body-end-point): Likewise. + (mime-entity-body-start-point): Likewise. + (mime-entity-body-end-point): Likewise. + (mime-entity-buffer): Likewise. + (mime-entity-point-min): Likewise. + (mime-entity-point-max): Likewise. + +2000-05-30 MORIOKA Tomohiko + + * eword-encode.el (eword-charset-encoding-alist): Add + `iso-2022-jp-3'. + +2000-05-25 Tanaka Akira + + * mime-en.sgml, mime-ja.sgml: Update for CVS via SSH. + +2000-05-09 Katsumi Yamaoka + + * smtp.el (smtp-deduce-address-list): Set `case-fold-search' to `t' + in the working buffer. + +2000-04-26 Yoshiki Hayashi + + * mime.el (mime-entity-body): New function. + * mmbuffer.el (mime-entity-body): Implement it. + +2000-03-03 Keiichi Suzuki + + * mime.el (mime-entity-node-id): Change to function. + +2000-03-03 MORIOKA Tomohiko + + * mmdbuffer.el, mmbuffer.el (initialize-instance): Don't setup + `mime-message-structure'. + + * mime-parse.el (mime-parse-buffer): Don't setup + `mime-message-structure'. + +2000-03-02 MORIOKA Tomohiko + + * mmgeneric.el (mime-visible-field-p): Moved from mmbuffer.el. + (mime-insert-header-from-buffer): Moved from mmbuffer.el. + + * mmexternal.el, mmdbuffer.el, mmbuffer.el (mime-visible-field-p): + Moved to mmgeneric.el. + (mime-insert-header-from-buffer): Moved to mmgeneric.el. + +2000-03-02 MORIOKA Tomohiko + + * FLIM-ELS (flim-modules): Add `mmgeneric'. + + * mmgeneric.el: New file. + + * mmbuffer.el: Require `mmgeneric'. + + * mime.el: Require `mmgeneric' when compiling. + + * mime-def.el: Move mime-entity related definitions to + mmgeneric.el. + +2000-03-01 MORIOKA Tomohiko + + * mime.el (mime-find-entity-from-number): Now second argument + `message' is not an optional argument. + (mime-find-entity-from-node-id): Likewise. + (mime-find-entity-from-content-id): Likewise. + (mime-fetch-field): Delete obsolete function. + (mime-read-field): Likewise. + +2000-03-01 MORIOKA Tomohiko + + * mime.el (mime-entity-header-buffer): Mark it as obsolete. + (mime-goto-header-start-point): Likewise. + (mime-entity-header-start-point): Likewise. + (mime-entity-header-end-point): Likewise. + (mime-entity-body-start): Use `defalias'; don't recommend to use + `mime-entity-body-start-point' instead. + (mime-entity-body-end): Use `defalias'; don't recommend to use + `mime-entity-body-end-point' instead. + (mime-entity-body-buffer): Mark it as obsolete. + (mime-goto-body-start-point): Likewise. + (mime-goto-body-end-point): Likewise. + (mime-entity-body-start-point): Likewise. + (mime-entity-body-end-point): Likewise. + (mime-entity-buffer): Don't recommend to use + `mime-entity-header-buffer' or `mime-entity-body-buffer' instead. + (mime-entity-point-min): Don't recommend to use + `mime-entity-header-start-point' instead. + (mime-entity-point-max): Don't recommend to use + `mime-entity-body-end-point' instead. + + * mime-def.el (mime-library-version): update to 1.14.1. + - Add autoload setting for `mime-parse-external'. + + +2000-03-01 MORIOKA Tomohiko + + * Chao: Version 1.14.0 (Momoyama) released. + +2000-01-05 Katsumi Yamaoka + + * Makefile, mime-en.sgml, mime-ja.sgml: Update for the new CVS + server. + +1999-12-20 Katsumi Yamaoka + + * mel-b-el.el (base64-encode-region): Allow the optional second arg + `no-line-break'. + (base64-external-encode-region): Likewise. + (base64-internal-encode-region): Likewise. + (base64-encode-string): Likewise. + +1999-12-16 MORIOKA Tomohiko + + * FLIM-ELS (flim-modules): Add `mmexternal'. + + * mime-parse.el (mime-parse-external): New function. + + * mime-def.el (mime-entity-children [mime-entity]): Use + `mime-parse-external' for message/external-body. + + * mmexternal.el: New module. + +1999-12-13 Katsumi Yamaoka + + * README.en, README.ja, mime-en.sgml, mime-ja.sgml: Update for the + recent ML address and ftp site. + +1999-10-17 Yoshiki Hayashi + + * FLIM-MK (install-flim-package): Delete auto-autoloads.el + and custom-load.el + +1999-09-20 Katsumi Yamaoka + + * mailcap.el (mailcap-look-at-schar): Protect against unexpected + eof. [cf. ] + +1999-09-13 Katsumi Yamaoka + + * smtpmail.el (smtpmail-send-it): Remove needless `concat'. + +1999-09-08 Yoshiki Hayashi + + * mime-ja.sgml, mime-en.sgml (Entity creation): Fix typo. + +1999-09-01 Katsumi Yamaoka + + * smtpmail.el (smtpmail-send-it): Make directory + `smtpmail-queue-dir' if it does not exist; convert filename of + queued mail using `convert-standard-filename'. + (smtpmail-queue-index): Treat `smtpmail-queue-dir' as a directory + name using `file-name-as-directory'. + (smtpmail-queue-dir, smtpmail-queue-mail): Remove "*" from doc + strings. + +1999-08-26 Katsumi Yamaoka + + * smtpmail.el (smtpmail-send-it): Use `time-stamp-yyyy-mm-dd' and + `time-stamp-hh:mm:ss' instead of `current-time'. + +1999-08-25 Katsumi Yamaoka + + * FLIM-ELS: Use `if' instead of `unless'. + + +1999-08-17 MORIOKA Tomohiko + + * FLIM: Version 1.13.2 (Kasanui) released. + +1999-08-03 Yuuichi Teranishi + + * smtp.el (smtp-notify-success): New option. + * (smtp-via-smtp): Request return receipt (defined in RFC1891) to + SMTP server if `smtp-notify-success' is non-nil. + [cf. ] + +1999-08-02 MORIOKA Tomohiko + + * mime.el (mime-entity-header-start-point): New generic function. + (mime-entity-header-end-point): New generic function. + + * mmbuffer.el (mime-entity-header-start-point): New method. + (mime-entity-header-end-point): New method. + +1999-08-09 MORIOKA Tomohiko + + * FLIM-ELS (flim-modules): Add `mmdbuffer'. + +1999-07-27 MORIOKA Tomohiko + + * mmdbuffer.el: New module. + +1999-07-28 MORIOKA Tomohiko + + * mime-parse.el: Add autoload setting for + `mime-entity-body-buffer', `mime-entity-body-start-point' and + `mime-entity-body-end-point'. + + * mime.el (mime-entity-point-min): Define as an obsolete function. + (mime-entity-point-max): Likewise. + +1999-07-27 MORIOKA Tomohiko + + * mmbuffer.el (entity-point-min): Deleted because it is + duplicated. + (entity-point-max): Deleted because it is duplicated. + +1999-07-24 MORIOKA Tomohiko + + * mmbuffer.el (mime-insert-text-content): Deleted [moved to + mime-def.el]. + + * mime-def.el: Add autoload settings for `mime-entity-content' [to + avoid warning]. + (mime-insert-text-content): New method of `mime-entity' [moved + from mmbuffer.el]. + +1999-07-24 MORIOKA Tomohiko + + * mmbuffer.el (mime-entity-children): Deleted [moved to + mime-def.el]. + + * mime-def.el: Add autoload settings for + `mime-entity-content-type', `mime-parse-multipart' and + `mime-parse-encapsulated' [to avoid warning]. + (mime-entity-children): New method of `mime-entity' [moved from + mmbuffer.el]. + + +1999-07-22 MORIOKA Tomohiko + + * FLIM: Version 1.13.1 (Tawaramoto) released. + +1999-07-21 MORIOKA Tomohiko + + * mime-parse.el (mime-parse-buffer): Fixed. + + +1999-07-16 MORIOKA Tomohiko + + * FLIM: Version 1.13.0 (Iwami) released. + +1999-07-09 Nakagawa, Makoto + + * smtpmail.el (smtpmail-send-it): Use current-time to get rid of + time-stamp-strftime. + (smtpmail-send-it): Use write-region-as-binary instead of + write-file. + (smtpmail-send-queued-mail); Use find-file-noselect-as-binary + instead of find-file-noselect. + +1999-06-23 MORIOKA Tomohiko + + * FLIM-CFG: Delete code to detect APEL 7.3 or later. + +1999-06-16 Katsumi Yamaoka + + * smtpmail.el (smtpmail-send-it): Extend the search bound to the + end of the field for fetching the recipients from Resent-To. + +1999-06-11 Katsumi Yamaoka + + * luna.el (luna-define-class-function): Check for the improbable + name of variable beginning with colon whether we should bind the + sort of symbol or not. + (TopLevel): Likewise. + +1999-06-10 Katsumi Yamaoka + + * luna.el (luna-define-class-function): Bind member variables + statically for old Emacsen. + (TopLevel): Require `static'; bind `:before', `:after' and + `:around' statically for old Emacsen. [cf. ] + + +1999-06-01 MORIOKA Tomohiko + + * Chao: Version 1.13.0 (JR Fujinomori) released. + +1999-05-29 MORIOKA Tomohiko + + * mmbuffer.el (mime-entity-fetch-field): New implementation. + + * mime-def.el (mime-entity-fetch-field): New method of luna-class + `mime-entity'. + + * luna.el (luna-define-method): Allow `:around' qualifier. + (luna-class-find-functions): Likewise. + (luna-send): Likewise. + (luna-call-next-method): New function. + +1999-05-26 MORIOKA Tomohiko + + * mime-def.el (eval-module-depended-macro): Abolished. + Use `def-edebug-spec' directly. + + * luna.el (luna-define-method): Allow `:before' qualifier. + (luna-class-find-functions): Likewise. + + * mime-def.el (mime-message-structure): Define as obsolete + variable. + +1999-05-26 MORIOKA Tomohiko + + * mime-parse.el (mime-parse-encapsulated): Use + `mime-entity-body-start-point' and `mime-entity-body-end-point'. + + * mime.el (mime-parse-buffer): Revert to auto-load from + "mime-parse". + + * mime-parse.el (mime-parse-multipart): Move from mime-parse.el + again. + (mime-parse-encapsulated): Likewise. + (mime-parse-message): Likewise. + (mime-parse-buffer): Likewise. + + * mmbuffer.el (mime-parse-multipart): Move to mime-parse.el again. + (mime-parse-encapsulated): Likewise. + (mime-parse-message): Likewise. + (mime-parse-buffer): Likewise. + + * mmbuffer.el (mime-parse-encapsulated): Run in body-buffer of an + entity. + +1999-05-26 MORIOKA Tomohiko + + * mmbuffer.el (initialize-instance): Don't initialize slots if + they are initialized. + (mime-parse-multipart): Run in body-buffer of an entity. + (mime-entity-body-start-point): New method. + +1999-05-25 MORIOKA Tomohiko + + * mmbuffer.el (mime-entity-body-end-point): New method. + (mime-goto-header-start-point): New method. + (mime-goto-body-start-point): New method. + (mime-goto-body-end-point): New method. + + * mime.el (mime-goto-body-end-point): New generic function. + + * mel.el (Q-encoded-text-length): Fixed. + +1999-05-24 MORIOKA Tomohiko + + * mmbuffer.el (mime-parse-multipart): Refer body-start instead of + header-end. + + * mmcooked.el (mime-insert-header): Fix typo. + +1999-05-23 MORIOKA Tomohiko + + * mmcooked.el (mime-insert-header): Use + `luna-class-find-functions'. + + * mime.el (mime-entity-buffer): Define as obsolete function. + (mime-entity-body-end-point): New generic function; define + `mime-entity-body-end' as obsolete function. + (mime-goto-body-start-point): New generic function. + (mime-entity-uu-filename): Use `mime-goto-body-start-point' and + `mime-entity-body-end-point'. + + * mmbuffer.el (initialize-instance): Define as after method; + return initialized instance. + + * luna.el (luna-define-class): Add `standard-object' as a parent. + (luna-define-method): Allow `:after' qualifier. + (luna-class-find-parents-functions): New function. + (luna-class-find-functions): New function [abolish + `luna-class-find-function']. + (luna-find-functions): New function [abolish + `luna-find-function']. + (luna-send): Modify for new method dispatch mechanism. + (luna-make-entity): New implementation. + (standard-object): New class. + (initialize-instance): New method. + +1999-05-22 MORIOKA Tomohiko + + * Delete mmgeneric.el. + + * mmcooked.el: Modify for mmbuffer.el. + + * mmbuffer.el: + - Don't require `mmgeneric' and `mime-parse'. + - Require mime. + - Use `luna'. + (mime-buffer-entity-buffer-internal): Renamed from + `mime-entity-set-buffer-internal'. + (mime-buffer-entity-set-buffer-internal): Likewise. + (mime-buffer-entity-header-start-internal): Likewise. + (mime-buffer-entity-set-header-start-internal): Likewise. + (mime-buffer-entity-header-end-internal): Likewise. + (mime-buffer-entity-set-header-end-internal): Likewise. + (mime-buffer-entity-body-start-internal): Likewise. + (mime-buffer-entity-set-body-start-internal): Likewise. + (mime-buffer-entity-body-end-internal): Likewise. + (mime-buffer-entity-set-body-end-internal): Likewise. + (mime-entity-name): New method. + (mime-parse-multipart): New function [moved from mime-parse.el]. + (mime-parse-encapsulated): Likewise. + (mime-parse-message): Likewise. + (mime-entity-children): New method. + (mime-goto-header-start-point): New method. + (mime-visible-field-p): New function [moved from mmgeneric.el]. + (mime-insert-header-from-buffer): Likewise. + (mime-insert-header): New method. + (mime-entity-content): Use `luna-define-method'. + (mime-insert-text-content): New method. + ((mime-entity-fetch-field): Use `luna-define-method'. + (mime-entity-header-buffer): New method. + (mime-entity-body-buffer): Likewise. + (mime-entity-buffer): Likewise. + (mime-entity-point-min): Use `luna-define-method'. + (mime-entity-point-max): Use `luna-define-method'. + (mime-parse-buffer): New function [moved from mmgeneric.el]. + + * mime-parse.el (mime-parse-multipart): Moved to mmbuffer.el. + (mime-parse-encapsulated): Likewise. + (mime-parse-message): Likewise. + (mime-parse-buffer): Likewise. + + * mime.el (mime-parse-buffer): Auto-loaded from "mmbufer". + (mime-find-function): Abolished. + (mime-entity-function): Abolished. + (mime-entity-send): Use `luna-send'. + (mime-open-entity): Use `luna-make-entity' and + `mm-expand-class-name'. + (mime-entity-cooked-p): Use `luna-define-generic'. + (mime-entity-children): Use `luna-send'. + (mime-find-entity-from-content-id): Use `mime-entity-read-field'. + (mime-entity-buffer): Change to generic function. + (mime-entity-header-buffer): New generic function. + (mime-entity-body-buffer): Likewise. + (mime-entity-point-min): Use `luna-define-generic'. + (mime-entity-point-max): Likewise. + (mime-entity-header-start): Abolished. + (mime-entity-header-end): Abolished. + (mime-entity-body-start): Abolished. + (mime-entity-body-end): Abolished. + (mime-goto-header-start-point): New generic function. + (mime-entity-fetch-field): New generic function. + (mime-fetch-field): Use `mime-entity-fetch-field'; declare as + obsolete function. + (mime-entity-content-type): Use `mime-entity-fetch-field'. + (mime-entity-content-disposition): Likewise. + (mime-entity-encoding): Likewise. + (mime-entity-read-field): New function. + (mime-read-field): Use `mime-entity-read-field'; declare as + obsolete function. + (mime-insert-header): Use `luna-define-generic'; abolish obsolete + alias `mime-insert-decoded-header'. + (mime-entity-name): New generic function. + (mime-entity-content): Use `luna-define-generic'. + (mime-insert-entity-content): Likewise. + (mime-write-entity-content): Likewise. + (mime-insert-text-content): Likewise. + (mime-insert-entity): Likewise. + (mime-write-entity): Likewise. + (mime-write-entity-body): Likewise. + + * mime-def.el: + - Use `luna'. + (make-mime-entity-internal): Abolished. + (mime-entity-representation-type-internal): Change to alias for + `luna-class-name'. + (mime-entity-set-representation-type-internal): Change to alias + for `luna-set-class-name'. + (mime-entity-location-internal): Defined by + `luna-define-internal-accessors'. + (mime-entity-set-location-internal): Likewise. + (mime-entity-content-type-internal): Likewise. + (mime-entity-set-content-type-internal): Likewise. + (mime-entity-content-disposition-internal): Likewise. + (mime-entity-set-content-disposition-internal): Likewise. + (mime-entity-encoding-internal): Likewise. + (mime-entity-set-encoding-internal): Likewise. + (mime-entity-children-internal): Likewise. + (mime-entity-set-children-internal): Likewise. + (mime-entity-parent-internal): Likewise. + (mime-entity-set-parent-internal): Likewise. + (mime-entity-node-id-internal): Likewise. + (mime-entity-decoded-subject-internal): Abolished. + (mime-entity-set-decoded-subject-internal): Abolished. + (mime-entity-decoded-from-internal): Abolished. + (mime-entity-set-decoded-from-internal): Abolished. + (mime-entity-date-internal): Abolished. + (mime-entity-set-date-internal): Abolished. + (mime-entity-message-id-internal): Abolished. + (mime-entity-set-message-id-internal): Abolished. + (mime-entity-references-internal): Abolished. + (mime-entity-set-references-internal): Abolished. + (mime-entity-chars-internal): Abolished. + (mime-entity-set-chars-internal): Abolished. + (mime-entity-lines-internal): Abolished. + (mime-entity-set-lines-internal): Abolished. + (mime-entity-xref-internal): Abolished. + (mime-entity-set-xref-internal): Abolished. + (mime-entity-original-header-internal): Defined by + `luna-define-internal-accessors'. + (mime-entity-set-original-header-internal): Likewise. + (mime-entity-parsed-header-internal): Likewise. + (mime-entity-set-parsed-header-internal): Likewise. + (mime-entity-buffer-internal): Abolished. + (mime-entity-set-buffer-internal): Abolished. + (mime-entity-header-start-internal): Abolished. + (mime-entity-set-header-start-internal): Abolished. + (mime-entity-header-end-internal): Abolished. + (mime-entity-set-header-end-internal): Abolished. + (mime-entity-body-start-internal): Abolished. + (mime-entity-set-body-start-internal): Abolished. + (mime-entity-body-end-internal): Abolished. + (mime-entity-set-body-end-internal): Abolished. + (mm-expand-class-name): New macro. + (mm-define-backend): Use `luna-define-class' and + `mm-expand-class-name'. + (mm-define-method): Use `luna-define-method' and + `mm-expand-class-name'. + (mm-arglist-to-arguments): Abolished. + (mel-define-service): Use `luna-arglist-to-arguments' instead of + `mm-arglist-to-arguments'. + + * mel.el: Require `alist'. + + * FLIM-ELS (flim-modules): Add `luna' and delete `mmgeneric'. + + * luna.el: + - Rename property `luna-member-index' to `luna-slot-index'. + - Rearrangement to avoid byte-compiling problem. + (luna-define-class-function): New function. + (luna-define-class): Use `luna-define-class-function'. + (luna-define-generic): Fixed. + (luna-define-internal-accessors): New function. + +1999-05-15 MORIOKA Tomohiko + + * luna.el (luna-make-entity-function): Send `initialize-instance'. + +1999-05-14 MORIOKA Tomohiko + + * luna.el: New module. + + +1999-05-31 MORIOKA Tomohiko + + * FLIM: Version 1.12.7 (Y-Dþzaki)-A released. + +1999-05-31 MORIOKA Tomohiko + + * mime-en.sgml (Network representation of header): Translate. + +1999-05-27 Shuhei KOBAYASHI + + * 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 + + * 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 + + * smtp.el (smtp-debug-info): Now a user option. + +1999-05-25 Yoshiki Hayashi + + * README.ja: Modify URL and required version of APEL. + +1999-05-24 Tanaka Akira + + * 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 + + * mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5. + +1999-05-24 MORIOKA Tomohiko + + * eword-encode.el (ew-space-process): Renamed from + `tm-eword::space-process'. + +1999-05-24 MORIOKA Tomohiko + + * 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 + + * smtpmail.el: Require 'poe and 'pcustom. + +1999-05-22 Shuhei KOBAYASHI + + * 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 + + * 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 + + * 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 * FLIM: Version 1.12.6 (Family-K-Dòenmae)-A released. @@ -20,7 +1786,7 @@ * mime.el: Delete autoload setting for `eword-encode-field'. -1999-04-22 MORIOKA Tomohiko +1999-04-22 MORIOKA Tomohiko * eword-encode.el: Require `poem' instead of `emu'. Don't use `cl' for `caar'.