summaryrefslogtreecommitdiff
path: root/lisp/dired.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* dired: Show broken/circular links w/ different faceTino Calancha2020-08-271-0/+22
* Add "Delete" submenu to Dired "Operate" menuStefan Kangas2020-08-251-2/+9
* Fix documentation of a recent change in DiredEli Zaretskii2020-08-221-1/+2
* Handle globstar in diredTino Calancha2020-08-221-0/+27
* Allow Dired to dereference symbolic links when copyingKaushal Modi2020-08-111-0/+6
* dired-ls-F-marks-symlinks should be set under MacosLars Ingebrigtsen2020-08-041-1/+1
* * lisp/dired.el (dired-toggle-marks): Use region for non-nil dired-mark-regionJuri Linkov2020-06-051-22/+40
* Merge from origin/emacs-27Glenn Morris2020-05-161-2/+2
|\
| * * lisp/dired.el (dired-toggle-marks): Doc fix. (Bug#41097)Eli Zaretskii2020-05-101-2/+2
* | Use directory-files-no-dot-files-regexp wherever possibleMattias EngdegÄrd2020-04-161-3/+5
* | Merge from origin/emacs-27Glenn Morris2020-04-151-1/+1
|\ \ | |/
| * Fix edge case errors in filename-matching regexpsMattias EngdegÄrd2020-04-141-1/+1
* | * lisp/dired.el (dired-readin): Improve commentStefan Monnier2020-03-311-4/+4
* | * lisp/dired.el (dired-readin): Don't bind inhibit-modification-hooksStefan Monnier2020-03-301-20/+24
* | Deprecate with-displayed-buffer-window, use body-function instead (bug#39822)Juri Linkov2020-03-301-14/+15
* | Support state changing VC operations on directories in Dired (bug#34949)Juri Linkov2020-03-301-0/+1
* | Rename dired-mark-region choices and ignore empty region.Juri Linkov2020-03-241-13/+20
* | * lisp/dired.el (dired-mark-region): New defcustom (bug#39902)Juri Linkov2020-03-231-15/+90
* | Silence byte-compiler warningStefan Kangas2020-02-041-0/+1
* | * lisp/progmodes/grep.el (grep-read-files-function): New var.Stefan Monnier2020-01-211-1/+1
* | Improve error handling in dired-change-marksStefan Kangas2020-01-191-13/+15
* | Make arguments to dired-chage-marks non-optionalStefan Kangas2020-01-191-1/+2
* | Make more load-hooks obsoleteGlenn Morris2020-01-161-1/+2
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/dired.el (dired-dwim-target): Add choice dired-dwim-target-next-visibleJuri Linkov2019-11-171-3/+10
* * lisp/dired.el (dired-dwim-target): Add new choices (bug#35385)Juri Linkov2019-11-121-4/+14
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-1/+1
* Make dired-get-subdir-min obsoleteStefan Kangas2019-11-101-10/+13
* Font-lock symlinks in dired buffers betterLars Ingebrigtsen2019-10-311-2/+24
* Fix setgid fontification in dired on some OS-esLars Ingebrigtsen2019-10-301-1/+1
* dired-dwim-target uses most recently visited window instead of next window.Juri Linkov2019-10-271-3/+3
* Customizable tab-line-tabs-function and new buffer-local tab-line-mode.Juri Linkov2019-10-271-1/+1
* * lisp/dired.el (dired-mark-pop-up): Set tab-line-format to nil (bug#37699).Juri Linkov2019-10-241-1/+2
* Use 'C-x t' for tab-prefix-map instead of 'C-x 6' still used by 2C-mode-map.Juri Linkov2019-10-201-1/+1