Changes committed gnus/contrib (smtpmail.el)
"Miles Bader" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: smtpmail.el Merge from emacs--devo--0, emacs--rel--22 Patches applied: * emacs--devo--0 (patch 1092-1093, 1095, 1097, 1099-1104, 1106, 1108, 1110, 1113, 1118-1119, 1121) - Update from CVS - Merge from emacs--rel--22 - Merge from gnus--devo--0 * emacs--rel--22 (patch 241-243, 245-246, 249, 254) - Update from CVS - Merge from gnus--rel--5.10 2008-04-22 Juri Linkov <[email protected]> * lisp/mailcap.el (mailcap-file-default-commands): New function. 2008-04-08 Katsumi Yamaoka <[email protected]> * lisp/compface.el (uncompface): Make buffer unibyte. 2008-04-05 Glenn Morris <[email protected]> * lisp/gnus-ems.el (mm-disable-multibyte): Autoload it. 2008-04-05 Stefan Monnier <[email protected]> * lisp/mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters. * lisp/nnheader.el (nnheader-init-server-buffer): Change buffer's multibyteness after rather than before erasing it. * lisp/gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of mm-with-multibyte. (gnus-request-article-this-buffer): Make sure the proper decoding is used if gnus-original-article-buffer happens to be unibyte. * lisp/gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to default-enable-multibyte-characters. * lisp/gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of default-enable-multibyte-characters. * lisp/mm-decode.el (mm-inline-media-tests): Add entry for x-diff. * lisp/nnweb.el (nnweb-init): Avoid nn-with-unibyte. 2008-03-31 Glenn Morris <[email protected]> * lisp/message.el (mml2015-use): Declare for compiler. (message-info): Require mml2015 when appropriate. 2008-03-30 Stefan Monnier <[email protected]> * lisp/nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command. (nntp-netcat-switches): Rename from nntp-via-netcat-switches. (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer. (nntp-service-to-port): New function. (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet) (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it. (nntp-open-netcat-stream): New function. (nntp-open-via-rlogin-and-netcat): Don't use a pty. 2008-03-29 Stefan Monnier <[email protected]> * lisp/message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer. 2008-03-28 Magnus Henoch <[email protected]> * lisp/net/dns.el (dns-write): Use set-buffer-multibyte. 2008-03-14 Stefan Monnier <[email protected]> * texi/gnus.texi (Example Methods, Direct Functions, Indirect Functions) (Common Variables): Give precedence to the netcat methods over the telnet methods, and mention that they are more reliable. Revision: [email protected]/gnus--devo--0--patch-481 Index: smtpmail.el diff -u gnus/contrib/smtpmail.el:7.12 gnus/contrib/smtpmail.el:7.13 --- smtpmail.el:7.12 Sun Jan 20 06:23:59 2008 +++ smtpmail.el Thu Apr 24 06:19:22 2008 @@ -1030,5 +1030,5 @@ (provide 'smtpmail) -;;; arch-tag: a76992df-6d71-43b7-9e72-4bacc6c05466 +;; arch-tag: a76992df-6d71-43b7-9e72-4bacc6c05466 ;;; smtpmail.el ends here