]> git.eshelyaron.com Git - emacs.git/commitdiff
(ibuffer-formats): Make name and size columns wider.
authorJohn Paul Wallington <jpw@pobox.com>
Sun, 24 Aug 2003 18:11:20 +0000 (18:11 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sun, 24 Aug 2003 18:11:20 +0000 (18:11 +0000)
lisp/ChangeLog
lisp/ibuffer.el

index 469372f68783b5f5749718d9ef3296a6f4a93094..89df045f726577247491a1788cf7291aceacf49c 100644 (file)
@@ -1,3 +1,10 @@
+2003-08-24  John Paul Wallington  <jpw@gnu.org>
+
+       * ibuffer.el (ibuffer-formats): Make name and size columns wider.
+
+       * man.el (Man-default-man-entry): Strip text properties when
+       snarfing parts of entry because `format' preserves properties.
+
 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        * files.el (file-newest-backup): Use `expand-file-name'.
index 23bf4e55d680cd198586fa8bb29c805015c10bfb..8d7e0970698c6406c11d5192d465ae4250ad7e0d 100644 (file)
@@ -47,8 +47,8 @@ Operations include sorting, marking by regular expression, and
 the ability to filter the displayed buffers by various criteria."
   :group 'convenience)
 
-(defcustom ibuffer-formats '((mark modified read-only " " (name 16 16 :left :elide)
-                                  " " (size 7 -1 :right)
+(defcustom ibuffer-formats '((mark modified read-only " " (name 18 18 :left :elide)
+                                  " " (size 9 -1 :right)
                                   " " (mode 16 16 :right :elide) " " filename-and-process)
                             (mark " " (name 16 -1) " " filename))
   "A list of ways to display buffer lines.