aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dired.el
Commit message (Collapse)AuthorAgeFilesLines
* (dired-unmark-all-marks):Richard M. Stallman1997-06-071-3/+3
| | | | Renamed from dired-unmark-all-files-no-query.
* (dired-find-file): Likewise.Kenichi Handa1997-05-281-3/+3
|
* Use defgroup and defcustom.Richard M. Stallman1997-05-251-18/+52
|
* Fix previous change.Richard M. Stallman1997-05-151-1/+1
|
* (dired-mode): Don't include `Dired:' in mode line.Richard M. Stallman1997-05-151-1/+1
|
* (dired-internal-noselect): When setting default-directory,Richard M. Stallman1997-04-131-3/+5
| | | | don't check file-name-directory.
* (dired-noselect): Avoid calling file-directory-pRichard M. Stallman1997-04-131-3/+11
| | | | when the initial argument was syntactically a directory name.
* (dired-glob-regexp): New function.Richard M. Stallman1997-03-221-7/+50
| | | | | (dired-buffers-for-dir): New arg FILE; if non-nil, check that it matches the wildcard pattern.
* Doc dired-no-confirm and allow t value.Simon Marshall1997-03-201-7/+6
|
* (dired-find-file): Allow specifying coding system interactively.Kenichi Handa1997-02-261-3/+3
|
* (dired-garbage-files-regexp): New variable.Richard M. Stallman1997-01-041-0/+12
| | | | | (dired-flag-garbage-files): New command. (dired-mode-map): Put dired-flag-garbage-files on & and in menu.
* (dired-string-replace-match): Delete redundant autoload.Richard M. Stallman1997-01-031-7/+0
|
* (dired-make-relative): Ignore the third argument;Richard M. Stallman1996-12-311-9/+7
| | | | never signal an error just bbcause FILE is not in DIR's tree.
* (dired-permission-flags-regexp): New variable.Richard M. Stallman1996-12-301-3/+6
| | | | (dired-move-to-end-of-filename): Use it instead of a constant.
* (dired-insert-directory): Don't override the user's locale.Richard M. Stallman1996-12-291-15/+3
| | | | (dired-standard-move-to-filename-regexp): Var deleted.
* (dired-move-to-filename-regexp): Recognize various languages.Richard M. Stallman1996-12-171-2/+3
|
* (dired-mode-map): Put dired-mark-subdir-files on *s.Richard M. Stallman1996-11-041-0/+1
|
* Fix minor typo in *! key binding.Erik Naggum1996-11-021-1/+1
|
* (dired-mode-map): Make * a prefix for mark commands.Richard M. Stallman1996-11-021-4/+14
| | | | Delete the old *, / and @ keybindings.
* (dired-find-file): Error if line's file does not exist.Richard M. Stallman1996-10-311-1/+4
|
* (dired-insert-directory): Check for non-US LANG.Karl Heuer1996-10-241-1/+1
|
* Tweak dired-font-lock-keywords.Simon Marshall1996-10-231-11/+38
|
* (dired-mode-map): Add revert-buffer to Immediate menu.Richard M. Stallman1996-09-031-0/+6
|
* (dired-chown-program): Replace lignux with gnu/linux.Richard M. Stallman1996-08-271-1/+1
|
* (dired-chown-program): Try /usr/sbin/chown.Richard M. Stallman1996-06-071-1/+4
|
* (dired-noselect): Resolve symbolic links in argument.Richard M. Stallman1996-04-051-0/+2
|
* (dired-chown-program): Recognize lignux.Richard M. Stallman1996-03-271-1/+1
|
* Comment change.Richard M. Stallman1996-03-021-1/+1
|
* (dired-get-filename): When quoting " chars,Richard M. Stallman1996-01-271-1/+1
| | | | handle all of them, including one at start of file name.
* Fix indentation.Karl Heuer1996-01-251-2/+2
|
* (dired-internal-noselect): Pass proper format string to message.Karl Heuer1996-01-251-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (dired-ls-F-marks-symlinks): Doc fix.Richard M. Stallman1996-01-111-1/+2
|
* (dired-standard-move-to-filename-regexp): New variable.Karl Heuer1996-01-091-1/+13
| | | | | | | (dired-insert-directory): Don't alter environment if would use the C locale anyway, or if dired-move-to-filename-regexp has been changed from the default value. When changing the environment, avoid need for setenv.
* (dired-insert-directory): Force use of C locale.Richard M. Stallman1996-01-041-0/+4
|
* (dired): Fix typo.Richard M. Stallman1995-12-291-1/+1
|
* (dired-flag-backup-files): Undo previous change.Karl Heuer1995-12-191-3/+2
|
* (dired-flag-backup-files): Under MS-DOS, search forKarl Heuer1995-12-131-12/+11
| | | | | possible backup files by checking for filenames which end with a `k' (the backup extension is `.bak').
* (dired-up-directory): Add optional argument `other-window' to obviateErik Naggum1995-09-121-4/+5
| | | | the need to redefine it in dired-x.el.
* (dired-internal-noselect): Set dired-directory when refreshing a bufferAndré Spiegel1995-09-081-16/+22
| | | | | | | that displays a list of files. (dired-find-buffer-nocreate): Handle the case when dired-directory is a list. (dired-sort-other): Don't set mode-name if we are not in dired-mode.
* (dired-internal-noselect): New arg MODE.Richard M. Stallman1995-09-031-6/+14
| | | | | If it's non-nil, switch to that nil. (dired-find-buffer-nocreate): New arg MODE.
* (dired-string-replace-match): Simplify using replace-match.Richard M. Stallman1995-08-211-19/+7
|
* (dired-mode-map): Set up the map completelyRichard M. Stallman1995-08-081-224/+225
| | | | before storing it into dired-mode-map.
* (dired-insert-set-properties): Catch errors.Richard M. Stallman1995-07-311-9/+14
| | | | (dired-do-flagged-delete): New arg nomessage.
* (dired-change-marks): If OLD is a space, don't act on non-file lines.Richard M. Stallman1995-06-141-2/+6
|
* (dired-find-buffer-nocreate): Ignore dead buffers.Karl Heuer1995-05-311-7/+9
|
* (dired-mode-map): Rename menubar bindings and use theKarl Heuer1995-05-291-4/+4
| | | | new function names `dired-do-query-replace' and `dired-do-search'.
* (dired-find-buffer-nocreate): Check only buffers inKarl Heuer1995-05-291-3/+3
| | | | dired-buffers instead of all buffers in (buffer-list).
* (dired-sort-set-modeline): Use force-mode-line-update.Karl Heuer1995-04-251-2/+1
|
* dired-font-lock-keywords efficiency fix.Simon Marshall1995-04-241-2/+2
|