| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (dired-get-filename): Don't call file-name-absolute-p with FILE if FILE is nil. | Richard M. Stallman | 1999-12-31 | 1 | -1/+1 |
| | | |||||
| * | * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message | Eli Zaretskii | 1999-12-16 | 1 | -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 lines | Gerd Moellmann | 1999-10-20 | 1 | -6/+3 |
| | | | | | that were split so that part of the comment appeared as Lisp code. | ||||
| * | (dired-insert-directory): Insert the amount of | Gerd Moellmann | 1999-10-14 | 1 | -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 work | Gerd Moellmann | 1999-09-24 | 1 | -6/+15 |
| | | | | | for LANG=de_DE.iso88591 on HPUX 11.0. | ||||
| * | (dired-recursive-deletes): New custom variable. | Richard M. Stallman | 1999-09-15 | 1 | -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 drive | Eli Zaretskii | 1999-09-06 | 1 | -2/+4 |
| | | | | | letters with a colon after d or l. | ||||
| * | (dired-string-replace-match): Return `nil' when no match | Richard M. Stallman | 1999-08-28 | 1 | -3/+3 |
| | | | | | found with global search. | ||||
| * | (dired-do-copy-regexp): Doc fix. | Karl Heuer | 1999-03-09 | 1 | -3/+3 |
| | | | | | (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | ||||
| * | (dired-move-to-filename-regexp): Prepend .* so that we find the | Richard M. Stallman | 1999-02-17 | 1 | -2/+5 |
| | | | | | last match if there are multiple matches. | ||||
| * | (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | Dave Love | 1999-01-07 | 1 | -1/+1 |
| | | |||||
| * | (dired-mark-files-containing-regexp): | Karl Heuer | 1998-09-10 | 1 | -13/+15 |
| | | | | | Don't scan directories. Ignore non-readable files. | ||||
| * | (dired-mark-files-containing-regexp): Fix previous change. | Karl Heuer | 1998-09-10 | 1 | -1/+1 |
| | | |||||
| * | (dired-mark-files-containing-regexp): | Karl Heuer | 1998-09-04 | 1 | -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. Stallman | 1998-07-31 | 1 | -1/+1 |
| | | |||||
| * | (dired-garbage-files-regexp): Fix typo. | Richard M. Stallman | 1998-07-29 | 1 | -1/+1 |
| | | |||||
| * | (dired-readin): Insert headerline only if necessary. (Not in | André Spiegel | 1998-06-11 | 1 | -1/+2 |
| | | | | | recursive listings.) | ||||
| * | (dired-internal-noselect): Call either dired-mode or MODE, but not both. | André Spiegel | 1998-06-05 | 1 | -2/+2 |
| | | |||||
| * | (dired-mark-files-containing-regexp): New command. | Richard M. Stallman | 1998-05-24 | 1 | -0/+29 |
| | | | | | (dired-mode-map): Bind it to %g and in menu bar. | ||||
| * | (dired-mode-map): Bind *t to dired-do-toggle. | Richard M. Stallman | 1998-05-06 | 1 | -0/+1 |
| | | |||||
| * | (dired-sort-toggle): Handle spaces in dired-actual-switches. | Richard M. Stallman | 1998-04-29 | 1 | -10/+16 |
| | | |||||
| * | (dired-chmod-program) [windows-nt]: Use chmod. | Geoff Voelker | 1998-04-24 | 1 | -4/+2 |
| | | |||||
| * | (dired-move-to-filename-regexp): There might be a space | Richard M. Stallman | 1998-04-21 | 1 | -1/+1 |
| | | | | | after the year instead of before it. | ||||
| * | (dired-quit): Function deleted. | Richard M. Stallman | 1998-03-08 | 1 | -6/+1 |
| | | | | | (dired-mode-map): Use quit-window for q. | ||||
| * | (dired-get-filename): Don't call encode-coding-string | Kenichi Handa | 1998-03-03 | 1 | -0/+1 |
| | | | | | if default-file-name-coding-system is non-nil. | ||||
| * | (dired-do-toggle): Moved here from dired-x.el. | Karl Heuer | 1998-02-27 | 1 | -0/+26 |
| | | | | | (dired-mode-map): Changed dired-do-toggle from "T" to "t". | ||||
| * | Changed font-lock-reference-face to font-lock-constant-face. | Simon Marshall | 1998-02-20 | 1 | -1/+1 |
| | | |||||
| * | (dired-move-to-filename-regexp): | Richard M. Stallman | 1998-01-19 | 1 | -3/+4 |
| | | | | | Make l pattern match any non-ASCII char. | ||||
| * | (dired-move-to-filename-regexp): | Paul Eggert | 1997-12-11 | 1 | -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 II | 1997-11-29 | 1 | -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 Eggert | 1997-11-17 | 1 | -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 Eggert | 1997-11-07 | 1 | -5/+14 |
| | | |||||
| * | (dired-move-to-filename-regexp): | Karl Heuer | 1997-10-16 | 1 | -2/+4 |
| | | | | | Accept month name and day-of-month in either order. | ||||
| * | (dired-get-filename): Don't call encode-coding-string | Richard M. Stallman | 1997-09-09 | 1 | -0/+1 |
| | | | | | if file-name-coding-system is non-nil. | ||||
| * | (dired-flag-garbage-files): Move interactive flag across doc string. | Richard M. Stallman | 1997-09-06 | 1 | -1/+1 |
| | | |||||
| * | (dired-get-filename): Don't call encode-coding-string if FILE is nil. | Richard M. Stallman | 1997-09-03 | 1 | -2/+2 |
| | | |||||
| * | (dired-get-filename): Encode file name using the buffer's coding system. | Richard M. Stallman | 1997-08-30 | 1 | -0/+2 |
| | | |||||
| * | (dired-font-lock-keywords): Don't specially highlight | Richard M. Stallman | 1997-08-12 | 1 | -6/+10 |
| | | | | | files that are writable by others. | ||||
| * | (dired-find-file): Better error message | Richard M. Stallman | 1997-07-16 | 1 | -1/+3 |
| | | | | | for symlink to nonexistent target. | ||||
| * | (dired-unmark-all-marks): | Richard M. Stallman | 1997-06-07 | 1 | -3/+3 |
| | | | | | Renamed from dired-unmark-all-files-no-query. | ||||
| * | (dired-find-file): Likewise. | Kenichi Handa | 1997-05-28 | 1 | -3/+3 |
| | | |||||
| * | Use defgroup and defcustom. | Richard M. Stallman | 1997-05-25 | 1 | -18/+52 |
| | | |||||
| * | Fix previous change. | Richard M. Stallman | 1997-05-15 | 1 | -1/+1 |
| | | |||||
| * | (dired-mode): Don't include `Dired:' in mode line. | Richard M. Stallman | 1997-05-15 | 1 | -1/+1 |
| | | |||||
| * | (dired-internal-noselect): When setting default-directory, | Richard M. Stallman | 1997-04-13 | 1 | -3/+5 |
| | | | | | don't check file-name-directory. | ||||
| * | (dired-noselect): Avoid calling file-directory-p | Richard M. Stallman | 1997-04-13 | 1 | -3/+11 |
| | | | | | when the initial argument was syntactically a directory name. | ||||
| * | (dired-glob-regexp): New function. | Richard M. Stallman | 1997-03-22 | 1 | -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 Marshall | 1997-03-20 | 1 | -7/+6 |
| | | |||||
| * | (dired-find-file): Allow specifying coding system interactively. | Kenichi Handa | 1997-02-26 | 1 | -3/+3 |
| | | |||||
| * | (dired-garbage-files-regexp): New variable. | Richard M. Stallman | 1997-01-04 | 1 | -0/+12 |
| | | | | | | (dired-flag-garbage-files): New command. (dired-mode-map): Put dired-flag-garbage-files on & and in menu. | ||||