diff options
| author | Eli Zaretskii | 2001-12-21 12:46:51 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-12-21 12:46:51 +0000 |
| commit | fcd2ab44d150664e46ea435a3b2d64a0b63abdcd (patch) | |
| tree | 2950029876ed4a8080855785ed5201242ef81d39 | |
| parent | 152e2693f1c893ddf58bfdd77d07abd66c6b6f74 (diff) | |
| download | emacs-fcd2ab44d150664e46ea435a3b2d64a0b63abdcd.tar.gz emacs-fcd2ab44d150664e46ea435a3b2d64a0b63abdcd.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | msdos/ChangeLog | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5c36145210..4d4a74545a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * jka-compr.el (jka-compr-partial-uncompress): Use null-device | ||
| 4 | instead of a literal /dev/null. Reported by Jens Schmidt | ||
| 5 | <schmidt@mathematik.uni-kl.de>. | ||
| 6 | |||
| 3 | * mail/smtpmail.el (smtpmail-send-queued-mail): Use | 7 | * mail/smtpmail.el (smtpmail-send-queued-mail): Use |
| 4 | with-temp-buffer instead of find-file-noselect, and bind | 8 | with-temp-buffer instead of find-file-noselect, and bind |
| 5 | coding-system-for-read to no-conversion when reading the queued | 9 | coding-system-for-read to no-conversion when reading the queued |
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 887fa7f26f7..8293e040d58 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * sed1v2.inp: Delete _gdbinit in distclean target. | ||
| 4 | |||
| 1 | 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 5 | 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 6 | ||
| 3 | * COPYING: Moved back. | 7 | * COPYING: Moved back. |