aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-12-21 12:09:14 +0000
committerEli Zaretskii2001-12-21 12:09:14 +0000
commite2c3786a16284096a775fae500df73c06707973b (patch)
tree7b85668c8e17001a9fac7824a28f9e46e208f70b
parent7e3fa9f5e2e3f1e9dec472b7020861b613498c96 (diff)
downloademacs-e2c3786a16284096a775fae500df73c06707973b.tar.gz
emacs-e2c3786a16284096a775fae500df73c06707973b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ea87e31ae73..f5c36145210 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12001-12-21 Eli Zaretskii <eliz@is.elta.co.il> 12001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
4 with-temp-buffer instead of find-file-noselect, and bind
5 coding-system-for-read to no-conversion when reading the queued
6 messages. From Simon Josefsson <jas@extundo.com>.
7
3 * Makefile.in (distclean): Remove Makefile in the build 8 * Makefile.in (distclean): Remove Makefile in the build
4 directory, not in the source directory. 9 directory, not in the source directory.
5 10
diff --git a/src/ChangeLog b/src/ChangeLog
index 0acab8715f6..fa48da7dcbf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * Makefile.in (distclean): Remove .gdbinit if we are building
4 outside the source tree.
5
12001-12-19 Eli Zaretskii <eliz@is.elta.co.il> 62001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * w32.c (emacs_root_dir): New function. 8 * w32.c (emacs_root_dir): New function.