summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Improve documentation of 'dired-do-compress'Eli Zaretskii2018-11-221-1/+6
* Fix help-form binding in dired-create-filesMichael Heerdegen2018-10-201-1/+1
* dired-do-shell-command: Notify users after abort the commandTino Calancha2018-10-111-10/+11
* Fix previous change in minibuffer-default-add-dired-shell-commandsLeo Liu2018-06-231-6/+8
* * 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
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix dired-do-compress when tar doesn't default to stdin (Bug#29094)Max2017-12-111-6/+6
* ; Fix some doc typosGlenn Morris2017-11-221-1/+1
* Improve the doc string of 'dired-isearch-filter-filenames'Eli Zaretskii2017-11-101-3/+3
* * lisp/dired-aux.el (dired-create-directory): Doc fix.Eli Zaretskii2017-10-151-0/+1
* 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
|\ \ | |/
| * Use grep-find-ignored-directories instead of vc-directory-exclusion-listDmitry Gutov2016-05-041-3/+4
| * Improve documentation of Dired's 'A' and 'Q' commandsEli Zaretskii2016-05-031-2/+11
| * Fix documentation of dired-aux search/replace commandsEli Zaretskii2016-05-021-2/+5
* | Merge from origin/emacs-25Paul Eggert2016-04-241-2/+2
|\ \ | |/
| * Don't kill ~/ if it's the top level directoryTino Calancha2016-04-241-2/+2
* | Teach Dired support parallel execution of commands on MS-WindowsEli Zaretskii2016-04-081-6/+17
* | ; * lisp/dired-aux.el (dired-shell-stuff-it): Minor formatting change.Eli Zaretskii2016-04-081-1/+3
* | Make 'dired-do-shell-command' wait for all background jobsTino Calancha2016-04-081-9/+22
* | Add support for 7z archivesOleh Krehel2016-03-291-0/+1
* | Merge from origin/emacs-25John Wiegley2016-02-151-0/+1
|\ \ | |/
| * * lisp/dired-aux.el: Require cl-lib. (Bug#22613)Glenn Morris2016-02-131-0/+1