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
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