Fix comment from previous commit.
[gnus] / contrib / ChangeLog
index fe23bad..7f2009a 100644 (file)
@@ -1,11 +1,29 @@
+2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * smtpmail.el: Signal an error when used with Emacs 22+ or XEmacs.
+       (smtpmail-send-it): Remove NOMODIFY argument of
+       `set-buffer-file-coding-system' for compatibility with Emacs 21.
+
+2007-01-06  Simon Josefsson  <simon@josefsson.org>
+
+       * README: Mention that smtpmail.el doesn't work on XEmacs.
+
+2006-11-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * smtpmail.el (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.
+
 2006-10-02  MIYOSHI Masanori <miyoshi@meadowy.org>  (tiny change)
 
-       * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
+       * smtpmail.el (smtpmail-try-auth-methods): Fix typo in
        2006-09-28 commit.
 
 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp> (tiny change)
 
-       * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
+       * smtpmail.el (smtpmail-try-auth-methods): Do not break long
        lines in base64-encoded authentication response.
 
 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>