summaryrefslogtreecommitdiff
path: root/lisp/ibuf-ext.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-26Prefer incf to cl-incf in remaining filesStefan Kangas
2025-02-11Delete redundant lambdas around unary functionsStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-07-12; Fix 'ibuffer-do-isearch{-regexp}'Eshel Yaron
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-08Use new `derived-mode-all/set-parents` functions.Stefan Monnier
2023-08-01Add tresitter modes to ibuffer-saved-filtersStefan Kangas
2023-04-08Improve ibuffer-diff-with-fileBasil L. Contovounesios
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-25Make ibuffer directory filter buffer awareGabriel do Nascimento Ribeiro
2022-08-09* lisp/ibuf-ext.el (ibuffer-remove-alist): Simplify.Stefan Kangas
2022-08-09Make ibuffer-aif obsolete in favor of if-letStefan Kangas
2022-08-09Replace utility functions with seq-uniqStefan Kangas
2022-08-09Make ibuffer-awhen obsolete in favor of when-letStefan Kangas
2022-08-09Make ibuffer-split-list obsolete in favor of seq-group-byStefan Kangas
2022-06-15Do not display 'nil for 0-ary filter qualifier in ibufManuel Giraud
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-17Use substitute-command-keys in some messagesStefan Kangas
2021-10-05; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-08-19; Fix escaping in recent ibuf-ext.el doc change.Basil L. Contovounesios
2021-08-19Add ibuffer-saved-filter-groups example to the doc stringLars Ingebrigtsen
2021-04-11* lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier
2021-04-09Remove redundant #' before lambda in ibuf-*.elStefan Kangas
2021-02-04Revert "Tweak how ibuffer-invert-sorting updates the buffer"Lars Ingebrigtsen
2021-02-04Tweak how ibuffer-invert-sorting updates the bufferLars Ingebrigtsen
2021-01-20Sort Ibuffer filename/process column as displayedFabrice Bauzac
2021-01-18Fix ibuffer-mark-by-file-name-regexp abbreviationsBasil L. Contovounesios
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-19Remove some compat code for old versions and XEmacsStefan Kangas
2020-09-06Use `format-prompt' when prompting with default valuesLars Ingebrigtsen
2020-08-09Add constants for shell command output buffer namesTino Calancha
2020-06-06make-text-button no longer modifies its string argPaul Eggert
2020-06-04Fix some side-effecting uses of make-text-buttonBasil L. Contovounesios
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-02ibuf-ext.el: Fix previous changeJuanma Barranquero
2019-12-01ibuffer-mark-by-content-regexp: don't depend on `cl-some'Juanma Barranquero
2019-12-01ibuffer-do-isearch: don't depend on `cl-values-list' (bug#38430)Juanma Barranquero
2019-11-11Fix some quoting glitches in doc stringsPaul Eggert
2019-10-07Make completion in the `E' command in *Ibuffer* workLars Ingebrigtsen
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero
2019-08-22Make ibuffer-mark-by-file-name-regexp work on the displayed file nameLars Ingebrigtsen
2019-02-22Avoid some double-rounding of Lisp timestampsPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen