summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (dired-read-shell-command-default): Move it toJuri Linkov2008-04-221-56/+22
| | | | | | | | | | | | gnus/mailcap.el and change its name to more general name mailcap-file-default-commands. (minibuffer-default-add-dired-shell-commands): New function. Use declare-function for mailcap-file-default-commands from "mailcap". (dired-read-shell-command): Set local minibuffer-default-add-function to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook before calling read-shell-command. Remove dired-read-shell-command-default from the default value arg because default values are not set in minibuffer-default-add-dired-shell-commands. Doc fix.
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* (dired-read-shell-command): Use read-shell-command.Stefan Monnier2008-04-071-6/+6
|
* (dired-overwrite-confirmed): Revert last change.Chong Yidong2008-04-061-1/+4
|
* (dired-overwrite-confirmed): Supply initial value.Chong Yidong2008-04-061-11/+10
|
* (dired-create-files): Use dolist.Stefan Monnier2008-03-261-41/+38
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
| * Load dired.el at run time too.Richard M. Stallman2007-12-231-1/+1
| |
* | (dired): Load dired.el at run time too.Richard M. Stallman2007-12-231-2/+3
| |
* | Remove directory part from filenames in function declarations.Glenn Morris2007-12-061-4/+5
| | | | | | | | (mailcap-mime-info): Update declaration.
* | (mailcap-parse-mailcaps, mailcap-parse-mimetypes, mailcap-extension-to-mime,Juanma Barranquero2007-11-221-0/+7
| | | | | | | | mailcap-mime-info, make-symbolic-link): Declare as functions.
* | (dired-create-directory): Allow creatingJuri Linkov2007-11-171-4/+10
| | | | | | | | | | | | a directory of an arbitrary depth. Add a loop to find the topmost nonexistent parent dir `new', and call `dired-add-file' on it. Set the `PARENTS' arg of `make-directory' to t.
* | (dired-read-shell-command-default): New function.Juri Linkov2007-11-161-1/+46
| | | | | | | | (dired-read-shell-command): Use its return value for DEFAULT arg.
* | Merge from emacs--rel--22Miles Bader2007-11-091-3/+8
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
| * (dired-copy-file-recursive): Preserve directory permissions.Juanma Barranquero2007-10-311-4/+9
| |
* | (dired-create-files): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-251-1/+1
| |
* | (dired-do-chmod): Change to use the built-in `set-file-modes' and theMichaël Cadilhac2007-09-101-2/+13
| | | | | | | | symbolic mode parsing functions.
* | Merge from emacs--rel--22Miles Bader2007-08-131-2/+2
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-2/+2
| |
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | * dired-aux.el: Remove `dired-call-process'.Michael Albinus2007-06-271-15/+2
|/ | | | | | | | | (dired-check-process): Call `process-file'. * wdired.el (wdired-do-perm-changes): Call `process-file'. * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as `ange-ftp-process-file'.
* (dired-do-symlink): Add reference to dired-do-relsymlink.Eli Zaretskii2007-02-021-1/+3
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (dired-copy-file-recursive): Catch errorsRichard M. Stallman2006-11-051-11/+15
| | | | from recursive copies in the loop, around the recursive call.
* (dired-do-copy): Doc fix.Richard M. Stallman2006-10-181-1/+4
|
* Handle errors in recursive copy usefully.Richard M. Stallman2006-09-111-19/+56
| | | | | | | | | | (dired-create-files-failures): New variable. (dired-copy-file): Remove condition-case. (dired-copy-file-recursive): Check for errors on all file operations, and add them to dired-create-files-failures. Check file file-date-erorr here too. (dired-create-files): Check dired-create-files-failures and report those errors too.
* * dired-aux.el (dired-compress-file): Confirm again if gzippedChong Yidong2006-07-171-13/+16
| | | | file already exists.
* (dired-do-shell-command): Doc fix.Eli Zaretskii2006-05-201-1/+2
|
* (dired-do-redisplay, dired-maybe-insert-subdir): Point Info links to the mainEli Zaretskii2006-05-061-2/+2
| | | | manual, not to emacs-xtra.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (dired-diff): Use dired-dwim-target-directoryJuri Linkov2006-01-171-3/+9
| | | | | | instead of the file at the mark as default if the file at the mark is the same as the file at point or if dired-dwim-target-directory is not the same as the current directory and the mark is not active.
* 2005-09-25 Romain Francoise <romain@orebokech.com>Romain Francoise2005-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dired-aux.el (dired-copy-file-recursive): * dired.el (dired-delete-file): * ediff-mult.el (ediff-dir-diff-copy-file): * ediff-util.el (ediff-test-save-region): * forms.el (forms-mode): * ido.el (ido-file-internal, ido-delete-file-at-head): * log-edit.el (log-edit-done): * ses.el (ses-yank-resize): * play/gomoku.el (gomoku-human-plays, gomoku) (gomoku-human-resigns, gomoku-prompt-for-other-game) (gomoku-offer-a-draw): * play/landmark.el (lm-human-resigns, lm): * net/eudcb-ldap.el (eudc-ldap-check-base): * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game): * progmodes/ebrowse.el (ebrowse-find-pattern): * progmodes/idlw-shell.el (idlwave-shell-set-bp-check): * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer): End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space. * vc.el (vc-delete-file): * play/gomoku.el (gomoku-terminate-game, gomoku) (gomoku-prompt-for-move, gomoku-human-takes-back): * play/landmark.el (lm-human-takes-back, lm-prompt-for-move) (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
* 2005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise2005-09-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * woman.el (woman-file-name): * wid-edit.el (widget-file-prompt-value) (widget-coding-system-prompt-value): * w32-fns.el (set-w32-system-coding-system): * vc.el (vc-version-diff, vc-annotate): * textmodes/reftex-auc.el (reftex-arg-cite) (reftex-arg-index-tag): * textmodes/refer.el (refer-get-bib-files): * textmodes/artist.el (artist-figlet-choose-font): * terminal.el (terminal-emulator): * replace.el (occur-read-primary-args): * rect.el (string-rectangle, string-insert-rectangle): * ps-print.el (ps-print-preprint): * progmodes/pascal.el (pascal-goto-defun): * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer): * progmodes/compile.el (compilation-find-file): * printing.el (pr-interactive-n-up): * play/animate.el (animate-birthday-present): * net/rcompile.el (remote-compile): * man.el (man, Man-goto-section, Man-follow-manual-reference): * mail/rmailsum.el (rmail-summary-search-backward) (rmail-summary-search): * mail/rmailout.el (rmail-output-read-rmail-file-name) (rmail-output-read-file-name): * mail/rmail.el (rmail-search, rmail-search-backwards): * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs): * locate.el (locate): * international/quail.el (quail-show-keyboard-layout): * international/mule.el (set-buffer-file-coding-system) (revert-buffer-with-coding-system, set-file-name-coding-system) (set-terminal-coding-system, set-keyboard-coding-system) (set-next-selection-coding-system): * international/mule-diag.el (describe-coding-system) (describe-font, describe-fontset): * international/mule-cmds.el (universal-coding-system-argument) (search-unencodable-char, describe-input-method) (set-language-environment, describe-language-environment): * international/codepage.el (codepage-setup): * international/code-pages.el (codepage-setup): * info.el (Info-search, Info-follow-reference) (Info-search-backward): * emacs-lisp/advice.el (ad-read-advised-function) (ad-read-advice-class, ad-clear-cache, ad-activate) (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name) (ad-enable-advice, ad-disable-advice, ad-remove-advice) (ad-read-regexp): * ediff-util.el (ediff-toggle-regexp-match): * ediff-ptch.el (ediff-prompt-for-patch-file): * dired-aux.el (dired-diff): * diff.el (diff): * cus-edit.el (custom-variable-prompt): * calendar/timeclock.el (timeclock-ask-for-project): * calc/calcalg3.el (calc-get-fit-variables): * calc/calc-store.el (calc-edit-variable) (calc-permanent-variable): * vc-mcvs.el (vc-mcvs-register): * shadowfile.el (shadow-define-literal-group): * woman.el (woman-file-name): * vc.el (vc-version-diff, vc-merge): * textmodes/reftex-index.el (reftex-index-complete-tag): * format.el (format-decode-buffer, format-decode-region): * emulation/viper-cmd.el (viper-read-string-with-history): * emacs-lisp/debug.el (cancel-debug-on-entry): * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): * ediff.el (ediff-merge-revisions) (ediff-merge-revisions-with-ancestor, ediff-revision): * completion.el (interactive-completion-string-reader): * calc/calc-prog.el (calc-user-define-formula): Follow convention for reading with the minibuffer.
* (dired-handle-overwrite): Don't use `format' here. The prompt isRomain Francoise2005-09-191-2/+2
| | | | formatted later. From Johan Bockg� <bojohan+sf@dd.chalmers.se>.
* Message format spec fixes (1)Deepak Goel2005-09-181-1/+1
|
* (dired-do-query-replace-regexp): Use `query-replace-read-args'.Juri Linkov2005-08-091-1/+4
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* (dired-compare-directories): Remove "." and ".." from the alists.Richard M. Stallman2005-07-111-4/+9
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (dired-query): Display question with answer, when the user answers.Richard M. Stallman2005-07-031-0/+3
|
* (dired-do-copy): Fix arg prompt.Richard M. Stallman2005-06-231-1/+1
|
* (dired-copy-file-recursive): Handle symlinks in recursive copy.Richard M. Stallman2005-05-191-17/+23
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-1/+1
|
* (dired-mark-confirm):Richard M. Stallman2005-05-151-1/+4
| | | | Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
* (dired-compare-directories): Add autoload cookie.Juri Linkov2005-03-241-4/+6
| | | | Doc fix. Replace `read-file-name' with `read-directory-name'.
* (dired-recursive-copies): Moved to dired.el.Richard M. Stallman2004-11-221-13/+0
|
* (dired-file-set-difference): Don't use `caddr'.John Paul Wallington2004-07-191-2/+2
|