Mercurial > emacs
comparison lisp/ChangeLog @ 43104:2a6ac08c9a18
(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.
author | Colin Walters <walters@gnu.org> |
---|---|
date | Mon, 04 Feb 2002 03:59:20 +0000 |
parents | ae7275683572 |
children | 33178469a327 |
comparison
equal
deleted
inserted
replaced
43103:7f95aeaa47b3 | 43104:2a6ac08c9a18 |
---|---|
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. |
4 (balance-windows): Fix misplaced parenthesis. | 26 (balance-windows): Fix misplaced parenthesis. |
5 | 27 |