1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00
Commit Graph

315 Commits

Author SHA1 Message Date
Dave Love
aa924debea (dired-mode-map): Fix duplicate [menu-bar regexp mark]. 1999-01-07 19:40:25 +00:00
Karl Heuer
05a4037321 (dired-mark-files-containing-regexp):
Don't scan directories.  Ignore non-readable files.
1998-09-10 16:00:20 +00:00
Karl Heuer
23a3356234 (dired-mark-files-containing-regexp): Fix previous change. 1998-09-10 15:46:18 +00:00
Karl Heuer
0b2bb4d096 (dired-mark-files-containing-regexp):
Don't use find-file; instead, insert the file in a temp buffer.
1998-09-04 20:43:09 +00:00
Richard M. Stallman
1c39db69d8 (dired-garbage-files-regexp): Finish fixing regexp syntax. 1998-07-31 03:13:19 +00:00
Richard M. Stallman
67aafad46b (dired-garbage-files-regexp): Fix typo. 1998-07-29 06:09:14 +00:00
André Spiegel
1191c61b53 (dired-readin): Insert headerline only if necessary. (Not in
recursive listings.)
1998-06-11 15:32:33 +00:00
André Spiegel
6e5d9ec568 (dired-internal-noselect): Call either dired-mode or MODE, but not both. 1998-06-05 12:46:02 +00:00
Richard M. Stallman
e9b8e22d7e (dired-mark-files-containing-regexp): New command.
(dired-mode-map): Bind it to %g and in menu bar.
1998-05-24 00:55:39 +00:00
Richard M. Stallman
48c932296c (dired-mode-map): Bind *t to dired-do-toggle. 1998-05-06 04:43:47 +00:00
Richard M. Stallman
7820b28f31 (dired-sort-toggle): Handle spaces in dired-actual-switches. 1998-04-29 05:06:46 +00:00
Geoff Voelker
912aace821 (dired-chmod-program) [windows-nt]: Use chmod. 1998-04-24 00:03:56 +00:00
Richard M. Stallman
001632ab9e (dired-move-to-filename-regexp): There might be a space
after the year instead of before it.
1998-04-21 05:22:19 +00:00
Richard M. Stallman
da8a843818 (dired-quit): Function deleted.
(dired-mode-map): Use quit-window for q.
1998-03-08 00:20:56 +00:00
Kenichi Handa
0457b5e41d (dired-get-filename): Don't call encode-coding-string
if default-file-name-coding-system is non-nil.
1998-03-03 07:17:56 +00:00
Karl Heuer
e5f0841ed0 (dired-do-toggle): Moved here from dired-x.el.
(dired-mode-map): Changed dired-do-toggle from "T" to "t".
1998-02-27 21:45:01 +00:00
Simon Marshall
883212ce69 Changed font-lock-reference-face to font-lock-constant-face. 1998-02-20 14:58:27 +00:00
Richard M. Stallman
2708e59e80 (dired-move-to-filename-regexp):
Make l pattern match any non-ASCII char.
1998-01-19 20:29:31 +00:00
Paul Eggert
6a5c00da3f (dired-move-to-filename-regexp):
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-12-11 06:58:17 +00:00
Joel N. Weber II
33165c240f 1997-11-27 Richard M. Stallman <rms@sucrose.ai.mit.edu>
* dired.el (dired-move-to-filename-regexp): Make regexp fussier
	about amount of whitespace after month name.
