summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
AgeCommit message (Expand)Author
2024-09-19* lisp/dired-aux.el (dired-do-open): Optimize (bug#73004).Juri Linkov
2024-09-18Make `dired-do-open' work on more *nix systemsManuel Giraud
2024-07-28Add new optional argument NO-HIGHLIGHT to query-replace-read-argsVisuwesh
2024-07-23Don't highlight matches in dired query-replace commandsVisuwesh
2024-06-12; Fix defcustoms in dired-aux.elEli Zaretskii
2024-06-11Fix customisation buffer for dired groupVisuwesh
2024-05-30* lisp/dired-aux.el (shell-command-guess-xdg): Check nil xdg-mime (bug#71270).Juri Linkov
2024-05-24Fix usage of cons cells in grep-find-ignored-filesSpencer Baugh
2024-05-24* lisp/dired.el (dired-mode-map): Bind "E" to 'dired-do-open' (bug#18132).Juri Linkov
2024-05-24New variable shell-command-guess-dired-optional (bug#18132)Juri Linkov
2024-05-23Fix uncompressing a .tar.gz archive whose files have no leading dirEli Zaretskii
2024-05-21Use read-from-minibuffer instead of read-string for dired-do-touchJuri Linkov
2024-05-21Use read-string instead of completing-read for dired-do-touchJuri Linkov
2024-01-21doc: Delete extraneous quotes around keysStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-09; Fix documentation of 'dired-do-open'Eli Zaretskii
2023-12-06* lisp/dired-aux.el (dired-do-open): New command (bug#18132).Juri Linkov
2023-11-30* lisp/simple.el: Add declare-function for shell-command-guess.Juri Linkov
2023-11-30* lisp/dired-aux.el (shell-command-guess-open): New defcustom (bug#18132).Juri Linkov
2023-11-27New user option 'shell-command-guess-functions' (bug#18132)Juri Linkov
2023-11-18Do interactive tagging for dired commandsVisuwesh
2023-11-04Merge from origin/emacs-29Eli Zaretskii
2023-10-25Fix guessing commands for zstandard archives in DiredEli Zaretskii
2023-09-27New commands to show replacements as diffs (bug#65854)Juri Linkov
2023-08-08; Fix dired-aux-tests failure (bug#65143)Mattias EngdegÄrd
2023-07-20Introduce a `dired-click-select' modePo Lu
2023-05-20Fix async invocations in Dired with 'fish' shellEli Zaretskii
2023-02-24Merge from origin/emacs-29Stefan Kangas
2023-02-23Improve documentation of VC commands, including in DiredEli Zaretskii
2023-02-22Use delete-char instead of backward-delete-charMattias EngdegÄrd
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-15; Checkdoc fixes in dired-aux.elStefan Kangas
2022-11-04* lisp/dired-aux.el (dired-check-process): Use progress reporter.Stefan Kangas
2022-11-04Merge from origin/emacs-28Stefan Kangas
2022-11-03; * lisp/dired-aux.el (dired-show-file-type): Doc fix.Eli Zaretskii
2022-10-26Pacify recent unused/ignored lexvar warningsBasil L. Contovounesios
2022-09-24Make dired-do-rename refuse to rename . and ..Lars Ingebrigtsen
2022-09-08dired-guess: Support zstandard archivesStefan Kangas
2022-08-29Work around `&' dired command when using the fish shellLars Ingebrigtsen
2022-08-27Use a list of text properties to search in symlink filenames in WdiredJuri Linkov
2022-08-17Assume dired-guess is now always availableStefan Kangas
2022-08-17Move dired-guess commands from dired-x to diredStefan Kangas
2022-08-16dired-do-shell-command doc string clarificationLars Ingebrigtsen
2022-08-04Fix namespace problem in dired-aux.elStefan Kangas
2022-08-03Fix quoting of #' in some doc stringsLars Ingebrigtsen
2022-07-08Move dired-do-relsymlink from dired-x.el to dired.elStefan Kangas
2022-07-03Fix dired-goto-subdir promptStefan Kangas
2022-07-02Preserve connection-local settings in diredMichael Albinus
2022-06-21Merge from origin/emacs-28Tassilo Horn