changeset 42226:628f58aa32fd

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 21 Dec 2001 12:09:14 +0000
parents 8ef1ae58dc29
children e109b1e2c9b2
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
 
--- 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  <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.