diff options
| author | Colin Walters | 2002-02-04 03:59:20 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-02-04 03:59:20 +0000 |
| commit | 523304ed517204ab393ff526dd7c15c8191abbaa (patch) | |
| tree | bdaa2e4e4be0ffe0dd491bcdc196be48644d9470 /lisp/ChangeLog | |
| parent | 1255dfe678cb6b4d1aed62db4b97ccec6232db0a (diff) | |
| download | emacs-523304ed517204ab393ff526dd7c15c8191abbaa.tar.gz emacs-523304ed517204ab393ff526dd7c15c8191abbaa.zip | |
(ibuffer): Remove link; the "home page" for ibuffer is now the Emacs
CVS tree.
(ibuffer-formats): Doc fix.
(ibuffer-active-formats-name, ibuffer-current-formats): New functions.
(ibuffer-current-format): Use them.
(ibuffer-recompile-formats): Add support for
ibuffer-filter-format-alist.
(ibuffer-check-formats): Ditto.
(ibuffer-switch-format): Ditto.
(ibuffer-update-title): Ditto.
(define-ibuffer-column process): Remove unncessary consing.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2a4e66db325..abac7571917 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2002-02-03 Colin Walters <walters@verbum.org> | ||
| 2 | |||
| 3 | * ibuf-ext.el (ibuffer-filter-format-alist, | ||
| 4 | ibuffer-cached-filter-formats, | ||
| 5 | ibuffer-compiled-filter-formats): New variables. | ||
| 6 | |||
| 7 | * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer | ||
| 8 | is now the Emacs CVS tree. | ||
| 9 | (ibuffer-formats): Doc fix. | ||
| 10 | (ibuffer-active-formats-name, ibuffer-current-formats): New | ||
| 11 | functions. | ||
| 12 | (ibuffer-current-format): Use them. | ||
| 13 | (ibuffer-recompile-formats): Add support for | ||
| 14 | ibuffer-filter-format-alist. | ||
| 15 | (ibuffer-check-formats): Ditto. | ||
| 16 | (ibuffer-switch-format): Ditto. | ||
| 17 | (ibuffer-update-title): Ditto. | ||
| 18 | (define-ibuffer-column process): Remove unncessary consing. | ||
| 19 | |||
| 20 | * ibuf-macs.el (define-ibuffer-column): Add beginnings of support | ||
| 21 | for a summary column. | ||
| 22 | |||
| 1 | 2002-02-03 Andreas Schwab <schwab@suse.de> | 23 | 2002-02-03 Andreas Schwab <schwab@suse.de> |
| 2 | 24 | ||
| 3 | * window.el (save-selected-window): Move macro before first use. | 25 | * window.el (save-selected-window): Move macro before first use. |