1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

42 Commits

Author SHA1 Message Date
Richard M. Stallman
21cbf919f5 (ange-ftp-insert-file-contents): New arg REPLACE. 1994-02-17 23:19:36 +00:00
Karl Heuer
1a7ffe17b7 (ange-ftp-load): Honor the NOERROR and NOSUFFIX flags. 1994-02-07 23:38:22 +00:00
Richard M. Stallman
812daf81cc (ange-ftp-hash-mark-msgs): Undo previous change. 1994-01-07 09:13:52 +00:00
Richard M. Stallman
aec81cb641 (ange-ftp-write-region): Call set-visited-file-modtime.
(ange-ftp-insert-file-contents): Likewise.
1993-12-25 02:13:37 +00:00
Richard M. Stallman
80e9d8283a (ange-ftp-hash-mark-msgs): Make match more general.
(ange-ftp-gateway-prompt-pattern): Don't match more than one line.
1993-12-23 03:05:12 +00:00
Richard M. Stallman
f469f80c7d (ange-ftp-binary-file-name-regexp): Accept .tgz and .taz files. 1993-11-25 06:51:50 +00:00
Richard M. Stallman
7ce370e11f (ange-ftp-parse-dired-listing): Skip extra blank line
after the "total" line.
1993-11-19 16:19:32 +00:00
Richard M. Stallman
1bb361e4c2 (ange-ftp-load): Handle extra args after the file name. 1993-11-04 12:02:01 +00:00
Brian Fox
625eb78e37 (ange-ftp-dired-uncache): Fix parens so that `(setq ...' is a result
of the if statement, and not a top level expression.
1993-10-25 06:11:49 +00:00
Roland McGrath
f8f418d80e (ange-ftp-file-executable-p): New function, handles file-executable-p. 1993-09-08 06:22:44 +00:00
Richard M. Stallman
98deaf97f5 (ange-ftp-send-cmd): Bind ange-ftp-this-...
in the outermost let, not an inner one.
1993-08-09 05:03:17 +00:00
Richard M. Stallman
0628c764af (file-name-handler-alist): Have two separate regexps with different hooks. 1993-07-20 07:12:00 +00:00
Jim Blandy
8a30241de3 * ange-ftp.el: Install the correct regexp in
file-name-handler-alist.
1993-07-18 06:18:03 +00:00
Jim Blandy
712a169400 * ange-ftp.el: Loosen file-name-handler-alist regexp so we can do
host name completion.
1993-06-24 03:02:20 +00:00
Richard M. Stallman
5e180bc02c (ange-ftp-insert-file-contents): Handle extra args BEG, END. 1993-06-19 01:13:23 +00:00
Richard M. Stallman
442c9ab627 (ange-ftp-multi-msgs): Add 331-. 1993-06-10 18:46:48 +00:00
Jim Blandy
92b281339a * ange-ftp.el (ange-ftp-make-directory): Take second optional
argument parents, like the original.  Implement it.
1993-06-10 11:39:44 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Richard M. Stallman
724db75f26 (ange-ftp-real-load): New function.
(ange-ftp-load): New function--handles `load'.
1993-06-07 04:51:25 +00:00
Richard M. Stallman
e066c2ae2d (internal-ange-ftp-mode): Renamed from ange-ftp-mode. Callers changed. 1993-06-05 17:35:21 +00:00
Richard M. Stallman
71b3c0e6c6 (ange-ftp-binary-file-name-regexp): Handle .gz. 1993-06-03 03:53:33 +00:00
Richard M. Stallman
a8efd566f0 (ange-ftp-make-backup-files): Doc fix. 1993-06-01 21:20:31 +00:00
Richard M. Stallman
74edd77690 Comment change. 1993-06-01 15:56:29 +00:00
Richard M. Stallman
e70fd492d9 (ange-ftp-dired-compress-file):
Use dired-compress-file, not dired-compress-filename.

(ange-ftp-set-buffer-mode): Do nothing unless
visited name is an ange ftp magic name.
1993-05-29 04:30:10 +00:00
Richard M. Stallman
c7a464d03d (ange-ftp-raw-send-cmd): Allow quitting during accept-process-output. 1993-05-24 00:12:05 +00:00
Roland McGrath
46421cea47 (ange-ftp-binary-file-name-regexp): Match .z and .z-part-?? files. 1993-04-22 22:56:54 +00:00
Eric S. Raymond
9d9c912e6c Oops... 1993-03-19 06:41:41 +00:00
Eric S. Raymond
b129bbdc60 Corrected Keywords header. 1993-03-18 21:49:55 +00:00
Eric S. Raymond
c84729481b Added standard library headers. 1993-03-17 15:20:58 +00:00
Jim Blandy
9ca74466e3 * ange-ftp.el (ange-ftp-unhandled-file-name-directory): New
function.  Set ange-ftp's `unhandled-file-name-property' to its
	name.
1992-12-12 15:19:13 +00:00
Jim Blandy
2495e5f477 * ange-ftp.el (ange-ftp-repaint-buffer): Give this a non-hacky
definition using (message nil).
	(ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the
	calls to ange-ftp-repaint-buffer.
1992-11-16 01:20:29 +00:00
Jim Blandy
6067ebef9a * ange-ftp.el: Tighten the regular expression used in
file-name-handler-alist to recognized ange-ftp filenames; the
	slash, username and hostname must be at the start of the filename,
	not just anywhere in the filename.
1992-11-03 02:00:50 +00:00
Richard M. Stallman
68f5eb5a8d (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host):
(ange-ftp-add-dumb-unix-host): Use default-directory, not dired-directory.

(ange-ftp-allow-child-lookup): Eliminate use of dired-local-variables-file.
1992-10-20 07:05:38 +00:00
Richard M. Stallman
243e520634 Add dummy handlers for file-truename and vc-registered. 1992-10-20 06:43:48 +00:00
Richard M. Stallman
090e4588a2 (ange-ftp-kill-ftp-process): Delete spurious ". 1992-09-28 12:54:05 +00:00
Christopher Zaborsky
c8fa98ccfc Doc fix. 1992-09-27 17:22:08 +00:00
Richard M. Stallman
55badf85bb entered into RCS 1992-09-19 21:46:00 +00:00
Richard M. Stallman
8feebd073e *** empty log message *** 1992-09-17 19:50:27 +00:00
Richard M. Stallman
d0bc419e4b *** empty log message *** 1992-09-13 23:36:10 +00:00
Richard M. Stallman
c3554e9565 *** empty log message *** 1992-09-13 04:35:22 +00:00
Richard M. Stallman
26aaadf383 *** empty log message *** 1992-09-12 22:27:16 +00:00
Richard M. Stallman
2f7ea15592 Initial revision 1992-09-12 22:14:24 +00:00