aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dired.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (dired-get-filename): Don't call file-name-absolute-p with FILE if FILE is nil.Richard M. Stallman1999-12-311-1/+1
|
* * ls-lisp.el (ls-lisp-insert-directory): Print an explicit messageEli Zaretskii1999-12-161-7/+14
| | | | | | | | | | if one of the files specified cannot be accessed by file-attributes. Do not strip any leading directories from the file names, to behave more like `ls' does. * dired.el (dired-get-filename): Handle absolute file names. (dired-readin-insert): If argument is a cons, don't print "wildcard" on the ``total'' line.
* (dired-move-to-filename-regexp): Fix long comment linesGerd Moellmann1999-10-201-6/+3
| | | | that were split so that part of the comment appeared as Lisp code.
* (dired-insert-directory): Insert the amount ofGerd Moellmann1999-10-141-1/+34
| | | | | free space after the total size. (dired-free-space-program, dired-free-space-args): New variables.
* (dired-move-to-filename-regexp): Make it workGerd Moellmann1999-09-241-6/+15
| | | | for LANG=de_DE.iso88591 on HPUX 11.0.
* (dired-recursive-deletes): New custom variable.Richard M. Stallman1999-09-151-6/+45
| | | | | | (dired-re-no-dot): New variable. (dired-delete-file): New function deletes files and directories recursively. (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
* (dired-re-dir, dired-re-sym): Don't match DOS driveEli Zaretskii1999-09-061-2/+4
| | | | letters with a colon after d or l.
* (dired-string-replace-match): Return `nil' when no matchRichard M. Stallman1999-08-281-3/+3
| | | | found with global search.
* (dired-do-copy-regexp): Doc fix.Karl Heuer1999-03-091-3/+3
| | | | (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
* (dired-move-to-filename-regexp): Prepend .* so that we find theRichard M. Stallman1999-02-171-2/+5
| | | | last match if there are multiple matches.
* (dired-mode-map): Fix duplicate [menu-bar regexp mark].Dave Love1999-01-071-1/+1
|
* (dired-mark-files-containing-regexp):Karl Heuer1998-09-101-13/+15
| | | | Don't scan directories. Ignore non-readable files.
* (dired-mark-files-containing-regexp): Fix previous change.Karl Heuer1998-09-101-1/+1
|
* (dired-mark-files-containing-regexp):Karl Heuer1998-09-041-9/+12
| | | | Don't use find-file; instead, insert the file in a temp buffer.
* (dired-garbage-files-regexp): Finish fixing regexp syntax.Richard M. Stallman1998-07-311-1/+1
|
* (dired-garbage-files-regexp): Fix typo.Richard M. Stallman1998-07-291-1/+1
|
* (dired-readin): Insert headerline only if necessary. (Not inAndré Spiegel1998-06-111-1/+2
| | | | recursive listings.)
* (dired-internal-noselect): Call either dired-mode or MODE, but not both.André Spiegel1998-06-051-2/+2
|
* (dired-mark-files-containing-regexp): New command.Richard M. Stallman1998-05-241-0/+29
| | | | (dired-mode-map): Bind it to %g and in menu bar.
* (dired-mode-map): Bind *t to dired-do-toggle.Richard M. Stallman1998-05-061-0/+1
|
* (dired-sort-toggle): Handle spaces in dired-actual-switches.Richard M. Stallman1998-04-291-10/+16
|
* (dired-chmod-program) [windows-nt]: Use chmod.Geoff Voelker1998-04-241-4/+2
|
* (dired-move-to-filename-regexp): There might be a spaceRichard M. Stallman1998-04-211-1/+1
| | | | after the year instead of before it.
* (dired-quit): Function deleted.Richard M. Stallman1998-03-081-6/+1
| | | | (dired-mode-map): Use quit-window for q.
* (dired-get-filename): Don't call encode-coding-stringKenichi Handa1998-03-031-0/+1
| | | | if default-file-name-coding-system is non-nil.
* (dired-do-toggle): Moved here from dired-x.el.Karl Heuer1998-02-271-0/+26
| | | | (dired-mode-map): Changed dired-do-toggle from "T" to "t".
* Changed font-lock-reference-face to font-lock-constant-face.Simon Marshall1998-02-201-1/+1
|
* (dired-move-to-filename-regexp):Richard M. Stallman1998-01-191-3/+4
| | | | Make l pattern match any non-ASCII char.
* (dired-move-to-filename-regexp):Paul Eggert1997-12-111-7/+10
| | | | | | | Fix the problem with misparsing `-r--r--r-- 1 may 1997' by requiring a digit before the date. (dired-move-to-filename-regexp): Allow any month name of 2 letters or more.
* 1997-11-27 Richard M. Stallman <rms@sucrose.ai.mit.edu>Joel N. Weber II1997-11-291-1/+6
| | | | | * dired.el (dired-move-to-filename-regexp): Make regexp fussier about amount of whitespace after month name.
* (dired-move-to-filename-regexp):Paul Eggert1997-11-171-10/+10
| | | | | | Allow month names of length 2 and up, with varying white space afterwards; e.g. Solaris 2.6 "es" locale uses "ab" for April and "fbro" for February.
* (dired-move-to-filename-regexp): Handle Japanese-format dates.Paul Eggert1997-11-071-5/+14
|
* (dired-move-to-filename-regexp):Karl Heuer1997-10-161-2/+4
| | | | Accept month name and day-of-month in either order.
* (dired-get-filename): Don't call encode-coding-stringRichard M. Stallman1997-09-091-0/+1
| | | | if file-name-coding-system is non-nil.
* (dired-flag-garbage-files): Move interactive flag across doc string.Richard M. Stallman1997-09-061-1/+1
|
* (dired-get-filename): Don't call encode-coding-string if FILE is nil.Richard M. Stallman1997-09-031-2/+2
|
* (dired-get-filename): Encode file name using the buffer's coding system.Richard M. Stallman1997-08-301-0/+2
|
* (dired-font-lock-keywords): Don't specially highlightRichard M. Stallman1997-08-121-6/+10
| | | | files that are writable by others.
* (dired-find-file): Better error messageRichard M. Stallman1997-07-161-1/+3
| | | | for symlink to nonexistent target.
* (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.