1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

155 Commits

Author SHA1 Message Date
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