*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Dec 2001 12:09:14 +0000 (12:09 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Dec 2001 12:09:14 +0000 (12:09 +0000)
lisp/ChangeLog
src/ChangeLog

index ea87e31..f5c3614 100644 (file)
@@ -1,5 +1,10 @@
 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * mail/smtpmail.el (smtpmail-send-queued-mail): Use
+       with-temp-buffer instead of find-file-noselect, and bind
+       coding-system-for-read to no-conversion when reading the queued
+       messages.  From Simon Josefsson <jas@extundo.com>.
+
        * Makefile.in (distclean): Remove Makefile in the build
        directory, not in the source directory.
 
index 0acab87..fa48da7 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * Makefile.in (distclean): Remove .gdbinit if we are building
+       outside the source tree.
+
 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * w32.c (emacs_root_dir): New function.