summaryrefslogtreecommitdiff
path: root/lisp/dired.el
Commit message (Expand)AuthorAgeFilesLines
* End predicate `dired-in-this-tree' with '-p'Tino Calancha2019-07-131-2/+4
* Fix previous patch to dired-mark-ifLars Ingebrigtsen2019-06-261-1/+1
* Make dired commands report how many files they markDrew Adams2019-06-251-7/+7
* Add a new command to report the number and size of the marked filesLars Ingebrigtsen2019-06-251-0/+28
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Don't use file notification on non-file buffersMattias EngdegÄrd2019-05-181-0/+1
* Use ngettext instead of dired-plural-s in Dired (bug#35287)Juri Linkov2019-05-051-5/+7
* Fix rgrep in dired using directory for search file patternChristopher Thorne2019-04-111-0/+9
* Eshell dependencies: Fix recent regressionsStefan Monnier2019-04-101-2/+2
* Dired: Use invisibility-spec instead of selective-displayStefan Monnier2019-03-171-49/+73
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-1/+1
* Merge from origin/emacs-26Glenn Morris2019-01-181-1/+1
|\
| * ; Fix some trivial doc typosGlenn Morris2019-01-121-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix typo in 'dired-restore-positions'Martin Rudalics2018-12-111-1/+1
* | Adjust windows' previous buffers when reverting dired buffers (Bug#33458)Martin Rudalics2018-12-081-3/+41
* | * lisp/vc/log-view.el: Better error handling (bug#33295).Juri Linkov2018-11-081-1/+1
* | Don't quote self-quoting pcase patternsMichael Heerdegen2018-10-301-4/+4
* | file-attributes cleanupPaul Eggert2018-09-231-3/+4
* | Merge from origin/emacs-26Glenn Morris2018-09-201-5/+8
|\ \ | |/
| * Improve Custom menu labels for 2 optionsEli Zaretskii2018-09-191-5/+8
| * New function read-answer (Bug#31782)Juri Linkov2018-08-041-33/+8
* | New commands to create an empty fileTino Calancha2018-08-021-0/+3
* | Fix Bug#30663Michael Albinus2018-05-141-1/+2
* | Improve `dired-buffer-stale-p' for remote filesMichael Albinus2018-05-141-3/+7
* | * lisp/dired.el (dired-get-filename): Don't string-to-multibyteStefan Monnier2018-02-271-6/+1
* | * lisp/dired.el (dired-get-marked-files): Add new optional arg 'error'.Juri Linkov2018-02-061-7/+14
* | * lisp/dired.el (dired-internal-do-deletions): Remove nreverseJuri Linkov2018-01-241-1/+1
* | New function read-answer (bug#30073)Juri Linkov2018-01-211-33/+8
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-11-201-6/+13
|\ \ | |/
| * Improve documentation of dired-next/prev-marked-fileEli Zaretskii2017-11-181-6/+13
* | Merge from origin/emacs-26Paul Eggert2017-11-081-1/+1
|\ \ | |/
| * Improve dired deletion error handling (Bug#28797)Noam Postavsky2017-11-051-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-021-2/+3
|\ \ | |/
| * Fix doc typosGlenn Morris2017-10-281-1/+1
| * * lisp/dired.el (dired-find-alternate-file): Doc fix. (Bug#28963)Eli Zaretskii2017-10-271-1/+2
* | Port file-system-info to non-MicrosoftPaul Eggert2017-10-011-2/+4
|/
* Fix doc string of 'dired-listing-switches'Eli Zaretskii2017-09-231-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* New variable 'dired-confirm-killing-deleted-buffers'Alex Branham2017-09-081-9/+14
* Make mouse clicks in Dired more customizableTak Kunihiro2017-09-081-4/+20
* Do not munge contents of local symbolic linksPaul Eggert2017-08-261-4/+1
* dired-delete-file: Dont't ask for empty dirsTino Calancha2017-08-091-33/+38
* Ask files for deletion in buffer order: top first, botton laterTino Calancha2017-08-091-6/+8
* dired-delete-file: Do not TAB complete the user answerTino Calancha2017-08-061-16/+21
* dired-do-delete: Allow to delete dirs recursively without promptsTino Calancha2017-08-061-18/+48