]> git.eshelyaron.com Git - emacs.git/commitdiff
Update copyright years.
authorJohn Paul Wallington <jpw@pobox.com>
Thu, 2 Feb 2006 21:59:18 +0000 (21:59 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Thu, 2 Feb 2006 21:59:18 +0000 (21:59 +0000)
lisp/ChangeLog
lisp/ibuffer.el

index fb8f7713fe1cdb51137e8470a808ff10bb6c16b2..2c01820a53511954e619dfa55b4e5d67c84a244e 100644 (file)
@@ -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)
index 3f6ae484ddd5b6b9e3657d366fe961d225a9ce0b..179c7b334bd2cf391a2fadafc04030dae532f769 100644 (file)
@@ -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>