]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention the `send-mail-function' default change.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 7 Jul 2011 11:59:05 +0000 (13:59 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 7 Jul 2011 11:59:05 +0000 (13:59 +0200)
etc/ChangeLog
etc/NEWS

index cd035a4d7c9bcaee8f3d120fef4c775c9a767372..bb9c87b8ef0926fa13165800306ce0dc7d0efe8b 100644 (file)
@@ -1,6 +1,7 @@
 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * NEWS: Clarify `smtpmail-auth-credentials' non-existence.
+       Mention the `send-mail-function' default change.
 
 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
 
index 46e7f4d60a5a524d0b7dfe275f5de8331e2febee..8a06c9f2bc622b22e3776ddf546605ff7ed0d165 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -117,14 +117,22 @@ with minibuffer-local-must-match-map.
 
 ** auto-mode-case-fold is now enabled by default.
 
+** Mail changes
+
+The default of `send-mail-function' has changed from
+`sendmail-send-it' (on GNU/Linux and other Unix-like systems) or
+`mailclient-send-it' (on Windows) to `sendmail-query-once'.  This new
+default will ask the user (once) whether to use the internal smtpmail
+package to send email, or to use the old, external defaults.
+
 ** smtpmail changes
 
-** smtpmail has been largely rewritten to upgrade to STARTTLS if
+*** smtpmail has been largely rewritten to upgrade to STARTTLS if
 possible, and uses the auth-source framework for getting credentials.
 The rewrite should be largely compatible with previous versions of
 smtpmail, but there are two major incompatibilities:
 
-** `smtpmail-auth-credentials' no longer exists.  That variable used
+*** `smtpmail-auth-credentials' no longer exists.  That variable used
 to be be either ~/.authinfo (in which case you won't see any
 difference), but if it were a direct list of user names and passwords,
 it will be ignored, and you will be prompted for the user name and the
@@ -143,7 +151,7 @@ then the equivalent line in ~/.authinfo would be
 
 machine mail.example.org port 25 login jim password s!cret
 
-** Similarly, `smtpmail-starttls-credentials' no longer exists.  If
+*** Similarly, `smtpmail-starttls-credentials' no longer exists.  If
 you had that set, then then you need to put
 
 machine smtp.whatever.foo port 25 key "~/.my_smtp_tls.key" cert