diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7b49821640d..84f91799a84 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2002-03-07 Colin Walters <walters@verbum.org> | ||
| 2 | |||
| 3 | * ibuf-macs.el (define-ibuffer-column): Add :summarizer property. | ||
| 4 | |||
| 5 | * ibuffer.el (ibuffer-update-mode-name): Substitute "view time" | ||
| 6 | instead of "recency" for clarity. | ||
| 7 | (ibuffer-compile-format): Document more. Handle new "summarizer" | ||
| 8 | columns. | ||
| 9 | (ibuffer-fontify-region-function): Ditto. | ||
| 10 | (ibuffer-insert-buffer-line): Ditto. | ||
| 11 | (ibuffer-map-lines): Ditto. | ||
| 12 | (ibuffer-insert-buffers-and-marks): Ditto. | ||
| 13 | (ibuffer-update-title-and-summary): Renamed from | ||
| 14 | `ibuffer-update-title'. Handle "summarizer" columns. | ||
| 15 | (ibuffer-clear-summary-columns): New function. | ||
| 16 | |||
| 17 | * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group. | ||
| 18 | (ibuffer-toggle-sorting-mode): Ditto. | ||
| 19 | |||
| 1 | 2002-03-07 Gerd Moellmann <gerd@gnu.org> | 20 | 2002-03-07 Gerd Moellmann <gerd@gnu.org> |
| 2 | 21 | ||
| 3 | * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern): | 22 | * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern): |