summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
AgeCommit message (Expand)Author
2026-04-15vc-rename-file: New OK-IF-ALREADY-EXISTS parameterSean Whitton
2026-03-03dired-diff: Fix default input in inserted subdirectorySean Whitton
2026-02-28; * lisp/dired-aux.el (dired-do-async-shell-command): Doc fix (bug#80490).Eli Zaretskii
2026-02-27Fix renaming directories in VC repositoriesSean Whitton
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-08-28Pass dired default filenames via defaults argumentSpencer Baugh
2025-07-19Merge from origin/emacs-30Eli Zaretskii
2025-07-19; Update doc strings of Dired functions due to 'marked' value of ARGEli Zaretskii
2025-07-13; * lisp/dired-aux.el (dired-vc-deduce-fileset): Fix last change.Eli Zaretskii
2025-07-12dired-vc-deduce-fileset: Call vc-backend-for-registrationStephen Berman
2025-04-15; Add missing :group to new defcustomStefan Kangas
2025-04-15Optionally add new empty file to Dired subdirectoryStephen Berman
2025-04-12Merge from origin/emacs-30Eli Zaretskii
2025-04-09; Fix doc strings of a few Dired commandsEli Zaretskii
2025-04-08Factor out vc-only-files-state-and-modelSean Whitton
2025-04-06Fix dired-vc-next-action generating inconsistent marksSean Whitton
2025-03-18Use 'help-key' function in more placesStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-07; * lisp/dired-aux.el (shell-command-guess-open): Fix :type (bug#74720).Eli Zaretskii
2024-10-02New function shell-command-do-openSean Whitton
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