summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
AgeCommit message (Collapse)Author
2008-11-22(dired-isearch-filenames): Add new context-dependentJuri Linkov
option `dwim'. Change non-dwim option from `dired-filename' to `t'. Doc fix. (dired-isearch-filenames-setup): Run filename Isearch only when dired-isearch-filenames is t or dired-isearch-filenames is `dwim' and the text property `dired-filename' at point is non-nil. In this case also set isearch-message-prefix-add to "filename ". (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil. (dired-isearch-filenames, dired-isearch-filenames-regexp): Don't let-bind isearch-message-prefix-add since this is done now in dired-isearch-filenames-setup.
2008-11-17(dired-isearch-filter-predicate-orig): Rename fromJuri Linkov
`dired-isearch-orig-success-function'. (dired-isearch-filenames-toggle, dired-isearch-filenames-setup) (dired-isearch-filenames-end): Rename `isearch-success-function' to `isearch-filter-predicate'. Doc fix. (dired-isearch-filter-filenames): Rename from `dired-isearch-success-function'.
2008-11-11(dired-isearch-filenames)Juri Linkov
(dired-isearch-filenames-regexp): Let-bind isearch-message-prefix-add to "filename ".
2008-10-22(dired-do-create-files): Doc fix.Chong Yidong
2008-07-31(dired-do-chmod): Set default value to the originalJuri Linkov
mode string using absolute notation like u=rwx,g=rx,o=rx. Use it as a new arg `default' of `dired-mark-read-string'. (dired-mark-read-string): Add new optional arg `default'.
2008-07-31(dired-isearch-filenames-toggle): New command.Juri Linkov
(dired-isearch-filenames-setup): Bind "\M-sf" to dired-isearch-filenames-toggle in isearch-mode-map. (dired-isearch-filenames-end): Bind "\M-sf" to nil in isearch-mode-map.
2008-07-31* bitmaps/README:Dan Nicolaescu
* xfns.c: * termcap.c: * term.c: * syswait.h: * systty.h: * systime.h: * syssignal.h: * sysdep.c: * process.h: * process.c: * print.c: * ndir.h: * lread.c: * keyboard.c: * getpagesize.h: * floatfns.c: * fileio.c: * emacs.c: * doc.c: * dispnew.c: * dired.c: * data.c: * callproc.c: * buffer.c: * README: * Makefile.in: * s/template.h: * s/msdos.h: * m/vax.h: Remove VMS support. * s/vms.h: * vlimit.h: * uaf.h: * temacs.opt: * param.h: * ioctl.h: Remove file. * descrip.mms: * compile.com: Remove file. * Create.c: Remove VMS support. * message.el (Module): * gnus-start.el (Module): * gnus-registry.el (Module): * textmodes/texinfmt.el: * nxml/nxml-enc.el: * mail/feedmail.el: * international/mule.el: * international/latexenc.el: * emulation/viper-util.el: * emulation/viper-init.el: * emulation/viper-ex.el: * emacs-lisp/bytecomp.el: * version.el: * subr.el: * startup.el: * sort.el: * shadowfile.el: * recentf.el: * printing.el: * paths.el: * minibuffer.el: * ls-lisp.el: * loadup.el: * hippie-exp.el: * finder.el: * files.el: * ediff-util.el: * ediff-ptch.el: * ediff-init.el: * ediff-diff.el: * dired.el: * dired-aux.el: * cus-edit.el: * bindings.el: * arc-mode.el: * add-log.el: Remove VMS support. * obsolete/vmsproc.el: * obsolete/vms-pmail.el: * obsolete/vms-patch.el: Remove file. * etags.c: * emacsclient.c: Remove VMS support. * termcap.src: Remove file. * README: * PROBLEMS: * MACHINES: Remove VMS info. * ediff.texi: Remove VMS support. * os.texi: * intro.texi: * files.texi: Remove VMS support. * emacs.texi: Remove VMS support. * make-dist: * README: Remove VMS support. * vms: Remove directory.
2008-07-30(dired-isearch-filenames-setup): Add autoload cookieJuri Linkov
for the sake of isearch-mode-hook in dired-mode in dired.el.
2008-07-29(dired-do-async-shell-command): New command.Juri Linkov
2008-07-29(dired-isearch-filenames): New user option.Juri Linkov
(dired-isearch-orig-success-function): New internal variable. (dired-isearch-filenames-setup, dired-isearch-filenames-end) (dired-isearch-success-function): New functions. (dired-isearch-filenames, dired-isearch-filenames-regexp): New commands.
2008-07-28(dired-do-isearch, dired-do-isearch-regexp): New functions.Juri Linkov
2008-07-24Make comments clearer.Chong Yidong
2008-07-24(dired-copy-file-recursive): Avoid callingChong Yidong
set-file-modes when creating target directories.
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-22(dired-read-shell-command-default): Move it toJuri Linkov
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.
2008-04-10Fix up comment convention on the arch-tag lines.Stefan Monnier
2008-04-07(dired-read-shell-command): Use read-shell-command.Stefan Monnier
2008-04-06(dired-overwrite-confirmed): Revert last change.Chong Yidong
2008-04-06(dired-overwrite-confirmed): Supply initial value.Chong Yidong
2008-03-26(dired-create-files): Use dolist.Stefan Monnier
2008-01-08Merge from emacs--rel--22Miles Bader
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-12-23(dired): Load dired.el at run time too.Richard M. Stallman
2007-12-23Load dired.el at run time too.Richard M. Stallman
2007-12-06Remove directory part from filenames in function declarations.Glenn Morris
(mailcap-mime-info): Update declaration.
2007-11-22(mailcap-parse-mailcaps, mailcap-parse-mimetypes, mailcap-extension-to-mime,Juanma Barranquero
mailcap-mime-info, make-symbolic-link): Declare as functions.
2007-11-17(dired-create-directory): Allow creatingJuri Linkov
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.
2007-11-16(dired-read-shell-command-default): New function.Juri Linkov
(dired-read-shell-command): Use its return value for DEFAULT arg.
2007-11-09Merge from emacs--rel--22Miles Bader
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
2007-10-31(dired-copy-file-recursive): Preserve directory permissions.Juanma Barranquero
2007-09-25(dired-create-files): Use `mapc' rather than `mapcar'.Juanma Barranquero
2007-09-10(dired-do-chmod): Change to use the built-in `set-file-modes' and theMichaël Cadilhac
symbolic mode parsing functions.
2007-08-13Merge from emacs--rel--22Miles Bader
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
2007-08-08Replace `iff' in doc-strings and comments.Glenn Morris
2007-07-26Merge from emacs--rel--22Miles Bader
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
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-06-27* dired-aux.el: Remove `dired-call-process'.Michael Albinus
(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'.
2007-02-02(dired-do-symlink): Add reference to dired-do-relsymlink.Eli Zaretskii
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-11-05(dired-copy-file-recursive): Catch errorsRichard M. Stallman
from recursive copies in the loop, around the recursive call.
2006-10-18(dired-do-copy): Doc fix.Richard M. Stallman
2006-09-11Handle errors in recursive copy usefully.Richard M. Stallman
(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.
2006-07-17* dired-aux.el (dired-compress-file): Confirm again if gzippedChong Yidong
file already exists.
2006-05-20(dired-do-shell-command): Doc fix.Eli Zaretskii
2006-05-06(dired-do-redisplay, dired-maybe-insert-subdir): Point Info links to the mainEli Zaretskii
manual, not to emacs-xtra.
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2006-01-17(dired-diff): Use dired-dwim-target-directoryJuri Linkov
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-242005-09-25 Romain Francoise <romain@orebokech.com>Romain Francoise
* 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-242005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise
* 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.
2005-09-19(dired-handle-overwrite): Don't use `format' here. The prompt isRomain Francoise
formatted later. From Johan Bockg� <bojohan+sf@dd.chalmers.se>.