]> git.eshelyaron.com Git - emacs.git/commitdiff
Add an extra column for Version in list-packages table
authorSteve Purcell <steve@sanityinc.com>
Sun, 14 Dec 2014 13:56:22 +0000 (15:56 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 14 Dec 2014 13:56:22 +0000 (15:56 +0200)
* emacs-lisp/package.el (package-menu-mode): Use an extra column for
the "Version" column, to accomodate date-and-time-based versions.

lisp/ChangeLog
lisp/emacs-lisp/package.el

index f97a887b8213ff33f9dcc6cd8d5ef62c953ddbbd..2679b4fdd5075b82b8a105e1db3fe9b7f625b974 100644 (file)
@@ -1,3 +1,9 @@
+2014-12-14  Steve Purcell  <steve@sanityinc.com>  (tiny change)
+
+       * emacs-lisp/package.el (package-menu-mode): Use an extra column
+       for the "Version" column, to accomodate date-and-time-based
+       versions.
+
 2014-12-14  Cameron Desautels  <camdez@gmail.com>
 
        * cus-edit.el (custom-prompt-customize-unsaved-options): Add a
index e424e30de1f30affc96f83f1729a7354cfc06503..cd948ae81843510a1699ec5644b8fd80bf164e54 100644 (file)
@@ -1702,7 +1702,7 @@ Letters do not insert themselves; instead, they are commands.
 \\{package-menu-mode-map}"
   (setq tabulated-list-format
         `[("Package" 18 package-menu--name-predicate)
-          ("Version" 12 nil)
+          ("Version" 13 nil)
           ("Status"  10 package-menu--status-predicate)
           ,@(if (cdr package-archives)
                 '(("Archive" 10 package-menu--archive-predicate)))