1997-11-29 05:21:18 +00:00
Paul Eggert
32184bdb26 (dired-move-to-filename-regexp):
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.
1997-11-17 18:55:46 +00:00
Paul Eggert
1f97e2fcc2 (dired-move-to-filename-regexp): Handle Japanese-format dates. 1997-11-07 23:32:50 +00:00
Karl Heuer
85eb827a5c (dired-move-to-filename-regexp):
Accept month name and day-of-month in either order.
1997-10-16 18:36:35 +00:00
Richard M. Stallman
05dd46c201 (dired-get-filename): Don't call encode-coding-string
if file-name-coding-system is non-nil.
1997-09-09 05:37:20 +00:00
Richard M. Stallman
f656ec48c3 (dired-flag-garbage-files): Move interactive flag across doc string. 1997-09-06 22:22:24 +00:00
Richard M. Stallman
be417b22ba (dired-get-filename): Don't call encode-coding-string if FILE is nil. 1997-09-03 22:31:25 +00:00
Richard M. Stallman
fdbc88f98b (dired-get-filename): Encode file name using the buffer's coding system. 1997-08-30 19:46:24 +00:00
Richard M. Stallman
4fdf389ae2 (dired-font-lock-keywords): Don't specially highlight
files that are writable by others.
1997-08-12 17:21:24 +00:00
Richard M. Stallman
55642aa486 (dired-find-file): Better error message
for symlink to nonexistent target.
1997-07-16 20:55:50 +00:00
Richard M. Stallman
534a6edf9b (dired-unmark-all-marks):
Renamed from dired-unmark-all-files-no-query.
1997-06-07 19:31:24 +00:00
Kenichi Handa
53fd9d05e5 (dired-find-file): Likewise. 1997-05-28 03:35:42 +00:00
Richard M. Stallman
286c247d12 Use defgroup and defcustom. 1997-05-25 18:08:23 +00:00
Richard M. Stallman
982fa4e514 Fix previous change. 1997-05-15 03:59:36 +00:00
Richard M. Stallman
faff8e29e7 (dired-mode): Don't include `Dired:' in mode line. 1997-05-15 03:55:20 +00:00
Richard M. Stallman
e3cd4b53c5 (dired-internal-noselect): When setting default-directory,
don't check file-name-directory.
1997-04-13 20:19:19 +00:00
Richard M. Stallman
54df7d9acc (dired-noselect): Avoid calling file-directory-p
when the initial argument was syntactically a directory name.
1997-04-13 04:26:38 +00:00
Richard M. Stallman
ef74616458 (dired-glob-regexp): New function.
(dired-buffers-for-dir): New arg FILE; if non-nil,
check that it matches the wildcard pattern.
1997-03-22 03:40:55 +00:00
Simon Marshall
0347d06954 Doc dired-no-confirm and allow t value. 1997-03-20 12:37:06 +00:00
Kenichi Handa
94fa4eb82b (dired-find-file): Allow specifying coding system interactively. 1997-02-26 12:05:50 +00:00
Richard M. Stallman
84d3f6e878 (dired-garbage-files-regexp): New variable.
(dired-flag-garbage-files): New command.
(dired-mode-map): Put dired-flag-garbage-files on & and in menu.
1997-01-04 00:10:30 +00:00
Richard M. Stallman
f374777d3c (dired-string-replace-match): Delete redundant autoload. 1997-01-03 23:11:30 +00:00
Richard M. Stallman
827dc60de5 (dired-make-relative): Ignore the third argument;
never signal an error just bbcause FILE is not in DIR's tree.
1996-12-31 18:29:49 +00:00
Richard M. Stallman
23e217f6d2 (dired-permission-flags-regexp): New variable.
(dired-move-to-end-of-filename): Use it instead of a constant.
1996-12-30 04:57:17 +00:00
Richard M. Stallman
6492483f51 (dired-insert-directory): Don't override the user's locale.
(dired-standard-move-to-filename-regexp): Var deleted.
1996-12-29 08:14:57 +00:00
Richard M. Stallman
f3636ea7be (dired-move-to-filename-regexp): Recognize various languages. 1996-12-17 18:43:10 +00:00
Richard M. Stallman
0609c9984c (dired-mode-map): Put dired-mark-subdir-files on *s. 1996-11-04 23:51:33 +00:00
Erik Naggum
030599634e Fix minor typo in *! key binding. 1996-11-02 09:57:51 +00:00
Richard M. Stallman
4a3ca6ed7a (dired-mode-map): Make * a prefix for mark commands.
Delete the old *, / and @ keybindings.
1996-11-02 07:56:50 +00:00
Richard M. Stallman
c439687b4d (dired-find-file): Error if line's file does not exist. 1996-10-31 20:51:44 +00:00
Karl Heuer
8c605b4bb1 (dired-insert-directory): Check for non-US LANG. 1996-10-24 22:42:29 +00:00
Simon Marshall
2439570dc3 Tweak dired-font-lock-keywords. 1996-10-23 09:26:39 +00:00
Richard M. Stallman
a32857951d (dired-mode-map): Add revert-buffer to Immediate menu. 1996-09-03 21:46:07 +00:00
Richard M. Stallman
642027970b (dired-chown-program): Replace lignux with gnu/linux. 1996-08-27 17:45:29 +00:00
Richard M. Stallman
6702f50da6 (dired-chown-program): Try /usr/sbin/chown. 1996-06-07 14:57:04 +00:00
Richard M. Stallman
cb2e51f84b (dired-noselect): Resolve symbolic links in argument. 1996-04-05 19:11:05 +00:00
Richard M. Stallman
aaef4a1cec (dired-chown-program): Recognize lignux. 1996-03-27 02:37:57 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Richard M. Stallman
bc07e5cb1e (dired-get-filename): When quoting " chars,
handle all of them, including one at start of file name.
1996-01-27 02:18:29 +00:00
Karl Heuer
212b2266cb Fix indentation. 1996-01-25 07:09:48 +00:00
Karl Heuer
952e8cb510 (dired-internal-noselect): Pass proper format string to message. 1996-01-25 00:52:48 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
fc83abf785 (dired-ls-F-marks-symlinks): Doc fix. 1996-01-11 16:37:29 +00:00
Karl Heuer
9eabb7d50c (dired-standard-move-to-filename-regexp): New variable.
(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.
1996-01-09 23:15:52 +00:00
Richard M. Stallman
02b5d79c80 (dired-insert-directory): Force use of C locale. 1996-01-04 00:32:19 +00:00
Richard M. Stallman
1015daba26 (dired): Fix typo. 1995-12-29 17:59:11 +00:00
Karl Heuer
fdee13ec10 (dired-flag-backup-files): Undo previous change. 1995-12-19 21:39:23 +00:00
Karl Heuer
f13101e9c2 (dired-flag-backup-files): Under MS-DOS, search for
possible backup files by checking for filenames which end with a
`k' (the backup extension is `.bak').
1995-12-13 19:42:33 +00:00
Erik Naggum
ac1ce3411f (dired-up-directory): Add optional argument `other-window' to obviate
the need to redefine it in dired-x.el.
1995-09-12 23:20:42 +00:00
André Spiegel
6cfd24f9a5 (dired-internal-noselect): Set dired-directory when refreshing a buffer
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.
1995-09-08 20:38:17 +00:00
Richard M. Stallman
6a4cd60590 (dired-internal-noselect): New arg MODE.
If it's non-nil, switch to that nil.
(dired-find-buffer-nocreate): New arg MODE.
1995-09-03 17:34:56 +00:00
Richard M. Stallman
856321e221 (dired-string-replace-match): Simplify using replace-match. 1995-08-21 01:15:25 +00:00
Richard M. Stallman
3e1fb00f0b (dired-mode-map): Set up the map completely
before storing it into dired-mode-map.
1995-08-08 05:16:23 +00:00
Richard M. Stallman
7da0e9b4eb (dired-insert-set-properties): Catch errors.
(dired-do-flagged-delete): New arg nomessage.
1995-07-31 23:13:54 +00:00
Richard M. Stallman
a15a76f766 (dired-change-marks): If OLD is a space, don't act on non-file lines. 1995-06-14 11:46:56 +00:00
Karl Heuer
6103c44e5a (dired-find-buffer-nocreate): Ignore dead buffers. 1995-05-31 21:06:48 +00:00
Karl Heuer
5ab917b4b6 (dired-mode-map): Rename menubar bindings and use the
new function names `dired-do-query-replace' and `dired-do-search'.
1995-05-29 20:08:11 +00:00
Karl Heuer
f5b06a953d (dired-find-buffer-nocreate): Check only buffers in
dired-buffers instead of all buffers in (buffer-list).
1995-05-29 04:36:26 +00:00
Karl Heuer
45d8d39ff8 (dired-sort-set-modeline): Use force-mode-line-update. 1995-04-25 22:31:52 +00:00
Simon Marshall
010a0c29eb dired-font-lock-keywords efficiency fix. 1995-04-24 11:28:24 +00:00
Richard M. Stallman
2527947a41 (dired-mode-map): Rename commands for A and Q. 1995-04-15 05:41:28 +00:00
Karl Heuer
723ddb1f81 (dired-chmod-program): Defined. 1995-04-12 03:09:44 +00:00
Simon Marshall
ad63249242 Wrap filename character quoting code with save-excursion so following forms
relying on point aren't broken.
1995-03-30 07:10:08 +00:00
Simon Marshall
c759a12159 Made revert-buffer message go via substitute-command-keys. 1995-02-27 08:05:09 +00:00
Richard M. Stallman
277568f269 (dired-mark): If on dir header line, always mark
the files in that dir.
1995-02-09 09:40:01 +00:00
Richard M. Stallman
c31e679136 (dired-mode-map): Define up and down arrows like C-p, C-n. 1995-02-04 02:08:29 +00:00
Richard M. Stallman
bc9c99bce3 (dired-insert-directory): Don't call expand-file-name
when dir-or-list is a list.
1995-01-11 01:28:22 +00:00
Richard M. Stallman
b754cc6ec9 (dired-mode-map): Bind C-m to dired-advertised-find-file.
Change f to dired-find-file.
1994-12-27 03:49:30 +00:00
Richard M. Stallman
437fe5aeff (dired-string-replace-match): Function moved here. 1994-12-22 04:17:30 +00:00
Richard M. Stallman
9888aa65fd (dired-insert-directory): Quote certain chars with \.
(dired-get-filename): Always unquote \ quoting.
1994-12-07 10:57:12 +00:00
Roland McGrath
c3a646c2ab (dired-mode-map): Add query-replace and search items to operate menu. 1994-10-23 22:56:32 +00:00
Roland McGrath
866a70355c (dired-mode-map): Bind A to dired-do-tags-search,
Q to dired-do-tags-query-replace.
1994-10-22 15:58:56 +00:00
Simon Marshall
4481ae96a9 * dired.el: (dired-mode): Set font-lock-defaults. 1994-10-12 08:16:29 +00:00
Richard M. Stallman
a1f6b0c60b (dired-font-lock-keywords): New variable.
(dired-mode): Set font-lock-keywords locally.
1994-10-07 10:02:04 +00:00
Richard M. Stallman
e6cecd2bb3 (dired-re-perms): Accept various file type letters. 1994-09-26 23:18:19 +00:00
Richard M. Stallman
a8fe806efa (dired-re-perms): Accept directories and symbolic links
also, not only plain files.
1994-09-24 22:29:40 +00:00
Richard M. Stallman
c1b97b443c (dired-buffers-for-dir): Delete debugging code.
(dired-in-this-tree): Likewise.
1994-09-16 21:39:41 +00:00
Richard M. Stallman
3881977896 (dired-buffers-for-dir): Assume dirs are preexpanded.
(dired-in-this-tree): Likewise.
(dired-advertise, dired-unadvertise): Expand default-directory.
1994-09-16 21:34:27 +00:00
Richard M. Stallman
474ac5bb05 (dired-mode): Put expanded name in list-buffers-directory. 1994-08-04 02:43:58 +00:00
Richard M. Stallman
f150bd2b3e (dired-insert-directory): Call expand-file-name here
because the dir name may have been abbreviated before.
1994-08-01 04:43:38 +00:00
Richard M. Stallman
370b6149a4 (dired-noselect): Call abbreviate-file-name here.
(dired-internal-noselect): Not here.
1994-07-31 21:42:11 +00:00
Richard M. Stallman
e9ce5adec1 (dired-internal-noselect): a zero modtime means directory is unchanged. 1994-07-24 19:55:26 +00:00
Richard M. Stallman
a8004e4b31 (dired-between-files): Ignore dired-subdir-regexp
if we can move to the file name on the line.

(dired-internal-noselect): Don't revert, just suggest `g'.
1994-07-20 19:27:19 +00:00
Richard M. Stallman
fa562dd5e1 (dired-readin): Record the directory's modtime.
(dired-internal-noselect): Offer to revert if dir has changed.
1994-06-28 08:36:16 +00:00
Karl Heuer
46680faf4a (dired-build-subdir-alist): Don't let looking-at destroy the match data. 1994-06-17 22:15:47 +00:00
Richard M. Stallman
acf310c90d (dired-build-subdir-alist): Avoid mistaking a file name
ending in a colon for a subdir header line.
1994-06-15 22:39:01 +00:00
Richard M. Stallman
db07847fc0 (dired-get-filename): Get rid of text props from name. 1994-05-28 12:13:21 +00:00
Richard M. Stallman
a07e7c4a3a (dired-mark-pop-up): Clear mouse-face property. 1994-05-22 00:04:09 +00:00
Richard M. Stallman
8197b8bf92 (dired-readin): Clear modified flag at the very end. 1994-05-20 23:56:40 +00:00
Richard M. Stallman
767151e119 (dired-mode-map): Get rid of dired-regexp-prefix;
put the submap directly in the main map.
1994-05-14 07:59:14 +00:00
Karl Heuer
d733c5ec03 Update copyright. 1994-05-03 22:46:37 +00:00
Richard M. Stallman
d43e0b1674 Unspecified location of chown for Linux (Linux doesn't put chown in /etc). 1994-05-02 18:15:22 +00:00
Karl Heuer
6eaebaa278 Pass operation to find-file-name-handler. 1994-04-22 23:59:24 +00:00
Richard M. Stallman
cdf156a925 (dired-subdir-regexp): Allow a space in dir name. 1994-04-13 23:22:34 +00:00
Richard M. Stallman
d90490d8e8 (dired-move-to-filename-regexp): Match the year or time.
(dired-move-to-filename): Simplify the code for that.
1994-04-12 03:15:37 +00:00
Richard M. Stallman
6823efabff (dired-move-to-filename): Use skip-chars-forward
instead of looking-at, for speed.
1994-04-11 21:03:28 +00:00
Karl Heuer
5d831bedd4 (dired-move-to-filename): Handle leading blanks. 1994-04-11 20:09:44 +00:00
Karl Heuer
f726257eb4 (dired-insert-directory): Fix comment. 1994-04-02 02:58:07 +00:00
Richard M. Stallman
cb88a3db20 (dired-insert-directory): Add mouse-face properties.
(dired-insert-set-properties): New subroutine.
1994-04-01 18:51:39 +00:00
Richard M. Stallman
dbcb93894b (dired-mouse-find-file-other-window): New command.
(dired-mode-map): Bind mouse-2.
1994-03-30 17:22:59 +00:00
Karl Heuer
26add1bf46 Don't use triple-hyphen in a character class. 1994-03-12 00:23:12 +00:00
Richard M. Stallman
b36b40aefd (dired-listing-switches): Doc fix. 1994-02-06 18:11:59 +00:00
Richard M. Stallman
c4a7b2a414 (dired-move-to-filename-regexp): New variable.
(dired-move-to-filename): Use that.
1994-01-07 12:23:44 +00:00
Richard M. Stallman
233993a347 (dired-in-this-tree): Call expand-file-name.
(dired-goto-file): Call expand-file-name.
1993-12-23 04:40:58 +00:00
Richard M. Stallman
55e86af6f5 (dired-goto-file): Don't try matching one line twice. 1993-11-23 00:11:43 +00:00
Richard M. Stallman
847aabcec2 (dired-readin-insert): Expand default-directory and dirname
before comparing them.
(dired-internal-noselect): Set default-directory to abbreviated name.
1993-11-22 09:29:51 +00:00
Richard M. Stallman
f45da5d14b (dired-readin-insert): Expand default-directory and dirname
before comparing them.
1993-11-22 09:25:23 +00:00
Richard M. Stallman
7425bbff0a (dired-chown-program): Check for irix, not silicon-graphic-unix. 1993-11-14 00:06:23 +00:00
Brian Fox
57e15005fe `provide' "dired" before running user hooks. 1993-10-25 06:13:41 +00:00
Brian Fox
3222085ea2 (dired-mode): Don't change the value of case-fold-search.
(dired-build-subdir-alist): Call `expand-file-name' to clean up
the subdirectory title (removing extra "./").
1993-09-21 07:12:36 +00:00
Richard M. Stallman
1d673d85da (dired-sort-mode): Variable deleted.
Don't display it in mode line.
(dired-sort-set-modeline): Set mode-name instead.
1993-08-01 11:55:12 +00:00
Richard M. Stallman
cf39fa9b4e (dired-readin-insert): If we got a list of files,
pass nil for WILDCARD arg to dired-insert-directory.

(dired-readin-insert): Don't use the "whole directory"
case if DIR-OR-LIST is a list.
1993-07-26 05:56:43 +00:00
Richard M. Stallman
37ef13a631 Comment change. 1993-07-20 19:04:49 +00:00
Richard M. Stallman
b1ecd9c6d2 (dired-unmark-all-files-no-query): New command.
(dired-mode-map): Use that for the Unmark All item.
Fix typo that made the Flag Backup Files item not show up.
1993-07-20 01:11:28 +00:00
Richard M. Stallman
fc53efda7f (dired-mode-map): Add menu bar items. 1993-07-15 05:32:25 +00:00
Jim Blandy
50f747444d * dired.el (dired-summary): dired-do-rename is on "R", not "r". 1993-06-18 17:55:42 +00:00
Richard M. Stallman
cfe89c4fa5 (dired-repeat-over-lines): Going fwd, skip new lines
that FUNCTION inserts after the current line.
Going backwd, no need for dired-move-to-filename each time.
1993-06-15 07:59:07 +00:00
Richard M. Stallman
2a8386146c Comment change. 1993-06-11 05:56:00 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Richard M. Stallman
536ae2dded (dired-flag-auto-save-files): Ignore `*' added by ls -F. 1993-06-08 22:54:46 +00:00
Richard M. Stallman
b602ba2fac (dired-unmark-all-files): Read arg as just a character.
Use non-regexp search to find a specific mark.
Use subst-char-in-region to make the change.
Improve the message at the end.
1993-06-06 21:13:16 +00:00
Richard M. Stallman
0102ea2d95 (dired-flag-backup-files): Handle *' made by ls -F'. 1993-06-05 17:41:50 +00:00
Richard M. Stallman
e4e0284102 (dired-change-marks): Just ding if one arg is RET.
Search for strings, not regexps.  Use subst-char-in-region.
1993-06-04 07:25:58 +00:00
Richard M. Stallman
ec03e49cb6 (dired-other-frame): New function, with binding. 1993-05-26 22:52:13 +00:00
Richard M. Stallman
8b87a30104 (dired-unmark-all-files): Read arg as a string. 1993-05-25 22:59:26 +00:00
Richard M. Stallman
a91526b927 (dired-flag-backup-files): Speedup:
check explicitly for ~ at end of line.
(dired-flag-auto-save-files): Similar change.
1993-05-24 23:03:04 +00:00
Eric S. Raymond
62f61df0e7 Changed fsets to defaliases. 1993-04-26 04:19:48 +00:00
Eric S. Raymond
8d23c16b3e dired-noselect, dired-internal-noselect, dired-insert-directory:
Enhancements to support passing dired a DIRNAME argument consisting
of a directory-name car and a list-of-files cdr.  This is needed to
support VC's augmented dired, which wants a filtered file display
that recurses (showing all version-controlled files in subdirectories
as well as the top-level ones).
1993-04-08 16:35:59 +00:00
Richard M. Stallman
63ea14a5b2 (dired-pop-to-buffer): Adjust count-lines val for last line. 1993-04-06 17:11:57 +00:00
Richard M. Stallman
3585916ff7 (dired-unmark-all-files): Read the arg as just a char. 1993-04-05 06:23:05 +00:00
Eric S. Raymond
e41b2db1da Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
Eric S. Raymond
c84729481b Added standard library headers. 1993-03-17 15:20:58 +00:00
Richard M. Stallman
d2cadc4b9d (dired-regexp-history): New history list.
(dired-read-regexp): Use that history list.  Take just one arg.
1993-01-09 13:53:49 +00:00
Jim Blandy
5dbfdacd20 The find-file-name-handler function in ../src/fileio.c is now
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.
1992-12-12 15:21:45 +00:00
Richard M. Stallman
194ff7c129 (dired-chown-program): Treat silicon-graphics-unix like usg-unix-v. 1992-10-21 19:30:34 +00:00
Richard M. Stallman
7b2469aed7 entered into RCS 1992-09-19 19:40:38 +00:00
Richard M. Stallman
715984d3a4 *** empty log message *** 1992-09-13 20:40:20 +00:00
Richard M. Stallman
c3554e9565 *** empty log message *** 1992-09-13 04:35:22 +00:00
Richard M. Stallman
c9d59fc21a *** empty log message *** 1992-09-11 09:04:24 +00:00
Richard M. Stallman
6482fcac40 *** empty log message *** 1992-08-03 03:44:51 +00:00
Richard M. Stallman
2d05139977 *** empty log message *** 1992-07-28 19:38:08 +00:00
Richard M. Stallman
ab67260b08 *** empty log message *** 1992-07-27 02:56:28 +00:00
Richard M. Stallman
520412198b *** empty log message *** 1992-07-21 22:40:10 +00:00
Jim Blandy
f98955eaaa *** empty log message *** 1992-07-15 02:24:58 +00:00
Richard M. Stallman
492d243710 *** empty log message *** 1992-06-24 02:13:56 +00:00
Eric S. Raymond
84fc2cfa7d Initial revision 1992-05-30 23:52:26 +00:00