summaryrefslogtreecommitdiff
path: root/lisp/dired.el
Commit message (Expand)AuthorAgeFilesLines
* Fix Dired face for directory symlinksBasil L. Contovounesios2023-01-251-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov2022-12-221-1/+1
* ; Fix typosStefan Kangas2022-11-181-1/+1
* ; * lisp/dired.el (dired--unhide): Remove FIXME. (Bug#59047)Eli Zaretskii2022-11-121-1/+0
* Make 'dired-hide-details-mode' work after 'dired-hide-subdir'Gabriel do Nascimento Ribeiro2022-11-101-1/+2
* ; * lisp/dired.el (dired--make-directory-clickable): Fix typo.Eli Zaretskii2022-10-291-1/+1
* Make Dired header clickable on non-Posix systems as wellEli Zaretskii2022-10-291-2/+6
* Display the Dired buffer as unmodified initiallyEli Zaretskii2022-10-291-1/+1
* * lisp/dired.el (dired-make-relative): Make change less aggressive.Michael Albinus2022-10-071-1/+5
* Better support for remote file names in diredMichael Albinus2022-10-061-5/+1
* Actually delete markers in dired-do-flagged-deleteStefan Kangas2022-10-031-10/+10
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-36/+0
* Fix update of Dired display when it was called on a cons cellEli Zaretskii2022-09-041-1/+4
* Use a list of text properties to search in symlink filenames in WdiredJuri Linkov2022-08-271-3/+3
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-3/+3
* Assume dired-guess is now always availableStefan Kangas2022-08-171-4/+0
* Move dired-guess commands from dired-x to diredStefan Kangas2022-08-171-0/+71
* * lisp/dired.el (dired-mark-if): Evaluate MSG once to avoid warning.Mattias Engdegård2022-08-161-5/+6
* Prefer ‘time-equal-p’ to ‘equal’ on timestampsPaul Eggert2022-08-011-1/+2
* Fix wdired entry when there are hidden subdirsLars Ingebrigtsen2022-07-231-4/+5
* Tweak how dired-copy-filename-as-kill handles file names with spacesLars Ingebrigtsen2022-07-151-14/+25
* Remove some ineffectual calls to purecopyStefan Kangas2022-07-101-5/+5
* Bind M-G unconditionally in DiredStefan Kangas2022-07-091-0/+1
* Move dired-buffer-more-recently-used-p to dired.elStefan Kangas2022-07-091-3/+8
* Move dired-do-relsymlink from dired-x.el to dired.elStefan Kangas2022-07-081-0/+13
* * lisp/dired.el (dired-jump-map): Bind also "j" to dired-jump.Stefan Kangas2022-07-081-0/+1
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-031-1/+1
* Move dired-clean-up-buffers-too to dired.elStefan Kangas2022-07-031-4/+12
* * lisp/dired.el (dired-do-eww): New command.Stefan Kangas2022-07-031-0/+5
* Improve dired-do-{info,man} error handlingStefan Kangas2022-07-031-6/+6
* Make dired-jump repeatable in repeat-modeStefan Kangas2022-07-021-0/+5
* Move dired-info and dired-man from dired-x to diredStefan Kangas2022-07-021-0/+27
* Fix drag-and-drop of files with multibyte filenamesPo Lu2022-06-051-3/+3
* Allow keyboard modifiers to control the action taken during dired DNDPo Lu2022-06-041-54/+81
* Fix dired drag and drop actionsPo Lu2022-06-031-4/+4
* Allow dragging multiple files from a Dired bufferPo Lu2022-06-031-12/+37
* Add easier-to-use interfaces for initiating drag-and-dropPo Lu2022-06-031-42/+5
* Clean up text/uri-list mess inside the Dired drag-and-drop codePo Lu2022-06-011-1/+9
* Fix dired drag-and-drop for certain Motif programsPo Lu2022-05-281-1/+1
* Add file dragging support to NS portPo Lu2022-05-281-1/+1
* Make `d' in Dired skip dot filesLars Ingebrigtsen2022-05-231-1/+5
* Give better error message in dired-toggle-read-only on nonexisting dirsLars Ingebrigtsen2022-04-271-0/+2
* Merge from origin/emacs-28Eli Zaretskii2022-04-161-2/+5
|\
| * Improve discoverability of 'insert-directory-program'Eli Zaretskii2022-04-151-2/+5
* | Merge from origin/emacs-28Eli Zaretskii2022-04-131-20/+35
|\ \ | |/
| * dired: implement feature from 7b50ed553f differentlyTassilo Horn2022-03-301-20/+34
| * Fix regression in 'dired-buffers-for-dir'Eli Zaretskii2022-03-301-1/+1
* | Fix clicking on files in Dired when drag is enabledPo Lu2022-04-121-31/+44
* | * lisp/dired.el (dired-mouse-drag): Offer HOST_NAME as well.Po Lu2022-04-021-1/+1