From: Eli Zaretskii Date: Fri, 21 Dec 2001 12:09:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~17564 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2c3786a16284096a775fae500df73c06707973b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea87e31ae73..f5c36145210 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 0acab8715f6..fa48da7dcbf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.