]> git.eshelyaron.com Git - emacs.git/commit
ibuffer: Add the "Recency" column
authorDaniel Mendler <mail@daniel-mendler.de>
Sat, 28 Dec 2024 12:21:46 +0000 (13:21 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 12 Jan 2025 10:59:01 +0000 (11:59 +0100)
commit8dc2c4106680f37edbcfc00e58ac6510b094e285
treeb3b18e6a5acf3cd3e7a8ab102181b4744cc5234b
parenteed0b1f96f1adaa6108b7505b8dffb7b166b0173
ibuffer: Add the "Recency" column

Define a column which shows how many seconds ago the respective
buffer has been displayed.  The time is formatted with the
`seconds-to-string' function, with the new arguments READABLE=t
and ABBREV=t.
* lisp/ibuffer.el (ibuffer-recency-header-map): New keymap.
(define-ibuffer-column recency): New column.
* etc/NEWS: Mention new `recency' column.  (Bug#73047)

(cherry picked from commit 266e1c34d89e5f0a8ece789e77b24187c8c7d448)
etc/NEWS
lisp/ibuffer.el