aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dired.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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