summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Avoid signaling an error in 'dired-do-find-regexp-and-replace'Eli Zaretskii2016-02-131-0/+1
* | Merge from origin/emacs-25Paul Eggert2016-01-301-2/+2
|\ \ | |/
| * Rename xref-query-replace to xref-query-replace-in-resultsDmitry Gutov2016-01-241-2/+2
* | -John Wiegley2016-01-181-0/+35
|\ \ | |/
| * Add xref-based replacements for Dired search commandsDmitry Gutov2016-01-181-0/+35
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\ \ | |/
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* | dired generate autoloads to non-versioned file.Phillip Lord2015-12-171-1/+1
|/
* Add support for tar.bz2 and tar.xz archivesTassilo Horn2015-10-241-0/+2
* Describe dired-do-compress-to in the manualOleh Krehel2015-10-221-1/+1
* Add dired-do-compress-to command bound to "c"Oleh Krehel2015-10-211-11/+65
* Update the way directories are compressedOleh Krehel2015-10-201-26/+33
* lisp/dired-aux.el (dired-shell-command): Fix compile warningOleh Krehel2015-10-161-10/+9
* Make dired-do-compress work for *.zip filesOleh Krehel2015-10-161-25/+60
* Make dired-do-compress work for *.tar.gz filesOleh Krehel2015-10-131-6/+10
* Make dired-do-compress work for directoriesOleh Krehel2015-10-131-43/+50
* Top-level elisp files respect ‘text-quoting-style’Paul Eggert2015-08-261-9/+11
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-1/+1
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* * lisp/dired-aux.el (dired-do-print): Require lpr.Glenn Morris2015-05-081-0/+1
* Quieten compilation, eg in --without-x builds.Glenn Morris2015-05-081-0/+2
* Update copyright year to 2015Paul Eggert2015-01-011-2/+2
* make dired-maybe-insert-subdir always skip trivial filesFilipp Gunbin2014-12-261-1/+4
* * lisp/dired-aux.el (dired-file-set-difference): Use lexical-scoping.Stefan Monnier2014-04-061-11/+16
* Merge from emacs-24; up to 2014-03-28T01:39:30Z!rgm@gnu.orgJuanma Barranquero2014-04-021-1/+1
|\
| * * lisp/dired-aux.el (dired-compress-file): Don't use string-match-pJuri Linkov2014-03-291-1/+1
* | Make dired-read-regexp obsoleteGlenn Morris2014-03-221-4/+5
|/
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* * dired-aux.el (dired-copy-file-recursive): Remove slighly misleading comment.Lars Ingebrigtsen2014-02-081-2/+0
* dired-do-print handles printer-nameRichard M. Stallman2014-01-021-0/+6
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/misearch.el (multi-isearch-buffers): Set the value ofJuri Linkov2013-12-111-6/+4
* lisp/*.el: Remove lexical-binding warnings; additional small cleanups.Juanma Barranquero2013-08-101-31/+29
* Revert introduction of isearch-filter-predicates.Stefan Monnier2013-08-051-14/+14
* * lisp/isearch.el (isearch-filter-predicates): Rename from `isearch-filter-pr...Juri Linkov2013-05-281-20/+16
* * lisp/dired-aux.el (dired-diff): If file at point is a backup file,Juri Linkov2013-02-281-4/+10
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* * lisp/dired-aux.el (dired-diff): Remove (require 'diff) sinceJuri Linkov2012-09-201-3/+1
* * lisp/dired-aux.el (dired-diff): Add (require 'diff) becauseJuri Linkov2012-09-191-3/+3