X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=3e50893cd4ba0c2588a84953b452b5a22be43fcb;hb=refs%2Fheads%2Fslim-1_13;hp=302124522cc7a1800ab5191e2b656e2e2094d785;hpb=c8ab04988fa2b3fb64a09a655c53a10f08fd9a9f;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index 3021245..3e50893 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,102 @@ +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-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-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'.