Fix comments.
[elisp/flim.git] / ChangeLog
index bfa6a0b..d2b285c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,34 @@
+2000-10-31   Daiki Ueno  <ueno@unixuser.org>
+
+       * smtp.el: New implementation; don't use `tram.el' and `luna.el'.
+
+2000-08-16   Daiki Ueno  <ueno@unixuser.org>
+
+       * FLIM-ELS (flim-modules): Add `closure' and `tram'.
+
+       * smtp.el (smtp-default-transaction-compose-function): Use
+       `tram-compose-transaction'.
+       (smtp-via-smtp): Don't compile transaction-function.
+       (smtp-check-response): Abolish.
+
+       * tram.el: Rename from net-trans.el; require `closure'.
+       (tram-define-transaction): New function.
+       (tram-compose-&&): Expand macro `closure-call'.
+       (tram-compose-||): Ditto.
+
 2000-08-16   Daiki Ueno  <ueno@unixuser.org>
 
+       * smtp.el (smtp-default-commands): Abolish.
+       (smtp-commands): Abolish.
+       (smtp-transaction): Delete slots about package information.
+       (smtp-transaction-function): Abolish.
+       (smtp-greeting,smtp-ehlo,smtp-helo,smtp-mailfrom,
+       smtp-rcptto,smtp-data): Define as function.
+       (smtp-default-transaction-compose-function): New function.
+       (smtp-closure-partial-apply): New function.
+       (smtp-transaction-compose-function): New variable.
+       (smtp-mailfrom): Don't send message size.
+
        * qmtp.el (qmtp-timeout): New user option.
        (qmtp-read-point): New variable.
        (qmtp-send-package): New function.