summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-211-1/+0
* Fix a void-function errorDmitry Gutov2019-05-301-0/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsDmitry Gutov2019-05-241-1/+0
|\
| * Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* | Support "reverting" Xref buffers (bug#35702)Dmitry Gutov2019-05-241-9/+12
* | Separate xref-find-definitions' behavior from other commandsDmitry Gutov2019-05-231-1/+1
|/
* Declare fileloop-continue in dired-aux to avoid warningLars Ingebrigtsen2019-05-171-0/+2
* Use ngettext instead of dired-plural-s in Dired (bug#35287)Juri Linkov2019-05-051-21/+31
* 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