summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2006-02-02 21:59:18 +0000
committerJohn Paul Wallington <jpw@pobox.com>2006-02-02 21:59:18 +0000
commit070b3f44275070caf5fd4d6283258bd18883596c (patch)
treedf7ae61447c8050a150f25a665eababafb38509b
parent4b9ae390faf4e6ccf1c20b62c349fc1ebd901e05 (diff)
downloademacs-070b3f44275070caf5fd4d6283258bd18883596c.tar.gz
Update copyright years.
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/ibuffer.el2
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fb8f7713fe1..2c01820a535 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2006-02-02 John Paul Wallington <jpw@pobox.com>
+
+ * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
+ (ibuffer-fontification-alist): Use it.
+ (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
+ to "* z" and the Ibuffer Mark menu.
+
+ * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
+
2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/table.el (*table--cell-describe-mode)
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el
index 3f6ae484ddd..179c7b334bd 100644
--- a/lisp/ibuffer.el
+++ b/lisp/ibuffer.el
@@ -1,7 +1,7 @@
;;; ibuffer.el --- operate on buffers like dired
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;; 2005 Free Software Foundation, Inc.
+;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Colin Walters <walters@verbum.org>
;; Maintainer: John Paul Wallington <jpw@gnu.org>