Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
| | |||||
* | (dired-byte-compile): Report failure if output file is not created. | Richard M. Stallman | 1995-08-29 | 1 | -0/+2 |
| | |||||
* | (dired-expand-newtext): Function deleted. | Richard M. Stallman | 1995-08-21 | 1 | -33/+0 |
| | |||||
* | (dired-do-copy): Doc fix. | Richard M. Stallman | 1995-08-02 | 1 | -2/+2 |
| | |||||
* | (dired-read-shell-command): Pass `shell-command-history' to read-string. | Richard M. Stallman | 1995-07-31 | 1 | -1/+2 |
| | |||||
* | (dired-do-redisplay): Call dired-uncache. | Richard M. Stallman | 1995-06-20 | 1 | -0/+2 |
| | |||||
* | (dired-do-search): Renamed from dired-do-tags-search. | Richard M. Stallman | 1995-04-15 | 1 | -4/+4 |
| | | | | (dired-do-query-replace): Renamed from dired-do-tags-query-replace. | ||||
* | * dired-aux.el (dired-do-chmod): Use dired-chmod-program. | Karl Heuer | 1995-04-12 | 1 | -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. Stallman | 1995-03-31 | 1 | -0/+15 |
| | |||||
* | (dired-do-print): Allow lpr-switches to be a string. Clean up. | Richard M. Stallman | 1995-03-12 | 1 | -2/+6 |
| | |||||
* | (dired-string-replace-match): Moved to dired.el. | Richard M. Stallman | 1994-12-22 | 1 | -32/+2 |
| | |||||
* | (dired-collect-file-versions): Discard version #s from | Richard M. Stallman | 1994-11-16 | 1 | -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 McGrath | 1994-10-22 | 1 | -0/+22 |
| | |||||
* | (dired-do-print): Put spaces between lpr switches. | Richard M. Stallman | 1994-10-02 | 1 | -1/+2 |
| | |||||
* | (dired-fun-in-all-buffers): Expand dir at start. | Richard M. Stallman | 1994-09-16 | 1 | -6/+9 |
| | | | | (dired-rename-subdir, dired-rename-subdir-1, dired-kill-tree): Likewise. | ||||
* | (dired-byte-compile): Use byte-compile-dest-file | Richard M. Stallman | 1994-07-13 | 1 | -5/+2 |
| | | | | to get the output file name. | ||||
* | Add provide call. | Richard M. Stallman | 1994-06-10 | 1 | -0/+2 |
| | |||||
* | (dired-mark-subdir-files): Don't pass any arguments interactively. | Karl Heuer | 1994-05-07 | 1 | -1/+1 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | Pass operation to find-file-name-handler. | Karl Heuer | 1994-04-22 | 1 | -1/+1 |
| | |||||
* | (dired-add-entry): Set opoint at beginning of line. | Richard M. Stallman | 1994-04-12 | 1 | -9/+3 |
| | | | | No need to explicitly discard direcory from file name. | ||||
* | (dired-add-entry, dired-insert-subdir-doinsert): | Richard M. Stallman | 1994-04-01 | 1 | -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 Heuer | 1994-03-12 | 1 | -1/+1 |
| | |||||
* | Autoload dired-.*-file. | Richard M. Stallman | 1993-12-23 | 1 | -1/+7 |
| | | | | (dired-insert-subdir-validate): Call expand-file-name. | ||||
* | (dired-diff): Require diff. | Richard M. Stallman | 1993-11-23 | 1 | -0/+1 |
| | |||||
* | (dired-compress-file): Fix previous change. | Richard M. Stallman | 1993-08-12 | 1 | -1/+1 |
| | |||||
* | (dired-compress-file): For .z file, run gunzip. | Richard M. Stallman | 1993-08-08 | 1 | -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. Stallman | 1993-08-07 | 1 | -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 Blandy | 1993-07-02 | 1 | -2/+2 |
| | |||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -4/+4 |
| | |||||
* | (dired-compress-file): Use gzip when proper/possible. | Richard M. Stallman | 1993-06-01 | 1 | -4/+16 |
| | |||||
* | (dired-compress-file): Test the return value | Richard M. Stallman | 1993-05-25 | 1 | -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. Stallman | 1993-05-25 | 1 | -4/+4 |
| | |||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -0/+4 |
| | |||||
* | Added standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -1/+1 |
| | |||||
* | (dired-mark-read-regexp): Give dired-read-regexp 1 arg. | Richard M. Stallman | 1993-01-09 | 1 | -2/+1 |
| | |||||
* | The find-file-name-handler function in ../src/fileio.c is now | Jim Blandy | 1992-12-12 | 1 | -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. Stallman | 1992-11-03 | 1 | -6/+9 |
| | | | | (dired-map-over-marks-check): Likewise. | ||||
* | * dired-aux.el (dired-compress-file): Change references to | Jim Blandy | 1992-10-11 | 1 | -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 RCS | Richard M. Stallman | 1992-09-19 | 1 | -6/+7 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-09-13 | 1 | -48/+29 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-08-03 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-08-03 | 1 | -66/+69 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-07-28 | 1 | -2/+86 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-07-27 | 1 | -37/+5 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -3/+4 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -1/+11 |
| | |||||
* | Initial revision | Richard M. Stallman | 1992-06-24 | 1 | -0/+1772 |