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-aux.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compression of directories in Dired
Eli Zaretskii
2020-01-08
1
-4
/
+12
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Extract xref-matches-in-files from project--find-regexp-in-files
Dmitry Gutov
2019-12-29
1
-2
/
+1
*
Speed up dired-do-find-regexp
Dmitry Gutov
2019-12-26
1
-7
/
+14
*
Do not call custom-reevaluate-setting in dired-isearch-filenames-end
Filipp Gunbin
2019-11-29
1
-3
/
+3
*
* lisp/dired.el (dired-dwim-target): Add choice dired-dwim-target-next-visible
Juri Linkov
2019-11-17
1
-4
/
+8
*
Make dired-do-compress-to require format-spec
Lars Ingebrigtsen
2019-11-14
1
-0
/
+1
*
* lisp/dired.el (dired-dwim-target): Add new choices (bug#35385)
Juri Linkov
2019-11-12
1
-0
/
+16
*
Make dired-get-subdir-min obsolete
Stefan Kangas
2019-11-10
1
-9
/
+9
*
* lisp/dired-aux.el (dired-vc-rename-file): New defcustom.
Juri Linkov
2019-11-07
1
-1
/
+16
*
dired-dwim-target uses most recently visited window instead of next window.
Juri Linkov
2019-10-27
1
-16
/
+16
*
dired-do-shell-command doc string fix
Lars Ingebrigtsen
2019-10-14
1
-1
/
+5
*
Improve documentation of dired-do-chmod
Stefan Kangas
2019-10-14
1
-3
/
+11
*
* lisp/dired-aux.el (dired-copy-file-recursive): Make prompt clearer.
Lars Ingebrigtsen
2019-09-23
1
-1
/
+1
*
Make dired recognize .lz files
Lars Ingebrigtsen
2019-08-23
1
-0
/
+1
*
Mention that some dired commands work on the current file, too
Lars Ingebrigtsen
2019-08-02
1
-0
/
+9
*
Fix reference to `tags-loop-continue' in doc string
Lars Ingebrigtsen
2019-08-01
1
-1
/
+1
*
Tweak prompt when symlinking in dired
Lars Ingebrigtsen
2019-07-26
1
-1
/
+8
*
Further tweak dired-compress error message
Lars Ingebrigtsen
2019-07-26
1
-1
/
+1
*
Tweak the error message on dired compression failures
Lars Ingebrigtsen
2019-07-26
1
-1
/
+1
*
End predicate `dired-in-this-tree' with '-p'
Tino Calancha
2019-07-13
1
-6
/
+6
*
Allow chown/chgrp for remote directories on w32
Michael Albinus
2019-07-08
1
-2
/
+4
*
Add Zstandard compression support for dired
Alexander Gramiak
2019-06-24
1
-6
/
+15
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete
Stefan Monnier
2019-06-21
1
-1
/
+0
*
Fix a void-function error
Dmitry Gutov
2019-05-30
1
-0
/
+1
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Dmitry Gutov
2019-05-24
1
-1
/
+0
|
\
|
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
|
Support "reverting" Xref buffers (bug#35702)
Dmitry Gutov
2019-05-24
1
-9
/
+12
*
|
Separate xref-find-definitions' behavior from other commands
Dmitry Gutov
2019-05-23
1
-1
/
+1
|
/
*
Declare fileloop-continue in dired-aux to avoid warning
Lars Ingebrigtsen
2019-05-17
1
-0
/
+2
*
Use ngettext instead of dired-plural-s in Dired (bug#35287)
Juri Linkov
2019-05-05
1
-21
/
+31
*
Dired: Use invisibility-spec instead of selective-display
Stefan Monnier
2019-03-17
1
-80
/
+66
*
Rename multifile.el to fileloop.el
Dmitry Gutov
2019-02-07
1
-4
/
+4
*
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
*
|
Merge from origin/emacs-26
Glenn Morris
2018-11-24
1
-1
/
+6
|
\
|
|
*
Improve documentation of 'dired-do-compress'
Eli Zaretskii
2018-11-22
1
-1
/
+6
*
|
Merge from origin/emacs-26
Glenn Morris
2018-10-23
1
-1
/
+1
|
\
|
|
*
Fix help-form binding in dired-create-files
Michael Heerdegen
2018-10-20
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-10-12
1
-10
/
+11
|
\
|
|
*
dired-do-shell-command: Notify users after abort the command
Tino Calancha
2018-10-11
1
-10
/
+11
*
|
file-attributes cleanup
Paul Eggert
2018-09-23
1
-16
/
+22
*
|
* lisp/multifile.el: New file, extracted from etags.el
Stefan Monnier
2018-09-22
1
-5
/
+12
*
|
New commands to create an empty file
Tino Calancha
2018-08-02
1
-5
/
+32
*
|
dired-do-find-regexp: Use rgrep-find-ignored-directories.
Sam Steingold
2018-07-09
1
-2
/
+2
*
|
Merge from origin/emacs-26
Glenn Morris
2018-06-23
1
-6
/
+8
|
\
|
|
*
Fix previous change in minibuffer-default-add-dired-shell-commands
Leo Liu
2018-06-23
1
-6
/
+8
*
|
Honor dired-create-destination-dirs if copying/renaming >1 files
Tino Calancha
2018-04-05
1
-22
/
+25
*
|
Merge from origin/emacs-26
Glenn Morris
2018-03-02
1
-1
/
+2
|
\
|
[next]