1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
Commit Graph

126 Commits

Author SHA1 Message Date
John Paul Wallington
9375be0117 (dired-file-set-difference): Don't use `caddr'. 2004-07-19 12:34:02 +00:00
Luc Teirlinck
769d9ed66f (dired-do-kill-lines): Expand docstring.
Delete irrelevant code.
2004-07-18 13:48:06 +00:00
Luc Teirlinck
fad9e9b492 (dired-do-redisplay, dired-maybe-insert-subdir): Add hyperlink to
emacs-xtra manual to docstring.
2004-06-15 22:09:18 +00:00
Luc Teirlinck
081e43973f (dired-insert-subdir): Do not store R switch in `dired-switches-alist'. 2004-06-10 19:06:14 +00:00
Luc Teirlinck
05dcf18afa (dired-do-touch, dired-clean-directory, dired-run-shell-command)
(dired-query): Add autoloads.
2004-06-09 01:04:28 +00:00
Luc Teirlinck
0a07c3a941 (dired-kill-tree): Do not kill DIRNAME, even if it does not end in a
slash.  Add optional argument KILL-ROOT.  Update docstring.
2004-06-09 00:25:30 +00:00
Luc Teirlinck
79d123adb3 (dired-do-redisplay, dired-maybe-insert-subdir): Update docstring.
(dired-reset-subdir-switches): New function.
2004-06-07 21:24:31 +00:00
Luc Teirlinck
f2260f48b0 (dired-do-redisplay, dired-maybe-insert-subdir): Change interactive
default switches.
(dired-rename-subdir-2): Update `dired-switches-alist'.
(dired-insert-subdir, dired-kill-subdir):
Handle `dired-switches-alist'.  Do not mark buffer modified.
(dired-insert-subdir-validate): Handle `dired-subdir-switches'.
(dired-insert-subdir-doinsert): Omit messages.
Handle `dired-subdir-switches'.
(dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
2004-06-06 02:26:46 +00:00
Juri Linkov
4ae73f87a0 (dired-diff): Use `dired-dwim-target-directory'
if current dired buffer has no buffer mark.
2004-05-01 05:38:07 +00:00
Juri Linkov
52f134eea7 (dired-touch-initial): New fun.
(dired-do-chxxx): Call it for op-symbol `touch'.
2004-05-01 03:47:42 +00:00
Juri Linkov
3ccd316045 (dired-do-touch): New fun.
(dired-do-chxxx): Add argument -t for touch operation.
2004-03-31 16:33:00 +00:00
Juri Linkov
999bd52a27 (dired-compress-file-suffixes): Add dz and tbz.
(dired-compare-directories): Add default value for empty input.
2004-03-23 07:39:35 +00:00
Andreas Schwab
60a8f92894 (dired-do-query-replace-regexp): Add missing
format string argument.
2004-02-08 22:38:51 +00:00
Eli Zaretskii
1550204223 * progmodes/idlwave.el (idlwave-make-tags):
* textmodes/flyspell.el (flyspell-large-region):.
* progmodes/make-mode.el (makefile-query-by-make-minus-q):
* emulation/viper-util.el (viper-glob-unix-files):
* emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
* man.el (Man-init-defvars):
* jka-compr.el (jka-compr-call-process):
* files.el (get-free-disk-space,insert-directory):
* ediff-ptch.el (ediff-test-patch-utility):
* ediff-diff.el (ediff-test-utility):
* dired-aux.el (dired-check-process):
* mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
test the return value of call-process, because it can be a string.
2004-01-03 12:12:01 +00:00
Richard M. Stallman
d1c553c832 (dired-do-query-replace-regexp): Report files visited read-only.
(dired-compare-directories): New command.
(dired-file-set-difference, dired-files-attributes): New functions.
2003-12-01 01:56:19 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
573743d2f2 (dired-query-alist): Fix use of character constant. 2003-02-14 09:56:30 +00:00
Juanma Barranquero
c60ee5e70f Cygwin support patch. 2003-01-31 15:24:20 +00:00
Kim F. Storm
731ffbd94b Rename whole-path' to whole-name' throughout.
(dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
2003-01-14 23:11:42 +00:00
Juanma Barranquero
6de40a0c9e (dired-show-file-type): Format filename with "%s" to escape any format-like
sequences it could contain.
2002-11-11 11:44:24 +00:00
Juanma Barranquero
416f1c6f65 (dired-add-entry): Put point in correct position before inserting marker char. 2002-10-17 07:25:35 +00:00
Andreas Schwab
349254d330 (dired-insert-subdir-doinsert): Preserve point. 2002-10-16 21:32:41 +00:00
Juanma Barranquero
ac28c6ca79 (dired-add-entry): Add missing argument to `dired-mark'. 2002-09-16 06:31:43 +00:00
Richard M. Stallman
e5369aad6d (dired-bunch-files): Put the arg FILES
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'.
2002-09-15 01:52:08 +00:00
Richard M. Stallman
384bcc6495 (dired-show-file-type): Use -- to say FILE's not option. 2002-05-12 16:42:26 +00:00
Francesco Potortì
edb8d73e62 * dired-aux.el (dired-star-subst-regexp,
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.
2002-04-17 09:54:47 +00:00
Richard M. Stallman
5e514c2712 (dired-do-query-replace-regexp, dired-do-search):
Use FILTER arg in dired-get-marked-files to exclude directories.
(dired-nondirectory-p): New function.
2002-03-29 14:45:05 +00:00
Richard M. Stallman
876a2544ce (dired-fun-in-all-buffers): Moved to dired.el. 2002-03-14 08:55:48 +00:00
Andreas Schwab
b544496da2 (dired-do-shell-command): Doc fix. 2002-01-13 16:56:20 +00:00
Richard M. Stallman
eab9ed67eb (dired-shell-stuff-it): Substitute for * or ?
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.
2002-01-12 20:14:25 +00:00
Richard M. Stallman
e537428465 (dired-do-query-replace-regexp): Doc fix. 2001-12-30 00:53:22 +00:00
Pavel Janík
0ff9b955fe Doc fixes. 2001-12-20 18:59:32 +00:00
Eli Zaretskii
6703371295 (dired-insert-subdir): Pass switches to dired-build-subdir-alist. 2001-09-21 16:45:34 +00:00
Gerd Moellmann
565132a371 Add Keywords header. 2001-08-29 15:02:01 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Eli Zaretskii
a1af8dcf17 (dired-diff): Doc fix. 2001-05-03 07:51:23 +00:00
Eli Zaretskii
2b3e941a39 (dired-do-rename-regexp, dired-do-copy-regexp)
(dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2001-04-30 13:37:00 +00:00
Eli Zaretskii
dcaf31d3e4 (dired-do-create-files, dired-do-copy)
(dired-do-symlink, dired-do-hardlink, dired-do-rename): Mention
dired-dwim-target in the doc string.
2001-04-27 15:40:29 +00:00
Eli Zaretskii
656f8cae4a (dired-do-shell-command): Doc fix. 2001-03-07 08:55:44 +00:00
Dave Love
83fadedf5f Revert last change. 2001-01-26 13:14:11 +00:00
Sam Steingold
e95b0c08b9 use replace-regexps-in-string instead of dired- and gs-replace-in-string
which are removed
2001-01-24 21:17:10 +00:00
Gerd Moellmann
75ab0c79df (dired-do-create-files): Construct default file
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.
2000-11-28 16:43:45 +00:00
Miles Bader
0c713b6f88 (dired-add-entry): Call dired-get-filename' with verbatim' so that we
don't inadvertently delete a non-existant directory name.
2000-11-27 12:11:33 +00:00
Gerd Moellmann
03679a46d0 (dired-add-entry): Don't call dired-get-filename
with `no-dir'; we want the directory part to be able to remove
it.
2000-11-23 13:53:12 +00:00
Stefan Monnier
616e14f4cf (dired-do-create-files, dired-kill-tree): Turn comment into docstring. 2000-10-04 23:35:52 +00:00
Miles Bader
64666d2d52 (dired-mark-read-file-name): Add optional arg DEFAULT.
(dired-do-create-files): If there's only one file, pass it in as
  the DEFAULT arg to dired-mark-read-file-name.
2000-10-03 17:35:47 +00:00
Eli Zaretskii
325fec3c5a (dired-do-create-files): On DOS/Windows, allow to
rename a directory to a name that differs only by its letter case.
2000-08-08 10:51:51 +00:00
Miles Bader
ee6be958ad (dired-show-file-type): New function. 2000-07-10 07:02:03 +00:00
Gerd Moellmann
be3981a8ea (dired-do-query-replace-regexp): Add `-regexp'
to the function name.
2000-05-16 14:32:59 +00:00
Gerd Moellmann
ea1856442d (dired-do-copy): Remove spurios character.`n'
within the code.
2000-02-17 09:13:39 +00:00