summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2003-05-18 18:27:57 +0000
committerJohn Paul Wallington <jpw@pobox.com>2003-05-18 18:27:57 +0000
commite18c0ffe135adcf6625769123118ce7752052b21 (patch)
tree158b8db35aaed5810221173db71421e7ee9daae3 /lisp
parent0740098c3221fc277548ad314d17c260d240eb33 (diff)
downloademacs-e18c0ffe135adcf6625769123118ce7752052b21.tar.gz
Update copyright years.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/ibuf-macs.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d5990a9fc9c..3f437b03608 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-18 John Paul Wallington <jpw@gnu.org>
+
+ * ibuffer.el (ibuffer-display-summary): New customizable variable.
+ (ibuffer-update-title-and-summary): Respect it.
+
2003-05-18 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-mult.el (ediff-default-filtering-regexp): new variable.
diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el
index 7817f978930..27f12df6e5e 100644
--- a/lisp/ibuf-macs.el
+++ b/lisp/ibuf-macs.el
@@ -1,6 +1,6 @@
;;; ibuf-macs.el --- macros for ibuffer
-;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
;; Author: Colin Walters <walters@verbum.org>
;; Maintainer: John Paul Wallington <jpw@gnu.org>