summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Check case-sensitivity when renaming filesKen Brown2016-11-121-6/+7
* | Quote file names in dired compression commandsJosé L. Doménech2016-10-291-5/+7
* | Merge from origin/emacs-25Paul Eggert2016-09-261-4/+4
|\ \ | |/
| * Fix 'dired-compress-files'Eli Zaretskii2016-09-231-4/+4
* | Make dired-do-compress understand files with spaces in themOleh Krehel2016-08-291-6/+10
* | lisp/dired-aux.el (dired-compress-file-suffixes): Add entry for tgzOleh Krehel2016-08-181-1/+1
* | Fix 'dired-diff' when backup file is in another directoryEli Zaretskii2016-08-061-13/+31
* | Fix the 'T' command in Dired with non_ASCII file namesEli Zaretskii2016-08-061-0/+8
* | An efficient built-in mapcanMario Lang2016-07-101-1/+1
* | No need to require the same feature twice.Mario Lang2016-07-091-1/+0
* | Merge from origin/emacs-25Paul Eggert2016-05-051-3/+16
|\ \ | |/