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
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Don't use file notification on non-file buffers
Mattias EngdegÄrd
2019-05-18
1
-0
/
+1
*
Use ngettext instead of dired-plural-s in Dired (bug#35287)
Juri Linkov
2019-05-05
1
-5
/
+7
*
Fix rgrep in dired using directory for search file pattern
Christopher Thorne
2019-04-11
1
-0
/
+9
*
Eshell dependencies: Fix recent regressions
Stefan Monnier
2019-04-10
1
-2
/
+2
*
Dired: Use invisibility-spec instead of selective-display
Stefan Monnier
2019-03-17
1
-49
/
+73
*
Fix regular-expression glitches and typos
Paul Eggert
2019-03-04
1
-1
/
+1
*
Merge from origin/emacs-26
Glenn Morris
2019-01-18
1
-1
/
+1
|
\
|
*
; Fix some trivial doc typos
Glenn Morris
2019-01-12
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Fix typo in 'dired-restore-positions'
Martin Rudalics
2018-12-11
1
-1
/
+1
*
|
Adjust windows' previous buffers when reverting dired buffers (Bug#33458)
Martin Rudalics
2018-12-08
1
-3
/
+41
*
|
* lisp/vc/log-view.el: Better error handling (bug#33295).
Juri Linkov
2018-11-08
1
-1
/
+1
*
|
Don't quote self-quoting pcase patterns
Michael Heerdegen
2018-10-30
1
-4
/
+4
*
|
file-attributes cleanup
Paul Eggert
2018-09-23
1
-3
/
+4
*
|
Merge from origin/emacs-26
Glenn Morris
2018-09-20
1
-5
/
+8
|
\
|
|
*
Improve Custom menu labels for 2 options
Eli Zaretskii
2018-09-19
1
-5
/
+8
|
*
New function read-answer (Bug#31782)
Juri Linkov
2018-08-04
1
-33
/
+8
*
|
New commands to create an empty file
Tino Calancha
2018-08-02
1
-0
/
+3
*
|
Fix Bug#30663
Michael Albinus
2018-05-14
1
-1
/
+2
*
|
Improve `dired-buffer-stale-p' for remote files
Michael Albinus
2018-05-14
1
-3
/
+7
*
|
* lisp/dired.el (dired-get-filename): Don't string-to-multibyte
Stefan Monnier
2018-02-27
1
-6
/
+1
*
|
* lisp/dired.el (dired-get-marked-files): Add new optional arg 'error'.
Juri Linkov
2018-02-06
1
-7
/
+14
*
|
* lisp/dired.el (dired-internal-do-deletions): Remove nreverse
Juri Linkov
2018-01-24
1
-1
/
+1
*
|
New function read-answer (bug#30073)
Juri Linkov
2018-01-21
1
-33
/
+8
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2017-11-20
1
-6
/
+13
|
\
|
|
*
Improve documentation of dired-next/prev-marked-file
Eli Zaretskii
2017-11-18
1
-6
/
+13
*
|
Merge from origin/emacs-26
Paul Eggert
2017-11-08
1
-1
/
+1
|
\
|
|
*
Improve dired deletion error handling (Bug#28797)
Noam Postavsky
2017-11-05
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2017-11-02
1
-2
/
+3
|
\
|
|
*
Fix doc typos
Glenn Morris
2017-10-28
1
-1
/
+1
|
*
* lisp/dired.el (dired-find-alternate-file): Doc fix. (Bug#28963)
Eli Zaretskii
2017-10-27
1
-1
/
+2
*
|
Port file-system-info to non-Microsoft
Paul Eggert
2017-10-01
1
-2
/
+4
|
/
*
Fix doc string of 'dired-listing-switches'
Eli Zaretskii
2017-09-23
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
New variable 'dired-confirm-killing-deleted-buffers'
Alex Branham
2017-09-08
1
-9
/
+14
*
Make mouse clicks in Dired more customizable
Tak Kunihiro
2017-09-08
1
-4
/
+20
*
Do not munge contents of local symbolic links
Paul Eggert
2017-08-26
1
-4
/
+1
*
dired-delete-file: Dont't ask for empty dirs
Tino Calancha
2017-08-09
1
-33
/
+38
*
Ask files for deletion in buffer order: top first, botton later
Tino Calancha
2017-08-09
1
-6
/
+8
*
dired-delete-file: Do not TAB complete the user answer
Tino Calancha
2017-08-06
1
-16
/
+21
*
dired-do-delete: Allow to delete dirs recursively without prompts
Tino Calancha
2017-08-06
1
-18
/
+48
*
dired-revert: save line numbers instead of positions
Tino Calancha
2017-08-06
1
-9
/
+15
*
dired-align-file: Inherit text properties in inserted spaces
Tino Calancha
2017-08-02
1
-1
/
+1
*
Don't assume /bin/sh as the 'sh' location in the local host
Tino Calancha
2017-08-02
1
-4
/
+9
*
Fix misalignment in Dired when dired-directory is a cons
Tino Calancha
2017-08-02
1
-0
/
+43
[next]