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
*
Merge from origin/emacs-28
Stefan Kangas
2021-12-08
1
-6
/
+8
|
\
|
*
* lisp/dired-aux.el (dired-check-process): Doc fix. (Bug#52337)
Eli Zaretskii
2021-12-07
1
-6
/
+8
*
|
Added dired-create-destination-dirs-on-trailing-dirsep
NightMachinary
2021-12-06
1
-2
/
+40
*
|
Use substitute-command-keys for literal key sequences
Stefan Kangas
2021-11-22
1
-15
/
+18
*
|
Remove Tramp's `dired-compress-file' handler, not needed anymore
Michael Albinus
2021-11-13
1
-8
/
+13
*
|
Make `dired-split' obsolete
Lars Ingebrigtsen
2021-11-09
1
-3
/
+3
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-05
1
-1
/
+1
|
\
|
|
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-10-05
1
-1
/
+1
*
|
Use format-prompt for many more prompts
Stefan Kangas
2021-10-05
1
-4
/
+4
|
/
*
Cross reference `dired-do-revert-buffer'
Lars Ingebrigtsen
2021-09-29
1
-4
/
+12
*
Use explicit man-page section in references
Eli Zaretskii
2021-09-25
1
-1
/
+1
*
* lisp/dired-aux.el (dired-do-chmod): Simplify docstring.
Stefan Kangas
2021-09-25
1
-2
/
+1
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-2
/
+2
*
Make dired-do-compress-to work in inserted subdirectories
Michalis V
2021-09-21
1
-1
/
+1
*
Revert "Make dired-compress-file query for a directory to uncompress to"
Lars Ingebrigtsen
2021-09-21
1
-43
/
+27
*
Make dired-compress-file query for a directory to uncompress to
Michalis V
2021-09-21
1
-27
/
+43
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-3
/
+3
*
Fixup dired-do-find-regexp-and-replace
Dmitry Gutov
2021-09-06
1
-1
/
+4
*
Use "gzip -d" instead of "gunzip"
Marco Centurion
2021-09-01
1
-2
/
+2
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
1
-1
/
+1
*
Un-obsolete dired-in-this-tree-p and use it again in certain places.
Tassilo Horn
2021-08-08
1
-2
/
+2
*
Use string-replace instead of replace-regexp-in-string
Mattias Engdegård
2021-08-08
1
-1
/
+1
*
Improve consistency of outline headings in dired libraries
Jonas Bernoulli
2021-06-30
1
-25
/
+34
*
Cleanup whitespace and comments in dired libraries
Jonas Bernoulli
2021-06-30
1
-33
/
+33
*
Give feedback to the user in dired-do-find-regexp
Lars Ingebrigtsen
2021-06-22
1
-0
/
+2
*
Use file-in-directory-p instead of obsolete dired-in-this-tree-p
Tassilo Horn
2021-06-12
1
-6
/
+6
*
Move point in dired buffers when handling a list of files
Lars Ingebrigtsen
2021-06-02
1
-0
/
+3
*
Restore `dired-do-create-files' return value
Lars Ingebrigtsen
2021-05-25
1
-14
/
+15
*
* lisp/dired-aux.el (dired-do-revert-buffer): New defcustom (bug#48456).
Juri Linkov
2021-05-21
1
-1
/
+25
*
Fix custom type of recent dired-aux additions
Glenn Morris
2021-05-19
1
-2
/
+2
*
Fix some regressions introduced by the previous dired-aux change
Lars Ingebrigtsen
2021-05-18
1
-3
/
+3
*
Allow specifying the default archive types to compress to in Dired
Sun Lin
2021-05-17
1
-35
/
+86
*
Fix bug#47625 in dired
Michael Albinus
2021-05-06
1
-0
/
+5
*
* lisp/**/*.el: Avoid positional args to `define-minor-mode`
Stefan Monnier
2021-04-11
1
-1
/
+1
*
Revert "Clarify dired-do-shell-command doc string"
Lars Ingebrigtsen
2021-03-28
1
-2
/
+0
*
Clarify dired-do-shell-command doc string
Lars Ingebrigtsen
2021-03-28
1
-0
/
+2
*
Improve the dired-do-kill-lines doc string
Lars Ingebrigtsen
2021-03-02
1
-2
/
+7
*
* lisp/gnus/gnus-art.el: Fix misuse of `standard-value`.
Stefan Monnier
2021-02-02
1
-1
/
+1
*
; * lisp/dired-aux.el (dired-compress-files-alist): Minor doc fix.
Stefan Kangas
2021-01-28
1
-1
/
+1
*
Add support for dired compressing .lz/.lzo files
Jean Louis
2021-01-24
1
-0
/
+2
*
Add dired support for compressing .pax files
Lars Ingebrigtsen
2021-01-21
1
-1
/
+2
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Add variables read-char-choice-use-read-key and y-or-n-p-use-read-key
Juri Linkov
2020-12-30
1
-2
/
+2
*
Prefer setq-local in dired extensions
Stefan Kangas
2020-12-09
1
-5
/
+5
*
Merge from origin/emacs-27
Glenn Morris
2020-12-01
1
-1
/
+7
|
\
|
*
Reset xref-show-xrefs-function temporarily
Dmitry Gutov
2020-12-01
1
-1
/
+7
*
|
In dired-query use read-char-from-minibuffer with bound help-char (bug#42708)
Juri Linkov
2020-11-11
1
-1
/
+1
*
|
Make dired-replace-in-string obsolete
Lars Ingebrigtsen
2020-09-27
1
-4
/
+4
*
|
Tweak dired warning about "wildcard" characters
Kévin Le Gouguec
2020-09-20
1
-26
/
+125
*
|
Fix problem of marking files with hidden subdirs
Stephen Berman
2020-09-14
1
-15
/
+0
[next]