update.
[elisp/flim.git] / ChangeLog
index 80caf0e..ec3a693 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,134 @@
+2000-12-04   Daiki Ueno  <ueno@unixuser.org>
+
+       * luna.el (luna-class-find-functions): Don't quote colon keywords.
+       (luna-send): Ditto.
+       (luna-call-next-method): Ditto.
+
+       * README.ja, README.en (load-path): Remove section.
+       (What's FLIM): Specify prerequisite version of Emacsen.
+
+2000-12-04   Daiki Ueno  <ueno@unixuser.org>
+
+       * smtpmail.el (smtpmail-send-it): Use `smtp-send-buffer' instead of
+       `smtp-via-smtp'.
+       (smtpmail-send-queued-mail): Ditto.
+
+2000-11-28   Daiki Ueno  <ueno@unixuser.org>
+
+       * 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-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * 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-21   Daiki Ueno  <ueno@unixuser.org>
+
+       * 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-12   Daiki Ueno  <ueno@unixuser.org>
+
+       * 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-11-12   Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * 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.
+
+       * tests/test-sasl.el (test-sasl-digest-md5-imap): New testcase.
+       (test-sasl-digest-md5-acap): New testcase.
+
+2000-11-10   Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * lunit.el (lunit-test-method-regexp): New variable.
+       (lunit-class): New function.
+
+2000-11-09   Daiki Ueno  <ueno@unixuser.org>
+
+       * lunit.el: New file.
+
+2000-11-07   Kenichi OKADA  <okada@opaopa.org>
+
+       * sasl.el (sasl-login-response-1): Fix.
+       (sasl-login-response-2): Fix.
+
+2000-11-07   Daiki Ueno  <ueno@unixuser.org>
+
+       * smtp.el (smtp-sasl-properties): New user option.
+       (smtp-sasl-user-realm): Abolish.
+
+2000-11-05   Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
 
        * sasl.el (sasl-step-data): New function.