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-toggle-marks): Use region for non-nil dired-mark-region
Juri Linkov
2020-06-05
1
-22
/
+40
*
Merge from origin/emacs-27
Glenn Morris
2020-05-16
1
-2
/
+2
|
\
|
*
* lisp/dired.el (dired-toggle-marks): Doc fix. (Bug#41097)
Eli Zaretskii
2020-05-10
1
-2
/
+2
*
|
Use directory-files-no-dot-files-regexp wherever possible
Mattias Engdegård
2020-04-16
1
-3
/
+5
*
|
Merge from origin/emacs-27
Glenn Morris
2020-04-15
1
-1
/
+1
|
\
|
|
*
Fix edge case errors in filename-matching regexps
Mattias Engdegård
2020-04-14
1
-1
/
+1
*
|
* lisp/dired.el (dired-readin): Improve comment
Stefan Monnier
2020-03-31
1
-4
/
+4
*
|
* lisp/dired.el (dired-readin): Don't bind inhibit-modification-hooks
Stefan Monnier
2020-03-30
1
-20
/
+24
*
|
Deprecate with-displayed-buffer-window, use body-function instead (bug#39822)
Juri Linkov
2020-03-30
1
-14
/
+15
*
|
Support state changing VC operations on directories in Dired (bug#34949)
Juri Linkov
2020-03-30
1
-0
/
+1
*
|
Rename dired-mark-region choices and ignore empty region.
Juri Linkov
2020-03-24
1
-13
/
+20
*
|
* lisp/dired.el (dired-mark-region): New defcustom (bug#39902)
Juri Linkov
2020-03-23
1
-15
/
+90
*
|
Silence byte-compiler warning
Stefan Kangas
2020-02-04
1
-0
/
+1
*
|
* lisp/progmodes/grep.el (grep-read-files-function): New var.
Stefan Monnier
2020-01-21
1
-1
/
+1
*
|
Improve error handling in dired-change-marks
Stefan Kangas
2020-01-19
1
-13
/
+15
*
|
Make arguments to dired-chage-marks non-optional
Stefan Kangas
2020-01-19
1
-1
/
+2
*
|
Make more load-hooks obsolete
Glenn Morris
2020-01-16
1
-1
/
+2
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* lisp/dired.el (dired-dwim-target): Add choice dired-dwim-target-next-visible
Juri Linkov
2019-11-17
1
-3
/
+10
*
* lisp/dired.el (dired-dwim-target): Add new choices (bug#35385)
Juri Linkov
2019-11-12
1
-4
/
+14
*
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-11
1
-1
/
+1
*
Make dired-get-subdir-min obsolete
Stefan Kangas
2019-11-10
1
-10
/
+13
*
Font-lock symlinks in dired buffers better
Lars Ingebrigtsen
2019-10-31
1
-2
/
+24
*
Fix setgid fontification in dired on some OS-es
Lars Ingebrigtsen
2019-10-30
1
-1
/
+1
*
dired-dwim-target uses most recently visited window instead of next window.
Juri Linkov
2019-10-27
1
-3
/
+3
*
Customizable tab-line-tabs-function and new buffer-local tab-line-mode.
Juri Linkov
2019-10-27
1
-1
/
+1
*
* lisp/dired.el (dired-mark-pop-up): Set tab-line-format to nil (bug#37699).
Juri Linkov
2019-10-24
1
-1
/
+2
*
Use 'C-x t' for tab-prefix-map instead of 'C-x 6' still used by 2C-mode-map.
Juri Linkov
2019-10-20
1
-1
/
+1
*
* lisp/dired.el (dired-auto-revert-buffer): Doc fix. (Bug#37771)
Eli Zaretskii
2019-10-17
1
-6
/
+10
*
Fix up previous dired change again
Lars Ingebrigtsen
2019-10-14
1
-1
/
+1
*
Fix typo in previous dired change
Lars Ingebrigtsen
2019-10-14
1
-1
/
+1
*
Font-lock suid/guid files in Dired
Lars Ingebrigtsen
2019-10-14
1
-0
/
+13
*
dired-move-to-filename doc string fix
Lars Ingebrigtsen
2019-10-07
1
-1
/
+7
*
More tab bar related key bindings.
Juri Linkov
2019-10-06
1
-0
/
+7
*
* lisp/dired.el (dired-special): Rename face from dired-socket (bug#24547).
Juri Linkov
2019-08-05
1
-5
/
+5
*
Clean up file-size-function
Mattias Engdegård
2019-08-02
1
-2
/
+2
*
Fix usage of remove-text-properties
Basil L. Contovounesios
2019-08-01
1
-1
/
+1
*
Re-fix dired-pop-to-buffer obsoletion reference
Lars Ingebrigtsen
2019-07-30
1
-1
/
+1
*
Mark block/char devices the same as sockets in dired
Lars Ingebrigtsen
2019-07-28
1
-3
/
+4
*
Make dired fontify pipes and sockets
Lars Ingebrigtsen
2019-07-27
1
-0
/
+11
*
Fix obsoletion notice in dired-pop-to-buffer
Lars Ingebrigtsen
2019-07-26
1
-1
/
+1
*
End predicate `dired-in-this-tree' with '-p'
Tino Calancha
2019-07-13
1
-2
/
+4
*
Fix previous patch to dired-mark-if
Lars Ingebrigtsen
2019-06-26
1
-1
/
+1
*
Make dired commands report how many files they mark
Drew Adams
2019-06-25
1
-7
/
+7
*
Add a new command to report the number and size of the marked files
Lars Ingebrigtsen
2019-06-25
1
-0
/
+28
*
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
[next]