# HG changeset patch # User Eli Zaretskii # Date 1008936554 0 # Node ID 628f58aa32fd2c73adb563d2534de9a81fc5318c # Parent 8ef1ae58dc296eb504ef88c05b9d07ae5909d3fe *** empty log message *** diff -r 8ef1ae58dc29 -r 628f58aa32fd lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 21 12:06:21 2001 +0000 +++ b/lisp/ChangeLog Fri Dec 21 12:09:14 2001 +0000 @@ -1,5 +1,10 @@ 2001-12-21 Eli Zaretskii + * 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 . + * Makefile.in (distclean): Remove Makefile in the build directory, not in the source directory. diff -r 8ef1ae58dc29 -r 628f58aa32fd src/ChangeLog --- a/src/ChangeLog Fri Dec 21 12:06:21 2001 +0000 +++ b/src/ChangeLog Fri Dec 21 12:09:14 2001 +0000 @@ -1,3 +1,8 @@ +2001-12-21 Eli Zaretskii + + * Makefile.in (distclean): Remove .gdbinit if we are building + outside the source tree. + 2001-12-19 Eli Zaretskii * w32.c (emacs_root_dir): New function.