From: tomo Date: Tue, 19 Dec 2000 05:09:46 +0000 (+0000) Subject: update. X-Git-Tag: flim-1_14_0~34 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c58e8fb1e4af184c8e4c5a2e6c198ff1a4877866;p=elisp%2Fflim.git update. --- diff --git a/ChangeLog b/ChangeLog index 60d024a..4a55870 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2000-12-16 MORIOKA Tomohiko + + * raw-io.el: New file. + + * smtpmail.el: - Require `raw-io'. + - Delete definition of obsolete variable aliases for XEmacs. + (smtpmail-send-queued-mail): Use `binary-find-file-noselect' + instead of `find-file-noselect-as-binary'. + + * smtp.el (smtp-open-connection-function): Use + `binary-open-network-stream' instead of `open-network-stream' as + initial value. + (smtp-open-connection): Don't guard as `binary'. + + * qmtp.el (qmtp-open-connection-function): Use + `binary-open-network-stream' instead of `open-network-stream' as + initial value. + (qmtp-send-buffer): Don't guard as `binary'. + 2000-12-15 TAKAHASHI Kaoru * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.