comparison lisp/ChangeLog @ 51742:ee864ad82488

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Sat, 05 Jul 2003 11:24:00 +0000
parents 288208ff9d01
children f63c242330b2
comparison
equal deleted inserted replaced
51741:09f746b0e209 51742:ee864ad82488
1 2003-07-05 John Paul Wallington <jpw@gnu.org>
2
3 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
4 (ibuffer-mark-interactive): Use `or' instead of `unless'.
5 (define-ibuffer-column name): Add summarizer.
6 (define-ibuffer-column size): Likewise.
7 (define-ibuffer-column filename): Likewise.
8 (define-ibuffer-column process): Likewise. Change BODY's output too.
9 (define-ibuffer-column filename-and-process): Likewise, likewise.
10 (ibuffer): Remove local vars `already-in' and `need-update'.
11
12 * ibuf-ext.el: Don't require `derived' at compile-time.
13
1 2003-07-05 Kim F. Storm <storm@cua.dk> 14 2003-07-05 Kim F. Storm <storm@cua.dk>
2 15
3 * info.el: Disable paragraph refilling. 16 * info.el: Disable paragraph refilling.
4 (Info-refill-paragraphs): New defcustom. 17 (Info-refill-paragraphs): New defcustom.
5 (Info-fontify-node): Use it. 18 (Info-fontify-node): Use it.