2000-12-04 Daiki Ueno <ueno@unixuser.org>
[elisp/flim.git] / ChangeLog
index 3bb3d54..86e79cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,118 @@
+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-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-26  Kenichi OKADA   <okada@opaopa.org>
+
+       * SLIM: Version 1.14.4 released.
+       * mime-def.el (mime-library-product): Up.
+       * SLIM-VERSION: Added.
+
+2000-11-22  Kenichi OKADA   <okada@opaopa.org>
+
+       * smtp.el (smtp-primitive-starttls): Call `smtp-primitive-helo'
+       after `starttls-negotiate'.
+
+2000-11-20  Kenichi OKADA   <okada@opaopa.org>
+
+       * sasl-digest.el (sasl-digest-md5-response): Fix typo.
+
+2000-11-20  Kenichi OKADA   <okada@opaopa.org>
+
+       * FLIM-ELS (flim-modules): Add `sasl-cram', `sasl-digest' , `qmtp'.
+       Remove `digest-md5'.
+       * sasl.el: sync up with flim-1_14.
+       * smtp.el: sync up with flim-1_14.
+       * qmtp.el: New file.
+       * sasl-cram.el: New file.
+       * sasl-digest.el: New file.
+       * digest-md5.el: Delete.
+
+\f
+2000-10-20  Kenichi OKADA   <okada@opaopa.org>
+
+       * SLIM: Version 1.14.3 released.
+
+2000-09-21  Kenichi OKADA   <okada@opaopa.org>
+
+       * smtp.el (smtp-via-smtp): Cause an error if `smtp-notify-success'
+       is not available.
+
+2000-09-18  KUSANO Takayuki  <AE5T-KSN@asahi-net.or.jp>
+
+       * smtp.el (smtp-via-smtp): Check `service extensions' for DSN.
+
+2000-09-21  Kenichi OKADA <okada@opaopa.org>
+
+       * mime-def.el (mime-library-product): Up.
+       * SLIM-VERSION: Up.
+
+\f
+2000-09-16  Kenichi OKADA   <okada@opaopa.org>
+
+       * SLIM: Version 1.14.2 released.
+
+2000-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * eword-encode.el (eword-encode-mailboxes-to-rword-list):
+       New inline function.
+       (eword-encode-address-to-rword-list): Ditto.
+       (eword-encode-addresses-to-rword-list):
+       Use `eword-encode-address-to-rword-list' instead of
+       `eword-encode-mailbox-to-rword-list'.
+
+       * std11.el (std11-address-string): Fix for group list.
+
+2000-08-23  Kenichi OKADA <okada@opaopa.org>
+
+       * smtp.el (smtp-fqdn): New variable.
+       (smtp-make-fqdn): Use `smtp-fqdn' if non-nil.
+
+2000-08-23  Kenichi OKADA <okada@opaopa.org>
+
+       * mime-def.el (mime-library-product): Up.
+       * SLIM-VERSION: Up.
+
+\f
+2000-08-12  Kenichi OKADA   <okada@opaopa.org>
+
+       * SLIM: Version 1.14.1 released.
+       SLIM-TIPS: Update.
+
+2000-08-12  Kenichi OKADA   <okada@opaopa.org>
+
+       * starttls.el (starttls-open-stream): Put `starttls-extra-args' on
+       the last arg.
+
+2000-08-11  Kenichi OKADA   <okada@opaopa.org>
+
+       * starttls.el (starttls-open-ssl-stream): New function.
+       (starttls-open-stream): Move `starttls-extra-args'.
+
+2000-07-12  Kenichi OKADA <okada@opaopa.org>
+
+       * mime-def.el (mime-library-product): Up.
+
+\f
 2000-07-12  Kenichi OKADA <okada@opaopa.org>
 
        * SLIM: Version 1.14.0 released.
 1999-03-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * 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  <morioka@jaist.ac.jp>
 
 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * 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  <shuhei-k@jaist.ac.jp>
 
 
        * 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  <shuhei-k@jaist.ac.jp>
 
        * FLIM: Version 1.2.0 (J\e-D\ e~\ fj\ er\ f) 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  <morioka@jaist.ac.jp>
 
        * FLIM: Version 1.0.1 (Ky\e-D\ er\ fto) was released.
 
        * mime-def.el (mime-spadework-module-version-string): New
-       constant.
+       constant.
 
        * eword-encode.el: Abolish constant 'eword-encode-version.
 
        * 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).