summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
Commit message (Expand)AuthorAgeFilesLines
* Dired: Use invisibility-spec instead of selective-displayStefan Monnier2019-03-171-80/+66
* Rename multifile.el to fileloop.elDmitry Gutov2019-02-071-4/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-11-241-1/+6
|\ \ | |/
| * Improve documentation of 'dired-do-compress'Eli Zaretskii2018-11-221-1/+6
* | Merge from origin/emacs-26Glenn Morris2018-10-231-1/+1
|\ \ | |/
| * Fix help-form binding in dired-create-filesMichael Heerdegen2018-10-201-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-10-121-10/+11
|\ \ | |/
| * dired-do-shell-command: Notify users after abort the commandTino Calancha2018-10-111-10/+11
* | file-attributes cleanupPaul Eggert2018-09-231-16/+22
* | * lisp/multifile.el: New file, extracted from etags.elStefan Monnier2018-09-221-5/+12
* | New commands to create an empty fileTino Calancha2018-08-021-5/+32
* | dired-do-find-regexp: Use rgrep-find-ignored-directories.Sam Steingold2018-07-091-2/+2
* | Merge from origin/emacs-26Glenn Morris2018-06-231-6/+8
|\ \ | |/
| * Fix previous change in minibuffer-default-add-dired-shell-commandsLeo Liu2018-06-231-6/+8
* | Honor dired-create-destination-dirs if copying/renaming >1 filesTino Calancha2018-04-051-22/+25
* | Merge from origin/emacs-26Glenn Morris2018-03-021-1/+2
|\ \ | |/
| * * lisp/dired-aux.el (dired-do-create-files): Doc fix. (Bug#30634)Eli Zaretskii2018-03-011-1/+2
| * Fix Bug#29149 in dired-aux.elShuguang Sun2018-01-141-4/+5
* | * lisp/dired-aux.el (dired-create-destination-dirs): Doc fix.Glenn Morris2018-02-261-1/+1
* | * lisp/dired.el (dired-get-marked-files): Add new optional arg 'error'.Juri Linkov2018-02-061-12/+12
* | Restore isearch correctly after M-e in special modes (bug#30187)Juri Linkov2018-01-231-5/+7
* | Fix Bug#29149 in dired-aux.elShuguang Sun2018-01-131-4/+5
* | 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-12-121-6/+6
|\ \ | |/
| * Fix dired-do-compress when tar doesn't default to stdin (Bug#29094)Max2017-12-111-6/+6
* | Merge from origin/emacs-26Paul Eggert2017-11-251-1/+1
|\ \ | |/
| * ; Fix some doc typosGlenn Morris2017-11-221-1/+1
* | ; Merge from emacs-26Noam Postavsky2017-11-111-3/+3
|\ \ | |/
| * Improve the doc string of 'dired-isearch-filter-filenames'Eli Zaretskii2017-11-101-3/+3
* | Merge from origin/emacs-26Paul Eggert2017-10-201-0/+1
|\ \ | |/
| * * lisp/dired-aux.el (dired-create-directory): Doc fix.Eli Zaretskii2017-10-151-0/+1
* | Allow to copy/rename file into a non-existent dirTino Calancha2017-10-211-0/+20
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* ; Fix previous commitMark Oteiza2017-08-061-2/+4
* Use lexical-binding in dired-aux.elMark Oteiza2017-07-291-3/+1
* Handle when dired-directory is a cons in some Dired functionsTino Calancha2017-07-211-2/+6
* Convert more uses of looking-at to following-charMark Oteiza2017-07-061-2/+2
* dired-do-shell-command: Fix check for wildcardsTino Calancha2017-07-031-1/+1
* Ask confirmation for all suspicious wildcardsTino Calancha2017-07-021-5/+14
* Extend dired-do-shell-command substitutionsTino Calancha2017-07-021-9/+34
* Prefer `when' instead of 1-branch `if'Tino Calancha2017-06-261-23/+22
* Use #' instead of (function ...)Tino Calancha2017-06-261-27/+27
* Don't quote lambda formsTino Calancha2017-06-261-56/+51
* dired ‘M’ should not complain about ‘.’ and ‘..’Paul Eggert2017-04-161-3/+5
* Choose the right target dir on dired operationsTino Calancha2017-02-271-0/+1
* lisp/*.el: Fix some warningsJuanma Barranquero2017-01-291-0/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\