changeset 51742:ee864ad82488

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Sat, 05 Jul 2003 11:24:00 +0000
parents 09f746b0e209
children f63c242330b2
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Jul 05 11:21:55 2003 +0000
+++ b/lisp/ChangeLog	Sat Jul 05 11:24:00 2003 +0000
@@ -1,3 +1,16 @@
+2003-07-05  John Paul Wallington  <jpw@gnu.org>
+
+	* ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
+	(ibuffer-mark-interactive): Use `or' instead of `unless'.
+	(define-ibuffer-column name): Add summarizer.
+	(define-ibuffer-column size): Likewise.
+	(define-ibuffer-column filename): Likewise.
+	(define-ibuffer-column process): Likewise.  Change BODY's output too.
+	(define-ibuffer-column filename-and-process): Likewise, likewise.
+	(ibuffer): Remove local vars `already-in' and `need-update'.
+
+	* ibuf-ext.el: Don't require `derived' at compile-time.
+
 2003-07-05  Kim F. Storm  <storm@cua.dk>
 
 	* info.el: Disable paragraph refilling.