diff options
| author | Eli Zaretskii | 2006-11-24 14:33:19 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-11-24 14:33:19 +0000 |
| commit | 362e23e116123e6b2d2cfe823210348075e8ae10 (patch) | |
| tree | d376f22b147b3450a4ce368380bc27b60b8202bd /lisp/ChangeLog | |
| parent | 4fffd73b309c5a74be1f57ce6fd60f481e8b6be8 (diff) | |
| download | emacs-362e23e116123e6b2d2cfe823210348075e8ae10.tar.gz emacs-362e23e116123e6b2d2cfe823210348075e8ae10.zip | |
(smtpmail-send-it): Copy buffer-file-coding-system from the mail buffer.
Possibly add a MIME header for the message encoding. Bind
coding-system-for-write around the call to mail-do-fcc. Use
smtpmail-code-conv-from to encode queued mail messages.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26115e5959c..1cef367ff45 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-11-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * mail/smtpmail.el (smtpmail-send-it): Copy | ||
| 4 | buffer-file-coding-system from the mail buffer. Possibly add a | ||
| 5 | MIME header for the message encoding. Bind | ||
| 6 | coding-system-for-write around the call to mail-do-fcc. Use | ||
| 7 | smtpmail-code-conv-from to encode queued mail messages. | ||
| 8 | |||
| 1 | 2006-11-24 Juanma Barranquero <lekktu@gmail.com> | 9 | 2006-11-24 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 10 | ||
| 3 | * net/rcirc.el (rcirc-buffer-maximum-lines): | 11 | * net/rcirc.el (rcirc-buffer-maximum-lines): |