aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-08 23:09:20 -0800
committerGlenn Morris2012-02-08 23:09:20 -0800
commit5e6ca6fe1897cb5b979a06ab21cdd0864148d5cc (patch)
tree81b55f51da698f6f7cae650c0e74772df95ef45b
parent5da3be7f989b3b9a7ef8e966355c6bf06ba44e9b (diff)
downloademacs-5e6ca6fe1897cb5b979a06ab21cdd0864148d5cc.tar.gz
emacs-5e6ca6fe1897cb5b979a06ab21cdd0864148d5cc.zip
Small NEWS edit for compose-mail
-rw-r--r--etc/NEWS13
1 files changed, 7 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b47d526db74..d9440b62454 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -133,7 +133,13 @@ email, or to use the old defaults that rely on external mail
133facilities (`sendmail-send-it' on GNU/Linux and other Unix-like 133facilities (`sendmail-send-it' on GNU/Linux and other Unix-like
134systems, and `mailclient-send-it' on Windows). 134systems, and `mailclient-send-it' on Windows).
135 135
136*** smtpmail changes 136---
137*** `compose-mail' now accepts an optional 8th arg, RETURN-ACTION, and
138passes it to the mail user agent function. This argument specifies an
139action for returning to the caller after finishing with the mail.
140For example, this is used by Rmail to optionally delete a mail window.
141
142*** smtpmail
137 143
138**** smtpmail now uses encrypted connections (via STARTTLS) if the 144**** smtpmail now uses encrypted connections (via STARTTLS) if the
139mail server supports them. It also uses the auth-source framework for 145mail server supports them. It also uses the auth-source framework for
@@ -1004,11 +1010,6 @@ of the target directory, if the latter is an existing directory. The
1004new optional arg COPY-CONTENTS, if non-nil, makes the function copy 1010new optional arg COPY-CONTENTS, if non-nil, makes the function copy
1005the contents directly into a pre-existing target directory. 1011the contents directly into a pre-existing target directory.
1006 1012
1007** `compose-mail' now accepts an optional 8th arg, RETURN-ACTION, and
1008passes it to the mail user agent function. This argument specifies an
1009action for returning to the caller after finishing with the mail.
1010This is currently used by Rmail to delete a mail window.
1011
1012** For mouse click input events in the text area, the Y pixel 1013** For mouse click input events in the text area, the Y pixel
1013coordinate in the POSITION list now counts from the top of the text 1014coordinate in the POSITION list now counts from the top of the text
1014area, excluding any header line. Previously, it counted from the top 1015area, excluding any header line. Previously, it counted from the top