diff options
| author | John Paul Wallington | 2003-01-24 04:54:17 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2003-01-24 04:54:17 +0000 |
| commit | 4e4a724c11389875ad6842f3a37febd0081f7307 (patch) | |
| tree | 4bcf3a7e7b65984cd8b46adcddcc41931f03417c /lisp/ChangeLog | |
| parent | 2a026b0452500dff9772640365ff9a91510939ba (diff) | |
| download | emacs-4e4a724c11389875ad6842f3a37febd0081f7307.tar.gz emacs-4e4a724c11389875ad6842f3a37febd0081f7307.zip | |
* ibuffer.el (ibuffer-window-list): Remove.
(ibuffer-confirm-operation-on): Use `window-list' instead.
(ibuffer-load-hook): New customizable variable.
(toplevel): Run it.
(ibuffer-customize): New command.
(ibuffer-mode-map): Bind it.
(ibuffer-mode-map): Add menu seperator in View>Sort menu.
(ibuffer-mode): Tidy.
(ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
(ibuffer-default-directory, ibuffer-default-sorting-mode)
(ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
(ibuffer-map-lines): Doc fixes.
Update mail address.
* ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
filenames. Use `kill-new'.
Update mail address.
* ibuf-macs.el
Update mail address.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6dd1382975c..b52548f4c92 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2003-01-24 John Paul Wallington <jpw@gnu.org> | ||
| 2 | |||
| 3 | * ibuffer.el (ibuffer-window-list): Remove. | ||
| 4 | (ibuffer-confirm-operation-on): Use `window-list' instead. | ||
| 5 | (ibuffer-load-hook): New customizable variable. | ||
| 6 | (toplevel): Run it. | ||
| 7 | (ibuffer-customize): New command. | ||
| 8 | (ibuffer-mode-map): Bind it. | ||
| 9 | (ibuffer-mode-map): Add menu seperator in View>Sort menu. | ||
| 10 | (ibuffer-mode): Tidy. | ||
| 11 | (ibuffer-fontification-alist, ibuffer-always-show-last-buffer) | ||
| 12 | (ibuffer-default-directory, ibuffer-default-sorting-mode) | ||
| 13 | (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook) | ||
| 14 | (ibuffer-map-lines): Doc fixes. | ||
| 15 | |||
| 16 | * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative | ||
| 17 | filenames. Use `kill-new'. | ||
| 18 | |||
| 1 | 2003-01-23 Dave Love <fx@gnu.org> | 19 | 2003-01-23 Dave Love <fx@gnu.org> |
| 2 | 20 | ||
| 3 | * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie | 21 | * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie |