Mercurial > emacs
comparison lisp/ChangeLog @ 49411:bf2edead9a8f
*** empty log message ***
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Fri, 24 Jan 2003 04:54:17 +0000 |
parents | 9cc8820a113e |
children | efcf674b14dd |
comparison
equal
deleted
inserted
replaced
49410:798119a6859c | 49411:bf2edead9a8f |
---|---|
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 |
4 in the file. | 22 in the file. |
5 | 23 |