summaryrefslogtreecommitdiff
path: root/lisp/dired.el
Commit message (Expand)AuthorAge
* Merge branch 'feature/context-menu'Juri Linkov2021-08-17
|\
| * Add new context-menu options for menus "File At Point" and "Version Control".Juri Linkov2021-07-27
| * Improve docstring of context-menu-functions and add eww-context-menuJuri Linkov2021-07-21
| * Change the order of context-menu-functions and add more context menus.Juri Linkov2021-07-21
* | Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* | Un-obsolete dired-in-this-tree-p and use it again in certain places.Tassilo Horn2021-08-08
* | Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-08
|/
* Fix dired-number-of-marked-files when there are no marked filesDaniel Martín2021-07-13
* Add new user option to avoid piling on Dired buffersLars Ingebrigtsen2021-07-13
* Further cleanup for file locksMichael Albinus2021-07-09
* Improve consistency of outline headings in dired librariesJonas Bernoulli2021-06-30
* Cleanup whitespace and comments in dired librariesJonas Bernoulli2021-06-30
* Ask if dir and subdir dired buffers be killed when deleting dirTassilo Horn2021-06-04
* Fix placement of point in Dired deletion operationsStephen Berman2021-06-04
* Fix dired confirm message asking to kill buffers of deleted dir (bug#48301)Tassilo Horn2021-05-11
* Convert dired menus to easymenuStefan Kangas2021-02-28
* ; Fix dired-switches-in-mode-line defcustom tags.Basil L. Contovounesios2021-02-28
* Mention the problems with newlines in DiredLars Ingebrigtsen2021-02-22
* Have `dired-mode' refer to Customize instead of listing some variablesLars Ingebrigtsen2021-02-02
* Fix interaction between two dired cleanup variablesJeff Spencer2021-01-30
* Update copyright year to 2021Paul Eggert2021-01-01
* Make dired-toggle-read-only query on read-only directoriesLars Ingebrigtsen2020-12-13
* Preserve point in dired buffers in dired-*-find-file* commandsLars Ingebrigtsen2020-12-12
* Make dired-toggle-read-only check whether the directory is writableLars Ingebrigtsen2020-12-12
* Define explicit-shell-file-name only in shell.elBasil L. Contovounesios2020-12-03
* Fix some glitches in recent directory-files-* changesMichael Albinus2020-11-02
* Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller2020-11-02
* Allow controlling the Dired switches shown in the mode lineDrew Adams2020-09-30
* Make dired-replace-in-string obsoleteLars Ingebrigtsen2020-09-27
* Fix thinko in dired-change-marksStefan Kangas2020-09-22
* Fix problem with previous dired.el changeLars Ingebrigtsen2020-09-16
* Fix problem of marking files with hidden subdirsStephen Berman2020-09-14
* Revert "Use format-prompt in read-file-name calls that have a default"Lars Ingebrigtsen2020-09-13
* dired-omit-mode may not be defined in dired-jumpLars Ingebrigtsen2020-09-12
* Move dired-jump from dired-x to dired (Bug#21981)Stefan Kangas2020-09-12
* Use format-prompt in read-file-name calls that have a defaultLars Ingebrigtsen2020-09-07
* wdired-do-renames: Speed up for long Emacs sessionsTino Calancha2020-09-04
* dired: Show broken/circular links w/ different faceTino Calancha2020-08-27
* Add "Delete" submenu to Dired "Operate" menuStefan Kangas2020-08-25
* Fix documentation of a recent change in DiredEli Zaretskii2020-08-22
* Handle globstar in diredTino Calancha2020-08-22
* Allow Dired to dereference symbolic links when copyingKaushal Modi2020-08-11
* dired-ls-F-marks-symlinks should be set under MacosLars Ingebrigtsen2020-08-04
* * lisp/dired.el (dired-toggle-marks): Use region for non-nil dired-mark-regionJuri Linkov2020-06-05
* Merge from origin/emacs-27Glenn Morris2020-05-16
|\
| * * lisp/dired.el (dired-toggle-marks): Doc fix. (Bug#41097)Eli Zaretskii2020-05-10
* | Use directory-files-no-dot-files-regexp wherever possibleMattias Engdegård2020-04-16
* | Merge from origin/emacs-27Glenn Morris2020-04-15
|\|
| * Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-14
* | * lisp/dired.el (dired-readin): Improve commentStefan Monnier2020-03-31