X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=8e319a26974eceea4e67c45ec6892029188da1eb;hb=c8d767dd74c1c189c7b5bed118a18f8bf3ef8791;hp=6bde5fed52d13e88d329a64aba0e8926820cc733;hpb=2ceb439c2f92404ae61dee513eef54d9a4c3f8bd;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index 6bde5fe..8e319a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,768 @@ +2000-07-12 Kenichi OKADA + + * mime-def.el (mime-library-product): Up. + + +2000-07-12 Kenichi OKADA + + * SLIM: Version 1.14.0 released. + (Sync with FLIM-Chao 1.14.1). + +2000-07-12 Kenichi OKADA + + * md5-dl.el (TopLevel): Define-maybe + `md5-string', `dynamic-link' and `dynamic-call'. + * sha1-dl.el (TopLevel): Define-maybe `dynamic-link' and `dynamic-call'. + * md5-el.el (TopLevel): Provide `md5-el' instead of `md5'. + * md5.el (TopLevel): Require `md5-el' and `md5-dl'. + +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-27 Kenichi OKADA + + * smtp.el (smtp-via-smtp): additional HELO for sendmail warning. + +2000-06-25 Kenichi OKADA + + * SLIM-VERION: Add code name. + +2000-06-24 Kenichi OKADA + + * mime-def.el (mime-library-product): Fix. + +2000-06-24 Kenichi OKADA + + * mime-def.el (mime-library-product): Up. + +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-04-17 Yoshiki Hayashi + + * mel.el (mime-decode-string): Return original string + when it failed to decode. + + +2000-04-16 Kenichi OKADA + + * SLIM: Version 1.13.7 released. + * mime-def.el (mime-library-product): Up. + +2000-04-16 Kenichi OKADA + + * sasl.el (sasl-scram-md5-client-security-info): eval-when-compile. + +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-02-03 Kenichi OKADA + + * smtp.el (TopLevel): Autoload `sasl-digest-md5-digest-response'. + +2000-02-02 Kenichi OKADA + + * SLIM-TIPS: Add comment. + +2000-02-01 Daiki Ueno + + * smtp.el (smtp-via-smtp): Assume that `smtp-authenticate-type' + is a symbol. + +2000-02-01 Kenichi OKADA + + * smtp.el (smtp-via-smtp): Downcase `smtp-authenticate-type'. + +2000-02-01 Daiki Ueno + + * smtp.el (smtp-via-smtp): Throw `done' instead of `smtp-error'; + when evaluating unwind form, send QUIT command if the process is running. + +2000-01-28 Kenichi OKADA + + * md5-el.el (md5-encode): If `md5-maximum-internal-length' is nil, + don't use external md5-program. + (md5): Ditto. + +2000-01-23 Kenichi OKADA + + * smtp.el (smtp-auth-digest-md5): Don't save insecure words. + +2000-01-22 Kenichi OKADA + + * digest-md5.el (TopLevel): Update example for + `digest-md5-build-response-value'. + +2000-01-22 Kenichi OKADA + + * sasl.el (TopLevel): Autoload `digest-md5-parse-digest-challenge'. + +2000-01-21 Kenichi OKADA + + * SLIM: Version 1.13.6 released. + +2000-01-21 Kenichi OKADA + + * smtp.el (TopLevel): Eval `sasl' when compile. + +2000-01-21 Kenichi OKADA + + * sasl.el (TopLevel): Delete function + `sasl-digest-md5-parse-digest-challenge'. + * smtp.el (smtp-auth-digest-md5): Don't use + `sasl-digest-md5-parse-digest-challenge'. + +2000-01-21 Kenichi OKADA + + * scram-md5.el (sasl-scram-md5-client-security-info): Eval when compile. + +2000-01-21 Kenichi OKADA + + * digest-md5.el (TopLevel): Delete `digest-md5-nonce-count'. + (digest-md5-build-response-value): Add `realm', + `nonce' and `nonce-count'. + (digest-md5-digest-response): Add options as RFC. + * sasl.el (TopLevel): New variable `sasl-digest-md5-nonce-count'. + New functions `sasl-digest-md5-digest-response' and + `sasl-digest-md5-parse-digest-challenge'. + * smtp.el (TopLevel): New function `smtp-auth-digest-md5'. + +2000-01-06 Kenichi OKADA + + * sasl.el (TopLevel): Autoload 'scram-md5' for + `scram-make-security-info'. + +2000-01-06 Kenichi OKADA + + * smtp.el (smtp-authenticate-type): Rename from `smtp-authenticate-type'. + (smtp-authenticate-user): Rename from `smtp-authentication-user'. + (smtp-authenticate-passphrase): Rename from `smtp-authentication-passphrase'. + (smtp-authenticate-method-alist): Rename from `smtp-authenticate-method-alist)'. + +2000-01-05 Katsumi Yamaoka + + * Makefile, mime-en.sgml, mime-ja.sgml: Update for the new CVS + server. + +2000-01-01 Kenichi OKADA + + * mime-def.el (mime-library-product): Up. + * smtp.el (smtp-authentication-method-alist): Add `digest-md5'. + (smtp-auth-digest-md5): New function. + +1999-12-21 Kenichi OKADA + + * sasl.el (TopLevel): Autoload `digest-md5' and `scram-md5'. + + +1999-12-21 Kenichi OKADA + + * SLIM: Version 1.13.5 released. + +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 Kenichi OKADA + + * smtp.el (smtp-aut-login): Update to new api. + +1999-12-14 Daiki Ueno + + * digest-md5.el + (digest-md5-digest-response): Add optional argument `qop'. + (digest-md5-build-response-value): Use it. + +1999-12-13 Daiki Ueno + + * digest-md5.el (digest-md5-challenge): New variable. + (digest-md5-nonce-count): New variable. + (digest-md5-parse-digest-challenge-syntax-table): Fix document. + (digest-md5-parse-digest-challenge): Add autoload cookie. + (digest-md5-challenge): New macro. + (digest-md5-build-response-value): New macro. + (digest-md5-digest-response): Use it; Add autoload cookie. + +1999-12-13 Katsumi Yamaoka + + * README.en,README.ja,mime-en.sgml,mime-en.texi,mime-ja.sgml, + mime-ja.texi: Update for the recent ML address and ftp site. + +1999-12-13 Daiki Ueno + + * digest-md5.el + (digest-md5-parse-digest-challenge-syntax-table): New variable. + (digest-md5-parse-digest-challenge): Use it; return parsed + result as a property list. + +1999-12-13 Kenichi OKADA + + * sasl.el (sasl-scram-md5-make-salted-pass): New function. + * smtp.el (smtp-auth-scram-md5): Use `sasl-scram-md5-make-salted-pass' + instead of `scram-md5-make-salted-pass' and `scram-md5-parse-server-msg-1'. + +1999-12-13 Kenichi OKADA + + * digest-md5.el (digest-md5-parse-digest-challenge): Fix. + +1999-12-13 Kenichi OKADA + + * digest-md5.el (digest-md5-digest-response): Update. + (digest-md5-make-cnonce): New function. + (digest-md5-parse-digest-challenge): New function. + +1999-12-13 Kenichi OKADA + + * FLIM-ELS (flim-modules): Add `unique-id'. + * smtp.el (TopLevel): Add autoload `sasl-scram-md5'. + +1999-12-13 Kenichi OKADA + + * unique-id.el: New file. + * scram-md5.el (TopLevel): Require `unique-id'. + (scram-make-unique-nonce): Use `unique-id'. + * sasl.el (sasl-number-base36): Delete. + (sasl-unique-id-char): Delete. + (sasl-unique-id): Delete. + +1999-12-13 Kenichi OKADA + + * FLIM-ELS (flim-modules): Add `digest-md5'. + +1999-12-13 Kenichi OKADA + + * digest-md5.el: New file. + (digest-md5-digest-uri): New function. + (digest-md5-digest-response): New function. + +1999-12-13 Kenichi OKADA + + * sasl.el (sasl-scram-md5-authenticate-server): Require salted-pass + instead of passphrase. + (sasl-scram-md5-client-msg-2): Ditto. + +1999-12-13 Kenichi OKADA + + * smtp.el (smtp-auth-scram-md5): Erase insecure sequences. + * sasl.el (sasl-scram-md5-client-msg-2): Erase insecure sequences. + (TopLevel): Add example for `scram-md5'. + * scram.el (scram-md5-make-server-msg-2): Rename from `scram-md5-authenticate-server'. + (scram-md5-make-salted-pass): Don't erase passphrase. + (scram-make-unique-nonce): Erase unique-id. + (scram-md5-make-client-msg-1): Erase nonce. + (scram-md5-make-shared-key): Erase buffer. + (scram-md5-make-server-msg-2): Ditto. + +1999-12-13 Kenichi OKADA + + * smtp.el (smtp-auth-scram-md5): New function. + (smtp-authentication-method-alist): Add `scram-md5'. + +1999-12-12 Kenichi OKADA + + * sasl.el (TopLevel): Require `scram-md5'. + +1999-12-11 Kenichi OKADA + + * sasl.el (sasl-scram-md5-client-msg-1): New function. + (sasl-scram-md5-client-msg-2): New function. + (sasl-scram-md5-authenticate-server): New function. + (sasl-scram-md5-client-security-info): New variable. + +1999-12-09 Kenichi OKADA + + * mime-def.el (mime-library-product): Up. + +1999-12-06 Kenichi OKADA + + * sasl.el (sasl-number-base36): New function. + (sasl-unique-id): New function. + (sasl-unique-id-char): New variable. + * scram-md5.el (scram-make-unique-nonce): Fix to use `sasl-unique-id'. + +1999-12-06 Kenichi OKADA + + * sha1-el.el: Fix. + * hex-util.el: Fix. + + +1999-12-06 Kenichi OKADA + + * SLIM: Version 1.13.4 released. + +1999-12-04 Kenichi OKADA + + * SLIM-VERION: Add code name. + +1999-12-03 Kenichi OKADA + + * smtp.el (smtp-via-smtp): Fix. + +1999-12-02 Kenichi OKADA + + * smtp.el (smtp-via-smtp): Enclose by `as-binary-process'. + +1999-12-02 Kenichi OKADA + + * smtp.el (smtp-via-smtp): Fix. + +1999-12-02 Kenichi OKADA + + * scram-md5.el (scram-make-unique-nonce): Fix. + +1999-12-02 Kenichi OKADA + + * smtp.el (smtp-send-command): Add new optional argument + to delete insecure words in a trace buffer. + (smtp-auth-cram-md5): Update. + (smtp-auth-plain): Update. + (smtp-auth-login): Update. + +1999-12-02 Kenichi OKADA + + * smtp.el (smtp-via-smtp): Comment out vain commands. + +1999-12-02 Kenichi OKADA + + * scram-md5.el: New file. + * FLIM-ELS (flim-modules): Add `scram-md5'. + +1999-12-01 Kenichi OKADA + + * smtp.el (smtp-auth-anonymous): New function. + (smtp-authentication-method-alist): Add `anonymous'. + +1999-12-01 Kenichi OKADA + + * SLIM-VERSION: Fix. + * smtp.el: Fix Author. + * sasl.el (sasl-cram-md5): Update to delete + insecure sequences. + +1999-11-28 Kenichi OKADA + + * mime-def.el (mime-library-product): Up. + +1999-11-28 Kenichi OKADA + + * ChangeLog: Fix. + * sasl.el (sasl-cram-md5): Rename `username' from `user'. + Rename `challenge' from `response'. + * SLIM-VERION: Add code name. + +1999-11-23 Kenichi OKADA + + * sha1.el (sha1-encode): Fix and define as obsolete function. + (sha1-encode-binary): Ditto. + +1999-11-23 Kenichi OKADA + + * sha1.el (sha1-encode): New alias. + (sha1-encode-binary): Ditto. + + +1999-11-23 Kenichi OKADA + + * SLIM: Version 1.13.3 released. + +1999-11-23 Tsunehiko Baba + + * sasl.el: Don't require `hmac-util'. + (sasl-cram-md5): Update to use encode-hex-string. + +1999-11-23 Kenichi OKADA + + * sha1.el: Update. + * sha1-el.el: Update. + * sha1-dl.el: Update. + * hmac-sha1.el: Update. + +1999-06-23 Shuhei KOBAYASHI + + * sha1-el.el (sha1-string-external): Don't use `with-temp-buffer'. + +1999-06-21 Shuhei KOBAYASHI + + * sha1-el.el: Added external program support. + (sha1-maximum-internal-length, sha1-program): New variables. + (sha1-string-external, sha1-region-external): New functions. + (sha1-region, sha1-string): Use above. + +1999-06-20 Shuhei KOBAYASHI + + * md5-dl.el (md5-region): Not interactive. + sha1-dl.el (sha1-region): Ditto. + sha1-el.el (sha1-region-internal): Ditto. + + +1999-11-23 Kenichi OKADA + + * SLIM: Version 1.13.2 released. + +1999-10-23 Kenichi OKADA + + * smtp.el (smtp-auth-cram-md5): Update to delete + insecure sequences. + (smtp-auth-login): Ditto. + +1999-11-23 Kenichi OKADA + + * smtp.el (smtp-auth-cram-md5): New function. + (smtp-auth-plain): New function. + (smtp-auth-login): New function. + (smtp-authentication-method-alist): New variable. + +1999-11-23 Kenichi OKADA + + * hex-util.el: New file. + * hmac-util.el: Remove. + * hmac-md5.el: Update. + * FLIM-ELS (flim-modeules): Rename `hex-util' from `hmac-util'. + +1999-11-22 Kenichi OKADA + + * smtp.el (smtp-via-smtp): Fix to use `smtp-authentication-type', + `smtp-authentication-user', `smtp-authentication-passphrase' and + `smtp-connection-type'. + +1999-11-22 Daiki Ueno + + * smtp.el (smtp-authentication-type): New variable. + (smtp-authentication-user): New variable. + (smtp-authentication-passphrase): New variable. + (smtp-connection-type): New variable. + + +1999-11-21 Kenichi OKADA + + * SLIM: Version 1.13.1 released. + +1999-11-21 Kenichi OKADA + + * SLIM-TIPS: Add comment. + +1999-11-21 Kenichi OKADA + + * smtp.el (smtp-via-smtp): Add autoload for + `starttls-open-stream', `starttls-negotiate', + `sasl-cram-md5' and `sasl-plain'. + * smtp.el (smtp-via-smtp): Don't require `sasl' and `starttls'. + +1999-11-21 Kenichi OKADA + + * starttls.c: New file. + * smtp.el (smtp-via-smtp): STARTTLS support. + * SLIM-TIPS: New file. + * starttls.c: Deleted. See SLIM-TIPS. + * FLIM-ELS (flim-modules): Add `starttls' + +1999-11-21 Daiki Ueno + + * starttls.el: New file. + * starttls.c: New file. + +1999-10-20 Kenichi OKADA + + * smtp.el (smtp-via-smtp): Update to delete + insecure sequences at plain. + * SLIM-VERION: Add code name. + * mime-def.el (mime-library-product): Up. + +1999-11-20 Shuhei KOBAYASHI + + * hmac-def.el (define-hmac-function): Update to delete + insecure sequences. + + +1999-11-20 Kenichi OKADA + + * SLIM: Version 1.13.0 released. + +1999-11-20 Kenichi OKADA + + * smtp.el (smtp-via-smtp): Fix typo. + * hmac-md5.el: Add Author and Maintainer. + +1999-11-20 Kenichi OKADA + + * hmac-md5.el (hmac-md5): Specify the 4th arg to `md5' + as `binary' if possible. + +1999-10-19 Kenichi OKADA + + * hmac-md5.el (hmac-md5): Fixed for XEmacs's md5. + +1999-11-19 Kenichi OKADA + + * md5.el: New file. (import from hmac package) + * md5-el.el: New file. (import from hmac package) + * md5-dl.el: New file. (import from hmac package) + * sha1.el: New file. (import from hmac package) + * sha1-el.el: New file. (import from hmac package) + * sha1-dl.el: New file. (import from hmac package) + * hmac-def.el: New file. (import from hmac package) + * hmac-util.el: New file. (import from hmac package) + * hmac-md5.el: New file. (import from hmac package) + * hmac-sha1.el: New file. (import from hmac package) + * FLIM-ELS (flim-modules): Add `md5 md5-el md5-dl sha1 sha1-el + sha1-dl hmac-def hmac-util hmac-md5 hmac-sha1'. + +1999-11-19 Kenichi OKADA + + * SLIM-VERSION: New file. + * sasl.el: Add keyword. + +1999-11-19 Kenichi OKADA + + * sasl.el: New file. + * smtp.el (smtp-via-smtp): Use sasl.el for SASL. + * FLIM-ELS (flim-modules): Add `sasl'. + +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 @@ -341,7 +1106,7 @@ 1999-05-31 MORIOKA Tomohiko - * FLIM: Version 1.12.7 (Y-Dþzaki)-A released. + * FLIM: Version 1.12.7 (Y-D~zaki) released. 1999-05-31 MORIOKA Tomohiko @@ -516,7 +1281,7 @@ 1999-05-11 MORIOKA Tomohiko - * FLIM: Version 1.12.6 (Family-K-Dòenmae)-A released. + * FLIM: Version 1.12.6 (Family-K-Drenmae) released. 1999-04-27 Shuhei KOBAYASHI @@ -572,7 +1337,7 @@ 1999-03-01 MORIOKA Tomohiko * mel.el (mime-decode-string): Return STRING if return value of - `(mel-find-function 'mime-decode-string encoding)' is nil. + `(mel-find-function 'mime-decode-string encoding)' is nil. 1999-02-10 MORIOKA Tomohiko @@ -633,7 +1398,7 @@ 1999-01-23 MORIOKA Tomohiko - * FLIM: Version 1.12.3 (Kintetsu-K-Dòriyama)-A released. + * FLIM: Version 1.12.3 (Kintetsu-K-Drriyama) released. 1999-01-23 MORIOKA Tomohiko @@ -676,7 +1441,7 @@ 1999-01-21 MORIOKA Tomohiko - * FLIM: Version 1.12.2 (Kuj-Dò)-A released. + * FLIM: Version 1.12.2 (Kuj-Dr) released. 1999-01-16 MORIOKA Tomohiko @@ -862,7 +1627,7 @@ 1998-12-02 MORIOKA Tomohiko - * FLIM: Version 1.12.1 (Nishinoky-Dò)-A released. + * FLIM: Version 1.12.1 (Nishinoky-Dr) released. 1998-11-30 MORIOKA Tomohiko @@ -1080,7 +1845,7 @@ 1998-10-26 MORIOKA Tomohiko - * FLIM: Version 1.11.2 (Heij-Dò)-A was released. + * FLIM: Version 1.11.2 (Heij-Dr) was released. * NEWS (Abolish variable `mime-temp-directory'): New subsection. @@ -1360,7 +2125,7 @@ 1998-10-12 MORIOKA Tomohiko - * FLIM: Version 1.10.4 (Shin-H-Dòsono)-A was released. + * FLIM: Version 1.10.4 (Shin-H-Drsono) was released. 1998-10-12 Katsumi Yamaoka @@ -1545,7 +2310,7 @@ 1998-09-29 MORIOKA Tomohiko - * FLIM: Version 1.10.0 (K-Dòdo)-A was released. + * FLIM: Version 1.10.0 (K-Drdo) was released. * README.en (What's FLIM): Add mel-ccl.el. @@ -1832,7 +2597,7 @@ 1998-08-31 MORIOKA Tomohiko - * FLIM: Version 1.9.1 (Tonosh-Dò)-A was released. + * FLIM: Version 1.9.1 (Tonosh-Dr) was released. * mime-en.sgml (mm-backend): Translate a little. @@ -1893,12 +2658,12 @@ 1998-08-28 MORIOKA Tomohiko * eword-encode.el (eword-encode-field): Use `capitalize' instead - of `downcase' for `field-name'. + of `downcase' for `field-name'. * eword-encode.el (eword-encode-structured-field-body): New - function. + function. (eword-encode-field): Use `eword-encode-structured-field-body' for - "MIME-Version" and "User-Agent" field. + "MIME-Version" and "User-Agent" field. 1998-08-26 Shuhei KOBAYASHI @@ -1908,15 +2673,15 @@ * 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'. + `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'. + 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-'. + `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'. 1998-08-26 Shuhei KOBAYASHI @@ -1975,7 +2740,7 @@ 1998-07-07 MORIOKA Tomohiko - * FLIM-Chao: Version 1.8.0 (Shij-Dò)-A was released. + * FLIM-Chao: Version 1.8.0 (Shij-Dr) was released. 1998-07-07 MORIOKA Tomohiko @@ -2087,7 +2852,7 @@ 1998-07-01 MORIOKA Tomohiko - * FLIM: Version 1.8.0 (-DÒkubo)-A was released. + * FLIM: Version 1.8.0 (-DRkubo) was released. * README.en: Delete `How to use'. @@ -2212,7 +2977,7 @@ 1998-06-28 MORIOKA Tomohiko - * FLIM-Chao: Version 1.7.0 (Goj-Dò)-A was released. + * FLIM-Chao: Version 1.7.0 (Goj-Dr) was released. 1998-06-26 MORIOKA Tomohiko @@ -2471,7 +3236,7 @@ 1998-06-19 MORIOKA Tomohiko - * FLIM: Version 1.4.1 (Momoyama-Gory-Dòmae)-A was released. + * FLIM: Version 1.4.1 (Momoyama-Gory-Drmae) was released. 1998-06-18 MORIOKA Tomohiko @@ -2591,10 +3356,10 @@ 1998-05-06 MORIOKA Tomohiko - * FLIM: Version 1.2.0 (J-Dþjò)-A was released. + * FLIM: Version 1.2.0 (J-D~jr) was released. * README.en (What's FLIM): Delete description about - std11-parse.el; add description about mailcap.el. + std11-parse.el; add description about mailcap.el. 1998-05-06 MORIOKA Tomohiko @@ -2642,7 +3407,7 @@ 1998-05-05 MORIOKA Tomohiko - * FLIM: Version 1.1.0 (T-Dòji)-A was released. + * FLIM: Version 1.1.0 (T-Drji) was released. 1998-05-04 MORIOKA Tomohiko @@ -2678,10 +3443,10 @@ 1998-04-17 MORIOKA Tomohiko - * FLIM: Version 1.0.1 (Ky-Dòto)-A was released. + * FLIM: Version 1.0.1 (Ky-Drto) was released. * mime-def.el (mime-spadework-module-version-string): New - constant. + constant. * eword-encode.el: Abolish constant 'eword-encode-version. @@ -2718,6 +3483,6 @@ * 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). + eword-encode.el: Copied from MEL, SEMI (mime-def.el + eword-decode.el eword-encode.el) and APEL (std11-parse.el + std11.el).