summaryrefslogtreecommitdiff
path: root/lisp/dired.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make dropping files on Motif programs workPo Lu2022-04-011-2/+2
* | Remove local copies of remote files created for drag-and-dropPo Lu2022-03-301-2/+21
* | ; * lisp/dired.el (dired-mouse-drag): Create local copy if file is remote.Po Lu2022-03-301-11/+19
* | Don't let Tramp block dired (Bug#54542)Michael Albinus2022-03-261-33/+36
* | Avoid ClientMessage overhead when dragging stuff to other framesPo Lu2022-03-261-2/+5
* | Fix minor issues with dired-mouse-drag-filesPo Lu2022-03-261-4/+15
* | Allow dragging files from dired to windows on the same framePo Lu2022-03-251-1/+2
* | Make it easier to select text inside dired when mouse dragging is onPo Lu2022-03-251-8/+14
* | Document dired-mouse-drag-filesPo Lu2022-03-191-1/+1
* | Fix some glitches when dragging files from diredPo Lu2022-03-191-5/+8
* | Allow dragging files from Dired to other programsPo Lu2022-03-181-4/+51
* | Make dired-directory and dired-subdir-alist buffer-localLars Ingebrigtsen2022-02-071-4/+4
* | Allow using dired-hide-details-mode in wdired buffersLars Ingebrigtsen2022-01-281-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/dired.el (dired-mode-map): Use defvar-keymap.Stefan Kangas2021-12-181-147/+145
* | ; * lisp/dired.el: Remove code commented out since 2000.Stefan Kangas2021-12-101-6/+0
* | Make dired-buffers-for-dir expand the DIR argumentLars Ingebrigtsen2021-12-101-6/+4
* | Fix dired--insert-disk-spaceMichael Albinus2021-12-031-2/+3
* | Fix display of free disk space in DiredEli Zaretskii2021-12-021-4/+8
* | Change how Dired displays available spaceLars Ingebrigtsen2021-12-011-2/+49
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-6/+6
* | Use substitute-command-keys in some messagesStefan Kangas2021-11-171-1/+3
* | Start adjusting the manuals to talk about the keymap-* functionsLars Ingebrigtsen2021-11-161-3/+3
* | Fix mouse buttons in dired--make-directory-clickableLars Ingebrigtsen2021-10-241-1/+2
* | Make dired directory components clickableWilliam Xu2021-10-241-0/+33
|/
* ; * lisp/dired.el: Fix typo.Stefan Kangas2021-10-051-1/+1