summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
Commit message (Expand)AuthorAge
* Update copyright year to 2019Paul Eggert2019-01-01
* Improve documentation of 'dired-do-compress'Eli Zaretskii2018-11-22
* Fix help-form binding in dired-create-filesMichael Heerdegen2018-10-20
* dired-do-shell-command: Notify users after abort the commandTino Calancha2018-10-11
* Fix previous change in minibuffer-default-add-dired-shell-commandsLeo Liu2018-06-23
* * lisp/dired-aux.el (dired-do-create-files): Doc fix. (Bug#30634)Eli Zaretskii2018-03-01
* Fix Bug#29149 in dired-aux.elShuguang Sun2018-01-14
* Update copyright year to 2018Paul Eggert2018-01-01
* Fix dired-do-compress when tar doesn't default to stdin (Bug#29094)Max2017-12-11
* ; Fix some doc typosGlenn Morris2017-11-22
* Improve the doc string of 'dired-isearch-filter-filenames'Eli Zaretskii2017-11-10
* * lisp/dired-aux.el (dired-create-directory): Doc fix.Eli Zaretskii2017-10-15
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* ; Fix previous commitMark Oteiza2017-08-06
* Use lexical-binding in dired-aux.elMark Oteiza2017-07-29
* Handle when dired-directory is a cons in some Dired functionsTino Calancha2017-07-21
* Convert more uses of looking-at to following-charMark Oteiza2017-07-06
* dired-do-shell-command: Fix check for wildcardsTino Calancha2017-07-03
* Ask confirmation for all suspicious wildcardsTino Calancha2017-07-02
* Extend dired-do-shell-command substitutionsTino Calancha2017-07-02
* Prefer `when' instead of 1-branch `if'Tino Calancha2017-06-26
* Use #' instead of (function ...)Tino Calancha2017-06-26
* Don't quote lambda formsTino Calancha2017-06-26
* dired ‘M’ should not complain about ‘.’ and ‘..’Paul Eggert2017-04-16
* Choose the right target dir on dired operationsTino Calancha2017-02-27
* lisp/*.el: Fix some warningsJuanma Barranquero2017-01-29
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Check case-sensitivity when renaming filesKen Brown2016-11-12
* | Quote file names in dired compression commandsJosé L. Doménech2016-10-29
* | Merge from origin/emacs-25Paul Eggert2016-09-26
|\|
| * Fix 'dired-compress-files'Eli Zaretskii2016-09-23
* | Make dired-do-compress understand files with spaces in themOleh Krehel2016-08-29
* | lisp/dired-aux.el (dired-compress-file-suffixes): Add entry for tgzOleh Krehel2016-08-18
* | Fix 'dired-diff' when backup file is in another directoryEli Zaretskii2016-08-06
* | Fix the 'T' command in Dired with non_ASCII file namesEli Zaretskii2016-08-06
* | An efficient built-in mapcanMario Lang2016-07-10
* | No need to require the same feature twice.Mario Lang2016-07-09
* | Merge from origin/emacs-25Paul Eggert2016-05-05
|\|
| * Use grep-find-ignored-directories instead of vc-directory-exclusion-listDmitry Gutov2016-05-04
| * Improve documentation of Dired's 'A' and 'Q' commandsEli Zaretskii2016-05-03
| * Fix documentation of dired-aux search/replace commandsEli Zaretskii2016-05-02
* | Merge from origin/emacs-25Paul Eggert2016-04-24
|\|
| * Don't kill ~/ if it's the top level directoryTino Calancha2016-04-24
* | Teach Dired support parallel execution of commands on MS-WindowsEli Zaretskii2016-04-08
* | ; * lisp/dired-aux.el (dired-shell-stuff-it): Minor formatting change.Eli Zaretskii2016-04-08
* | Make 'dired-do-shell-command' wait for all background jobsTino Calancha2016-04-08
* | Add support for 7z archivesOleh Krehel2016-03-29
* | Merge from origin/emacs-25John Wiegley2016-02-15
|\|
| * * lisp/dired-aux.el: Require cl-lib. (Bug#22613)Glenn Morris2016-02-13