Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (dired-add-entry): Add missing argument to `dired-mark'. | Juanma Barranquero | 2002-09-16 | 1 | -1/+1 |
| | |||||
* | (dired-bunch-files): Put the arg FILES | Richard M. Stallman | 2002-09-15 | 1 | -55/+62 |
| | | | | | | | | | | | | | | | | | back as it was after temporary destrucive mods. (dired-add-entry): Use dired-insert-directory to handle indentation. Explicitly restore the line's marker character. Preserve the old file name's text properties. (dired-add-entry-do-indentation): Function deleted. (dired-relist-file): Doc fix. (dired-rename-file): Change argument names. (foo-rename-file): New function. (dired-do-hardlink): Use dired-hardlink. (dired-hardlink): New function. (dired-insert-subdir-doinsert): Use dired-insert-directory; that handles indentation, text props and header line. dired-readin-insert gets no args. Use `last' instead of `reverse'. | ||||
* | (dired-show-file-type): Use -- to say FILE's not option. | Richard M. Stallman | 2002-05-12 | 1 | -2/+2 |
| | |||||
* | * dired-aux.el (dired-star-subst-regexp, | Francesco Potortì | 2002-04-17 | 1 | -17/+22 |
| | | | | | | | | | dired-quark-subst-regexp): New constants. (dired-do-shell-command, dired-shell-stuff-it): Use them. (dired-do-shell-command): Raise an error if both `*' and `?' substitution marks are used in the same command. (dired-shell-stuff-it): Substitute all instances of `*' and `?' in a command given via dired-do-shell-command. | ||||
* | (dired-do-query-replace-regexp, dired-do-search): | Richard M. Stallman | 2002-03-29 | 1 | -2/+6 |
| | | | | | Use FILTER arg in dired-get-marked-files to exclude directories. (dired-nondirectory-p): New function. | ||||
* | (dired-fun-in-all-buffers): Moved to dired.el. | Richard M. Stallman | 2002-03-14 | 1 | -21/+0 |
| | |||||
* | (dired-do-shell-command): Doc fix. | Andreas Schwab | 2002-01-13 | 1 | -1/+1 |
| | |||||
* | (dired-shell-stuff-it): Substitute for * or ? | Richard M. Stallman | 2002-01-12 | 1 | -41/+57 |
| | | | | | | | | only when they are surrounded by whitespace. Use dired-mark-separator when adding one file name to a command. (dired-do-shell-command): Verify that * is surrounded by whitespace. Ask for confirmation if * or ? is not surrounded by whitespace. (dired-bunch-files): Re-reverse the partial file list when it is used. | ||||
* | (dired-do-query-replace-regexp): Doc fix. | Richard M. Stallman | 2001-12-30 | 1 | -1/+1 |
| | |||||
* | Doc fixes. | Pavel Janík | 2001-12-20 | 1 | -2/+2 |
| | |||||
* | (dired-insert-subdir): Pass switches to dired-build-subdir-alist. | Eli Zaretskii | 2001-09-21 | 1 | -1/+1 |
| | |||||
* | Add Keywords header. | Gerd Moellmann | 2001-08-29 | 1 | -1/+3 |
| | |||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel Janík | 2001-07-15 | 1 | -4/+4 |
| | |||||
* | (dired-diff): Doc fix. | Eli Zaretskii | 2001-05-03 | 1 | -1/+2 |
| | |||||
* | (dired-do-rename-regexp, dired-do-copy-regexp) | Eli Zaretskii | 2001-04-30 | 1 | -4/+9 |
| | | | | (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | ||||
* | (dired-do-create-files, dired-do-copy) | Eli Zaretskii | 2001-04-27 | 1 | -5/+14 |
| | | | | | (dired-do-symlink, dired-do-hardlink, dired-do-rename): Mention dired-dwim-target in the doc string. | ||||
* | (dired-do-shell-command): Doc fix. | Eli Zaretskii | 2001-03-07 | 1 | -1/+1 |
| | |||||
* | Revert last change. | Dave Love | 2001-01-26 | 1 | -30/+32 |
| | |||||
* | use replace-regexps-in-string instead of dired- and gs-replace-in-string | Sam Steingold | 2001-01-24 | 1 | -32/+30 |
| | | | | which are removed | ||||
* | (dired-do-create-files): Construct default file | Gerd Moellmann | 2000-11-28 | 1 | -3/+5 |
| | | | | | name for dired-mark-read-file-name so that when the user enters just RET, the target file will end up in the target directory. | ||||
* | (dired-add-entry): Call `dired-get-filename' with `verbatim' so that we | Miles Bader | 2000-11-27 | 1 | -1/+1 |
| | | | | don't inadvertently delete a non-existant directory name. | ||||
* | (dired-add-entry): Don't call dired-get-filename | Gerd Moellmann | 2000-11-23 | 1 | -14/+14 |
| | | | | | with `no-dir'; we want the directory part to be able to remove it. | ||||
* | (dired-do-create-files, dired-kill-tree): Turn comment into docstring. | Stefan Monnier | 2000-10-04 | 1 | -39/+39 |
| | |||||
* | (dired-mark-read-file-name): Add optional arg DEFAULT. | Miles Bader | 2000-10-03 | 1 | -3/+7 |
| | | | | | (dired-do-create-files): If there's only one file, pass it in as the DEFAULT arg to dired-mark-read-file-name. | ||||
* | (dired-do-create-files): On DOS/Windows, allow to | Eli Zaretskii | 2000-08-08 | 1 | -1/+19 |
| | | | | rename a directory to a name that differs only by its letter case. | ||||
* | (dired-show-file-type): New function. | Miles Bader | 2000-07-10 | 1 | -1/+14 |
| | |||||
* | (dired-do-query-replace-regexp): Add `-regexp' | Gerd Moellmann | 2000-05-16 | 1 | -1/+1 |
| | | | | to the function name. | ||||
* | (dired-do-copy): Remove spurios character.`n' | Gerd Moellmann | 2000-02-17 | 1 | -4/+4 |
| | | | | within the code. | ||||
* | (dired-insert-subdir): Add autoload cookie. | Richard M. Stallman | 1999-12-09 | 1 | -0/+1 |
| | |||||
* | (dired-do-shell-command): Changed documentation. | Gerd Moellmann | 1999-12-06 | 1 | -6/+14 |
| | | | | | (dired-shell-stuff-it): A `?' in COMMAND has now the same meaning as `*'. | ||||
* | (dired-recursive-copies): New custom variable. | Richard M. Stallman | 1999-09-16 | 1 | -36/+93 |
| | | | | | | | | | | | | | (dired-handle-overwrite): Broke a long line. (dired-copy-file): Call `dired-copy-file-recursive' instead of `copy-file'. (dired-copy-file-recursive): New function. Copy directories recursively. (dired-do-create-files): Added support for generalized directory target. How-to function may now return a function. New fluid variable `dired-one-file'. (dired-copy-how-to-fn): New variable. (dired-do-copy): Bind `dired-recursive-copies' to preserve it. Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. (dired-do-copy-regexp): No recursive copies. | ||||
* | (dired-do-shell-command): Doc fix. | Karl Heuer | 1999-07-20 | 1 | -1/+4 |
| | |||||
* | (dired-insert-subdir-doinsert): Check that the | Andreas Schwab | 1999-05-27 | 1 | -1/+2 |
| | | | | headerline does not exist already. | ||||
* | (dired-do-copy-regexp): Doc fix. | Karl Heuer | 1999-03-09 | 1 | -3/+3 |
| | | | | (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | ||||
* | (dired-compress-file-suffixes): Add `bz2'. | Karl Heuer | 1998-08-27 | 1 | -0/+1 |
| | |||||
* | (dired-do-rename-regexp): Doc fix. | Richard M. Stallman | 1998-08-13 | 1 | -8/+8 |
| | |||||
* | (dired-backup-overwrite): Use `other' widget type. | Andreas Schwab | 1998-06-24 | 1 | -1/+1 |
| | |||||
* | (dired-mark-subdir-files): Doc fix. | Richard M. Stallman | 1998-05-16 | 1 | -1/+3 |
| | |||||
* | (dired-run-shell-command): Maybe run handler. | Dave Love | 1998-03-24 | 1 | -2/+6 |
| | |||||
* | (dired-shell-stuff-it): Use shell-quote-argument. | Richard M. Stallman | 1998-03-16 | 1 | -14/+2 |
| | | | | (dired-shell-quote): Function deleted. | ||||
* | (dired-do-shell-command): New arg FILE-LIST | Richard M. Stallman | 1997-06-30 | 1 | -11/+12 |
| | | | | so that we don't recompute it after the user provides the input. | ||||
* | (dired-add-entry): New optional arg RELATIVE. | Richard M. Stallman | 1997-06-23 | 1 | -5/+8 |
| | | | | (dired-update-file-line): Pass t for RELATIVE. | ||||
* | Customize. | Richard M. Stallman | 1997-05-28 | 1 | -2/+6 |
| | |||||
* | Comment change. | Richard M. Stallman | 1997-05-27 | 1 | -0/+1 |
| | |||||
* | (dired-collect-file-versions): | Richard M. Stallman | 1997-05-10 | 1 | -1/+1 |
| | | | | Rename bv-length to backup-extract-version-start. | ||||
* | (dired-copy-file): Handle file-date-error. | Richard M. Stallman | 1997-04-01 | 1 | -1/+4 |
| | |||||
* | (dired-fun-in-all-buffers): New arg FILE. Don't operate on buffers | Richard M. Stallman | 1997-03-22 | 1 | -5/+11 |
| | | | | | whose wildcard pattern does not accept FILE. All callers changed. | ||||
* | Allow a dired-no-confirm of t | Simon Marshall | 1997-03-20 | 1 | -1/+2 |
| | |||||
* | (dired-rename-file): Pass new arg to set-visited-file-name. | Richard M. Stallman | 1997-02-03 | 1 | -5/+2 |
| | |||||
* | (dired-do-chxxx): Use -- only on GNU systems. | Richard M. Stallman | 1997-01-02 | 1 | -1/+4 |
| |