aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ibuffer.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve 'define-ibuffer-op' macro (bug#76222)shipmints2025-02-261-9/+0
* Prefer incf to cl-incf in remaining filesStefan Kangas2025-02-261-4/+4
* Prefer decf to cl-decfStefan Kangas2025-02-231-4/+4
* ; * lisp/ibuffer.el: Avoid byte-compiler warnings.Eli Zaretskii2025-02-221-0/+9
* Prefer plusp/minusp to cl-plusp/cl-minuspStefan Kangas2025-02-171-3/+3
* ibuffer: Display column titles in header lineDaniel Mendler2025-01-251-76/+90
* ibuffer: New defcustom `ibuffer-human-readable-size'Daniel Mendler2025-01-251-9/+20
* ibuffer: Add the "Recency" columnDaniel Mendler2025-01-111-0/+10
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-7/+7
* ; * lisp/ibuffer.el (ibuffer-mode): Doc fix.Eli Zaretskii2024-07-041-1/+2
* doc: Delete extraneous quotes around keysStefan Kangas2024-01-211-119/+119
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Fix last Ibuffer change and improve feedback messagesStephen Berman2023-09-131-3/+6
* | Avoid confusing message in Ibuffer (bug#64230)Stephen Berman2023-09-111-2/+12
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Make ibuffer-aif obsolete in favor of if-letStefan Kangas2022-08-091-8/+8
* * lisp/ibuffer.el (ibuffer): Use substitute-command-keys for help.Stefan Kangas2022-08-091-1/+12
* Remove duplicate key definitions from keymapsRobert Pluim2022-08-021-1/+0
* Prefer defvar-keymap in ibuffer.elStefan Kangas2022-06-151-208/+191
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-1/+3
|/
* Document ibuffer-auto-mode in ibuffer-mode doc stringThibault Polge2021-11-041-0/+1
* Another fix for 'ibuffer-shrink-to-fit' (Bug#7218, Bug#51029)Martin Rudalics2021-10-111-2/+2
* Avoid using variable before it has been initializedStefan Kangas2021-10-051-1/+2
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
* Fix ibuffer auto-shrinking windowsLars Ingebrigtsen2021-06-021-2/+5
* Fix problem with focusing in `C-o' in ibuffer in some circumstancesMiha Rihtaršič2021-05-181-3/+1
* Use proper command substitutions in some docstringsStefan Kangas2021-03-101-1/+1
* Remove some references to Emacs 21Stefan Kangas2021-03-071-1/+1
* Convert ibuffer menus to easymenuStefan Kangas2021-02-281-355/+226
* Remove Emacs 20 compat code for header-line-formatStefan Kangas2021-02-051-1/+1
* Fix previous ibuffer patchLars Ingebrigtsen2021-02-041-0/+1
* Make the recency sorting stable when we have inverted sortingLars Ingebrigtsen2021-02-041-11/+7
* Fix ibuffer-mark-by-file-name-regexp abbreviationsBasil L. Contovounesios2021-01-181-3/+6
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * lisp/ibuffer.el (ibuffer, ibuffer-mode): Prefer setq-local.Stefan Kangas2020-12-071-24/+23
* Remove redundant requires of 'font-core'Stefan Kangas2020-12-031-1/+0
* Fix args of truncate-string-to-width in ibuffer-compile-make-substring-formJuri Linkov2020-10-061-1/+1
* Make more load-hooks obsoleteGlenn Morris2020-01-161-0/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-9/+9
* Fix customizing ibuffer-help-buffer-modesStefan Kangas2019-09-281-1/+1
* Add key bindings for ibuffer filter commandsStefan Kangas2019-09-261-0/+2
* Separate out the "/" prefix into a named keymap in ibufferLars Ingebrigtsen2019-07-261-39/+45
* Document normal usage in ibuffer.elStefan Kangas2019-07-221-73/+51
* Fix TODO to remove leading '*' from defcustomStefan Kangas2019-06-091-1/+1
* Merge from origin/emacs-26Glenn Morris2019-05-081-12/+11
|\