diff options
| author | Paul Reilly | 2002-03-19 21:14:17 +0000 |
|---|---|---|
| committer | Paul Reilly | 2002-03-19 21:14:17 +0000 |
| commit | c45d9dcf157d223c7bf72949cb90e9143a64e954 (patch) | |
| tree | 3974f92e299c885da8d435f0860cb1394227f60a | |
| parent | bb0974cf08f071167ac187bab3524783d74d89f2 (diff) | |
| download | emacs-c45d9dcf157d223c7bf72949cb90e9143a64e954.tar.gz emacs-c45d9dcf157d223c7bf72949cb90e9143a64e954.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97b5de76d40..a23be4a747c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com> | ||
| 2 | |||
| 3 | * mail-utils.el (rmail-dont-reply-to): | ||
| 4 | Overhaul to correctly apply the regular | ||
| 5 | expressions in the variable `rmail-dont-reply-to-names' to the list of | ||
| 6 | destination addresses. Contributed by lorentey@elte.hu. | ||
| 7 | |||
| 8 | * rmail.el (rmail-dont-reply-to-names): | ||
| 9 | Modify the documentation to make it email | ||
| 10 | address centric rather than login name centric. Contributed by | ||
| 11 | lorentey@elte.hu. | ||
| 12 | |||
| 1 | 2002-03-18 Colin Walters <walters@verbum.org> | 13 | 2002-03-18 Colin Walters <walters@verbum.org> |
| 2 | 14 | ||
| 3 | * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so | 15 | * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so |