diff options
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ea253987de..338c4d2bcc0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2002-05-13 Colin Walters <walters@gnu.org> | 1 | 2002-05-13 Colin Walters <walters@gnu.org> |
| 2 | 2 | ||
| 3 | * ibuf-ext.el (ibuffer-format-filter-group-data): New function. | ||
| 4 | |||
| 5 | * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string. | ||
| 6 | (ibuffer-redisplay-engine): Handle it. | ||
| 7 | |||
| 3 | * add-log.el (add-log-mailing-address): Can be a list, too. | 8 | * add-log.el (add-log-mailing-address): Can be a list, too. |
| 4 | (add-change-log-entry): If `add-log-mailing-address' is a list, | 9 | (add-change-log-entry): If `add-log-mailing-address' is a list, |
| 5 | then handle it. | 10 | then handle it. |