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