diff options
| author | Jason L. Wright | 2012-05-09 21:12:20 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2012-05-09 21:12:20 +0200 |
| commit | 8633b1f4566f01eae2d596436cd97fa687f09051 (patch) | |
| tree | 3367a45fd456438a1ef8ced3924c045614ab2a4b /lisp/ChangeLog | |
| parent | fe263b8f57f4f55e17a4a39f36e52f585e0cba70 (diff) | |
| download | emacs-8633b1f4566f01eae2d596436cd97fa687f09051.tar.gz emacs-8633b1f4566f01eae2d596436cd97fa687f09051.zip | |
* mail/smtpmail.el (smtpmail-send-command): Send the command and
the following \r\n using a single `process-send-string', since the
Lotus SMTP server refuses to accept any commands if they are sent
with two `process-send-string's.
Fixes: debbugs:11444
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d72e098579c..8e6a3c0f106 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-05-09 Jason L. Wright <jason.wright@inl.gov> (tiny change) | ||
| 2 | |||
| 3 | * mail/smtpmail.el (smtpmail-send-command): Send the command and | ||
| 4 | the following \r\n using a single `process-send-string', since the | ||
| 5 | Lotus SMTP server refuses to accept any commands if they are sent | ||
| 6 | with two `process-send-string's (bug#11444). | ||
| 7 | |||
| 1 | 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * shell.el (shell-parse-pcomplete-arguments): Obey | 10 | * shell.el (shell-parse-pcomplete-arguments): Obey |