diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 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 |