aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2003-09-28 08:55:50 +0000
committerEli Zaretskii2003-09-28 08:55:50 +0000
commita8df98fd8b8894623d6ff29dfd6f96bff306b14b (patch)
tree90568cd34d5766b0bcbe5d3bb4f0420bf81eea95 /lisp/ChangeLog
parent57fff5de663515ea95e25d10eb838929cbda4ad6 (diff)
downloademacs-a8df98fd8b8894623d6ff29dfd6f96bff306b14b.tar.gz
emacs-a8df98fd8b8894623d6ff29dfd6f96bff306b14b.zip
(smtpmail-via-smtp): Don't insert a space
between "MAIL FROM:" and "RCPT TO:" and the following address.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cc62088e73d..0a6e225725f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change) 12003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
2 2
3 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
4 between "MAIL FROM:" and "RCPT TO:" and the following address.
5
62003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7
3 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix. 8 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
4 9
52003-09-28 David Ponce <david@dponce.com> 102003-09-28 David Ponce <david@dponce.com>