summaryrefslogtreecommitdiff
path: root/lisp/dired.el
Commit message (Expand)AuthorAgeFilesLines
* Improve discoverability of 'insert-directory-program'Eli Zaretskii2022-04-151-2/+5
* dired: implement feature from 7b50ed553f differentlyTassilo Horn2022-03-301-20/+34
* Fix regression in 'dired-buffers-for-dir'Eli Zaretskii2022-03-301-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; * lisp/dired.el: Fix typo.Stefan Kangas2021-10-051-1/+1
* * lisp/dired.el (dired-omit-mode): Declare, to avoid compiler warning.Eli Zaretskii2021-09-301-0/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-3/+2
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-13/+13
* Add docstrings to context menu functions, and add middle-separatorJuri Linkov2021-09-151-0/+1
* * lisp/mouse.el (context-menu-map): Add 'click' arg to called funs (bug#50256)Juri Linkov2021-09-121-2/+2
* Make dired-chmod-program obsoleteLars Ingebrigtsen2021-08-261-4/+3
* ; * lisp/dired.el (dired-jump): Doc fix.Eli Zaretskii2021-08-211-4/+3
* Clarify dired-jump doc stringLars Ingebrigtsen2021-08-211-1/+8
* Merge branch 'feature/context-menu'Juri Linkov2021-08-171-0/+16
|\
| * Add new context-menu options for menus "File At Point" and "Version Control".Juri Linkov2021-07-271-3/+2
| * Improve docstring of context-menu-functions and add eww-context-menuJuri Linkov2021-07-211-2/+2
| * Change the order of context-menu-functions and add more context menus.Juri Linkov2021-07-211-0/+17
* | Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* | Un-obsolete dired-in-this-tree-p and use it again in certain places.Tassilo Horn2021-08-081-2/+2
* | Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-7/+7
|/
* Fix dired-number-of-marked-files when there are no marked filesDaniel Martín2021-07-131-7/+7
* Add new user option to avoid piling on Dired buffersLars Ingebrigtsen2021-07-131-2/+16
* Further cleanup for file locksMichael Albinus2021-07-091-24/+26
* Improve consistency of outline headings in dired librariesJonas Bernoulli2021-06-301-27/+50
* Cleanup whitespace and comments in dired librariesJonas Bernoulli2021-06-301-37/+34
* Ask if dir and subdir dired buffers be killed when deleting dirTassilo Horn2021-06-041-14/+19
* Fix placement of point in Dired deletion operationsStephen Berman2021-06-041-15/+20
* Fix dired confirm message asking to kill buffers of deleted dir (bug#48301)Tassilo Horn2021-05-111-5/+10
* Convert dired menus to easymenuStefan Kangas2021-02-281-315/+204
* ; Fix dired-switches-in-mode-line defcustom tags.Basil L. Contovounesios2021-02-281-1/+2
* Mention the problems with newlines in DiredLars Ingebrigtsen2021-02-221-0/+5
* Have `dired-mode' refer to Customize instead of listing some variablesLars Ingebrigtsen2021-02-021-13/+3
* Fix interaction between two dired cleanup variablesJeff Spencer2021-01-301-9/+12
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Make dired-toggle-read-only query on read-only directoriesLars Ingebrigtsen2020-12-131-2/+4
* Preserve point in dired buffers in dired-*-find-file* commandsLars Ingebrigtsen2020-12-121-3/+7
* Make dired-toggle-read-only check whether the directory is writableLars Ingebrigtsen2020-12-121-0/+2
* Define explicit-shell-file-name only in shell.elBasil L. Contovounesios2020-12-031-2/+1
* Fix some glitches in recent directory-files-* changesMichael Albinus2020-11-021-14/+0
* Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller2020-11-021-0/+14
* Allow controlling the Dired switches shown in the mode lineDrew Adams2020-09-301-13/+41
* Make dired-replace-in-string obsoleteLars Ingebrigtsen2020-09-271-3/+2
* Fix thinko in dired-change-marksStefan Kangas2020-09-221-2/+2
* Fix problem with previous dired.el changeLars Ingebrigtsen2020-09-161-1/+3
* Fix problem of marking files with hidden subdirsStephen Berman2020-09-141-1/+21
* Revert "Use format-prompt in read-file-name calls that have a default"Lars Ingebrigtsen2020-09-131-3/+2
* dired-omit-mode may not be defined in dired-jumpLars Ingebrigtsen2020-09-121-1/+1
* Move dired-jump from dired-x to dired (Bug#21981)Stefan Kangas2020-09-121-0/+64
* Use format-prompt in read-file-name calls that have a defaultLars Ingebrigtsen2020-09-071-2/+3
* wdired-do-renames: Speed up for long Emacs sessionsTino Calancha2020-09-041-10/+20