Fix comments.
[elisp/flim.git] / ChangeLog
index 1d08a91..d2b285c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,46 @@
+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.
+
 2000-08-15   Daiki Ueno  <ueno@unixuser.org>
 
+       * FLIM-ELS (flim-modules): Add `qmtp'.
+
+       * qmtp.el: New file.
+
+       * smtp.el (smtp-check-response): Rewrite.
+
        * net-trans.el (net-transaction-fold-left): Rename.
 
 2000-08-14   Daiki Ueno  <ueno@unixuser.org>
 
        * FLIM-ELS (flim-modules): Add `net-trans'.
 
+2000-08-10  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * 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.
+
+\f
+2000-07-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * FLIM-Chao: Version 1.14.1 (Rokujiz\e-Dò)\e-A released.
+
+2000-07-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mmexternal.el (initialize-instance): Deleted.
+       (mmexternal-require-file-name): New function.
+       (mmexternal-require-buffer): Use `mmexternal-require-file-name'.
+
+2000-06-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mime.el (mime-entity-read-field): Fix a bug when FIELD-NAME is a
+       string.
+
 2000-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * mmexternal.el (initialize-instance): New method.