index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
dired.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lisp/dired.el (dired-make-relative): Make change less aggressive.
Michael Albinus
2022-10-07
1
-1
/
+5
*
Better support for remote file names in dired
Michael Albinus
2022-10-06
1
-5
/
+1
*
Actually delete markers in dired-do-flagged-delete
Stefan Kangas
2022-10-03
1
-10
/
+10
*
Delete many items obsolete since 24.3
Stefan Kangas
2022-09-09
1
-36
/
+0
*
Fix update of Dired display when it was called on a cons cell
Eli Zaretskii
2022-09-04
1
-1
/
+4
*
Use a list of text properties to search in symlink filenames in Wdired
Juri Linkov
2022-08-27
1
-3
/
+3
*
Make point-at-eol and point-at-bol obsolete
Stefan Kangas
2022-08-23
1
-3
/
+3
*
Assume dired-guess is now always available
Stefan Kangas
2022-08-17
1
-4
/
+0
*
Move dired-guess commands from dired-x to dired
Stefan Kangas
2022-08-17
1
-0
/
+71
*
* lisp/dired.el (dired-mark-if): Evaluate MSG once to avoid warning.
Mattias Engdegård
2022-08-16
1
-5
/
+6
*
Prefer ‘time-equal-p’ to ‘equal’ on timestamps
Paul Eggert
2022-08-01
1
-1
/
+2
*
Fix wdired entry when there are hidden subdirs
Lars Ingebrigtsen
2022-07-23
1
-4
/
+5
*
Tweak how dired-copy-filename-as-kill handles file names with spaces
Lars Ingebrigtsen
2022-07-15
1
-14
/
+25
*
Remove some ineffectual calls to purecopy
Stefan Kangas
2022-07-10
1
-5
/
+5
*
Bind M-G unconditionally in Dired
Stefan Kangas
2022-07-09
1
-0
/
+1
*
Move dired-buffer-more-recently-used-p to dired.el
Stefan Kangas
2022-07-09
1
-3
/
+8
*
Move dired-do-relsymlink from dired-x.el to dired.el
Stefan Kangas
2022-07-08
1
-0
/
+13
*
* lisp/dired.el (dired-jump-map): Bind also "j" to dired-jump.
Stefan Kangas
2022-07-08
1
-0
/
+1
*
Quote some literal keys to get help-key-binding face
Stefan Kangas
2022-07-03
1
-1
/
+1
*
Move dired-clean-up-buffers-too to dired.el
Stefan Kangas
2022-07-03
1
-4
/
+12
*
* lisp/dired.el (dired-do-eww): New command.
Stefan Kangas
2022-07-03
1
-0
/
+5
*
Improve dired-do-{info,man} error handling
Stefan Kangas
2022-07-03
1
-6
/
+6
*
Make dired-jump repeatable in repeat-mode
Stefan Kangas
2022-07-02
1
-0
/
+5
*
Move dired-info and dired-man from dired-x to dired
Stefan Kangas
2022-07-02
1
-0
/
+27
*
Fix drag-and-drop of files with multibyte filenames
Po Lu
2022-06-05
1
-3
/
+3
*
Allow keyboard modifiers to control the action taken during dired DND
Po Lu
2022-06-04
1
-54
/
+81
*
Fix dired drag and drop actions
Po Lu
2022-06-03
1
-4
/
+4
*
Allow dragging multiple files from a Dired buffer
Po Lu
2022-06-03
1
-12
/
+37
*
Add easier-to-use interfaces for initiating drag-and-drop
Po Lu
2022-06-03
1
-42
/
+5
*
Clean up text/uri-list mess inside the Dired drag-and-drop code
Po Lu
2022-06-01
1
-1
/
+9
*
Fix dired drag-and-drop for certain Motif programs
Po Lu
2022-05-28
1
-1
/
+1
*
Add file dragging support to NS port
Po Lu
2022-05-28
1
-1
/
+1
*
Make `d' in Dired skip dot files
Lars Ingebrigtsen
2022-05-23
1
-1
/
+5
*
Give better error message in dired-toggle-read-only on nonexisting dirs
Lars Ingebrigtsen
2022-04-27
1
-0
/
+2
*
Merge from origin/emacs-28
Eli Zaretskii
2022-04-16
1
-2
/
+5
|
\
|
*
Improve discoverability of 'insert-directory-program'
Eli Zaretskii
2022-04-15
1
-2
/
+5
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-04-13
1
-20
/
+35
|
\
|
|
*
dired: implement feature from 7b50ed553f differently
Tassilo Horn
2022-03-30
1
-20
/
+34
|
*
Fix regression in 'dired-buffers-for-dir'
Eli Zaretskii
2022-03-30
1
-1
/
+1
*
|
Fix clicking on files in Dired when drag is enabled
Po Lu
2022-04-12
1
-31
/
+44
*
|
* lisp/dired.el (dired-mouse-drag): Offer HOST_NAME as well.
Po Lu
2022-04-02
1
-1
/
+1
*
|
Make dropping files on Motif programs work
Po Lu
2022-04-01
1
-2
/
+2
*
|
Remove local copies of remote files created for drag-and-drop
Po Lu
2022-03-30
1
-2
/
+21
*
|
; * lisp/dired.el (dired-mouse-drag): Create local copy if file is remote.
Po Lu
2022-03-30
1
-11
/
+19
*
|
Don't let Tramp block dired (Bug#54542)
Michael Albinus
2022-03-26
1
-33
/
+36
*
|
Avoid ClientMessage overhead when dragging stuff to other frames
Po Lu
2022-03-26
1
-2
/
+5
*
|
Fix minor issues with dired-mouse-drag-files
Po Lu
2022-03-26
1
-4
/
+15
*
|
Allow dragging files from dired to windows on the same frame
Po Lu
2022-03-25
1
-1
/
+2
*
|
Make it easier to select text inside dired when mouse dragging is on
Po Lu
2022-03-25
1
-8
/
+14
*
|
Document dired-mouse-drag-files
Po Lu
2022-03-19
1
-1
/
+1
[next]