summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
Commit message (Collapse)AuthorAgeFilesLines
* (dired-do-chxxx): Use -- only on GNU systems.Richard M. Stallman1997-01-021-1/+4
|
* (dired-do-chxxx): Use -- as argRichard M. Stallman1996-12-311-1/+1
| | | | so that the file name is never taken as an option.
* (dired-handle-overwrite): `find-backup-file-name'Richard M. Stallman1996-05-041-8/+10
| | | | may return nil, so handle that.
* (dired-compress-file-suffixes): New variable.Richard M. Stallman1996-03-031-21/+49
| | | | (dired-compress-file): Use that to control file naming.
* (dired-call-process): Call file name handler.Karl Heuer1996-02-211-1/+7
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* Comment fixes.Karl Heuer1996-01-051-1/+1
|
* (dired-byte-compile): Report failure if output file is not created.Richard M. Stallman1995-08-291-0/+2
|
* (dired-expand-newtext): Function deleted.Richard M. Stallman1995-08-211-33/+0
|
* (dired-do-copy): Doc fix.Richard M. Stallman1995-08-021-2/+2
|
* (dired-read-shell-command): Pass `shell-command-history' to read-string.Richard M. Stallman1995-07-311-1/+2
|
* (dired-do-redisplay): Call dired-uncache.Richard M. Stallman1995-06-201-0/+2
|
* (dired-do-search): Renamed from dired-do-tags-search.Richard M. Stallman1995-04-151-4/+4
| | | | (dired-do-query-replace): Renamed from dired-do-tags-query-replace.
* * dired-aux.el (dired-do-chmod): Use dired-chmod-program.Karl Heuer1995-04-121-1/+5
| | | | (dired-do-chgrp, dired-do-chown) [DOS_NT]: Disabled.
* (dired-add-entry): If ange-ftp inserted the file's absolute name, fix that.Richard M. Stallman1995-03-311-0/+15
|
* (dired-do-print): Allow lpr-switches to be a string. Clean up.Richard M. Stallman1995-03-121-2/+6
|
* (dired-string-replace-match): Moved to dired.el.Richard M. Stallman1994-12-221-32/+2
|
* (dired-collect-file-versions): Discard version #s fromRichard M. Stallman1994-11-161-13/+18
| | | | arg; then do nothing if already in dired-file-version-alist.
* (dired-do-tags-search, dired-do-tags-query-replace): New functions.Roland McGrath1994-10-221-0/+22
|
* (dired-do-print): Put spaces between lpr switches.Richard M. Stallman1994-10-021-1/+2
|
* (dired-fun-in-all-buffers): Expand dir at start.Richard M. Stallman1994-09-161-6/+9
| | | | (dired-rename-subdir, dired-rename-subdir-1, dired-kill-tree): Likewise.
* (dired-byte-compile): Use byte-compile-dest-fileRichard M. Stallman1994-07-131-5/+2
| | | | to get the output file name.
* Add provide call.Richard M. Stallman1994-06-101-0/+2
|
* (dired-mark-subdir-files): Don't pass any arguments interactively.Karl Heuer1994-05-071-1/+1
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* Pass operation to find-file-name-handler.Karl Heuer1994-04-221-1/+1
|
* (dired-add-entry): Set opoint at beginning of line.Richard M. Stallman1994-04-121-9/+3
| | | | No need to explicitly discard direcory from file name.
* (dired-add-entry, dired-insert-subdir-doinsert):Richard M. Stallman1994-04-011-4/+8
| | | | | Call dired-insert-set-properties. (dired-add-entry): Don't make name absolute; bind default-directory.
* Don't use triple-hyphen in a character class.Karl Heuer1994-03-121-1/+1
|
* Autoload dired-.*-file.Richard M. Stallman1993-12-231-1/+7
| | | | (dired-insert-subdir-validate): Call expand-file-name.
* (dired-diff): Require diff.Richard M. Stallman1993-11-231-0/+1
|
* (dired-compress-file): Fix previous change.Richard M. Stallman1993-08-121-1/+1
|
* (dired-compress-file): For .z file, run gunzip.Richard M. Stallman1993-08-081-2/+19
| | | | | When running gzip, see if it made .gz or .z. (dired-compress): Delete old entry for new-file, if any.
* (dired-diff): Read options right here;Richard M. Stallman1993-08-071-12/+19
| | | | | don't try to use diff-read-switches. Always call diff with 3 args. (dired-backup-diff): Likewise.
* * dired-aux.el (dired-diff): Work even when the mark is inactive.Jim Blandy1993-07-021-2/+2
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-4/+4
|
* (dired-compress-file): Use gzip when proper/possible.Richard M. Stallman1993-06-011-4/+16
|
* (dired-compress-file): Test the return valueRichard M. Stallman1993-05-251-1/+1
| | | | | of dired-check-process properly. Fix use of nonexistent var `name'.
* (dired-compress-file): Test the return value of dired-check-process properly.Richard M. Stallman1993-05-251-4/+4
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+4
|
* Added standard library headers.Eric S. Raymond1993-03-171-1/+1
|
* (dired-mark-read-regexp): Give dired-read-regexp 1 arg.Richard M. Stallman1993-01-091-2/+1
|
* The find-file-name-handler function in ../src/fileio.c is nowJim Blandy1992-12-121-8/+1
| | | | | | | | | | callable from lisp; use it instead of writing out its code. * dired-aux.el (dired-compress-file): Just that. * dired.el (dired-uncache): Just that. * files.el (file-local-copy, file-truename, file-name-sans-versions, make-directory, save-buffers-kill-emacs): Just that. * ls-lisp.el (insert-directory): Just that.
* (dired-mark-confirm): For `compress', say `Compress or uncompress'.Richard M. Stallman1992-11-031-6/+9
| | | | (dired-map-over-marks-check): Likewise.
* * dired-aux.el (dired-compress-file): Change references toJim Blandy1992-10-111-4/+4
| | | | | | `from-file' to use `file'; the former only works because dired-compress-file is only called by dired-compress, which binds from-file.
* entered into RCSRichard M. Stallman1992-09-191-6/+7
|
* *** empty log message ***Richard M. Stallman1992-09-131-48/+29
|
* *** empty log message ***Eric S. Raymond1992-08-031-1/+1
|
* *** empty log message ***Richard M. Stallman1992-08-031-66/+69
|
* *** empty log message ***Richard M. Stallman1992-07-281-2/+86
|