Juanma Barranquero
4671dba57a
* net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
...
(ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
(ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
(ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
(ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
(ange-ftp-quote-string, ange-ftp-process-handle-line)
(ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
(ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
(ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
(ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
(ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
(ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
(ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
(ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
(ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
(ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
(ange-ftp-default-user, ange-ftp-default-password)
(ange-ftp-default-account, ange-ftp-netrc-default-password)
(ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
(ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
(ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
(ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
(ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
(ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
(ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
(ange-ftp-make-backup-files, ange-ftp-retry-time)
(ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
(ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
(ange-ftp-gateway-tmp-name-template)
(ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
(ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
(ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
(ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
(ange-ftp-gateway-program): Remove * from docstring and reflow.
(ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
(ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
(ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
(ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
(ange-ftp-rename-local-to-remote): Doc fixes.
(ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
Use `when', `unless'.
(ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
(ange-ftp-process-handle-hash): Rename arg STR to STRING.
(ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
(ange-ftp-smart-login): Rename arg PASS to PASSWORD.
(ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
(ange-ftp-process-sentinel): Use `when'. Fix typo.
(ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
(ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
(ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
(ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
(ange-ftp-dumb-unix-host, ange-ftp-binary-file)
(ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
(ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
(ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
`(save-match-data (string-match ...))'.
(ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
(ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
Use `string-match-p' instead of `(save-match-data (string-match ...))'.
Doc fixes.
2008-11-16 05:50:23 +00:00
..
2008-11-05 22:12:21 +00:00
2008-11-14 13:05:18 +00:00
2008-11-15 23:36:26 +00:00
2008-11-16 05:02:33 +00:00
2008-10-08 04:05:10 +00:00
2008-11-06 03:56:27 +00:00
2008-11-12 08:12:19 +00:00
2008-11-14 13:05:18 +00:00
2008-09-17 11:49:06 +00:00
2008-11-13 08:02:50 +00:00
2008-10-14 15:50:14 +00:00
2008-11-16 05:50:23 +00:00
2008-11-13 05:03:33 +00:00
2008-10-30 04:35:15 +00:00
2008-11-15 06:44:19 +00:00
2008-10-25 00:46:25 +00:00
2008-11-14 13:05:18 +00:00
2008-11-15 22:29:59 +00:00
2008-11-12 18:39:08 +00:00
2008-11-04 17:11:58 +00:00
2008-06-05 02:38:08 +00:00
2008-10-17 21:25:58 +00:00
2008-09-16 02:42:34 +00:00
2008-05-23 04:44:07 +00:00
2008-08-30 20:14:11 +00:00
2008-07-31 05:33:56 +00:00
2008-05-29 09:40:37 +00:00
2008-08-08 17:46:49 +00:00
2008-08-29 17:56:33 +00:00
2008-10-29 18:22:12 +00:00
2008-10-08 09:02:28 +00:00
2008-09-03 04:05:23 +00:00
2008-07-31 22:15:45 +00:00
2008-11-16 05:50:23 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-11-04 14:49:10 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-10-01 09:12:37 +00:00
2008-11-04 16:26:19 +00:00
2008-10-01 09:12:37 +00:00
2008-11-04 14:49:10 +00:00
2008-11-04 14:49:10 +00:00
2008-11-04 14:49:10 +00:00
2008-10-01 09:12:37 +00:00
2008-06-27 17:51:24 +00:00
2008-09-28 16:56:48 +00:00
2008-09-07 20:56:27 +00:00
2008-10-25 00:46:25 +00:00
2008-09-10 05:49:38 +00:00
2008-08-10 20:08:03 +00:00
2008-11-11 00:28:10 +00:00
2008-07-27 18:24:48 +00:00
2008-08-29 06:55:22 +00:00
2008-10-27 02:12:03 +00:00
2008-08-12 22:23:30 +00:00
2008-11-04 09:48:55 +00:00
2008-09-14 21:16:30 +00:00
2008-11-11 20:14:38 +00:00
2008-08-23 18:52:05 +00:00
2008-11-08 14:24:54 +00:00
2008-07-27 18:24:48 +00:00
2008-11-05 11:06:22 +00:00
2008-10-19 11:20:00 +00:00
2008-05-23 04:44:07 +00:00
2008-06-04 11:22:53 +00:00
2008-10-19 08:27:14 +00:00
2008-10-19 08:24:49 +00:00
2008-06-07 02:44:10 +00:00
2008-07-31 05:33:56 +00:00
2008-11-16 04:55:45 +00:00
2008-11-16 04:55:45 +00:00
2008-11-16 05:06:55 +00:00
2008-10-23 23:52:14 +00:00
2008-11-04 07:27:15 +00:00
2008-05-17 20:16:09 +00:00
2008-09-30 07:41:49 +00:00
2008-08-26 03:11:45 +00:00
2008-09-27 06:59:43 +00:00
2008-06-30 19:38:33 +00:00
2008-05-17 20:20:55 +00:00
2008-10-27 10:37:41 +00:00
2008-08-26 11:02:51 +00:00
2008-10-26 04:32:09 +00:00
2008-09-25 07:45:35 +00:00
2008-11-14 23:36:37 +00:00
2008-10-25 00:46:25 +00:00
2008-06-29 08:10:56 +00:00
2008-10-15 15:32:21 +00:00
2008-08-10 20:07:48 +00:00
2008-10-28 17:36:34 +00:00
2008-06-27 07:34:53 +00:00
2008-11-04 12:32:39 +00:00
2008-11-07 14:52:02 +00:00
2008-09-25 10:45:20 +00:00
2008-06-27 07:34:53 +00:00
2008-11-15 06:19:12 +00:00
2008-09-18 08:37:14 +00:00
2008-09-06 02:59:40 +00:00
2008-10-11 18:43:38 +00:00
2008-08-26 11:02:51 +00:00
2008-07-31 05:33:56 +00:00
2008-10-14 15:02:05 +00:00
2008-09-07 15:39:05 +00:00
2008-05-15 00:12:08 +00:00
2008-10-08 05:03:43 +00:00
2008-08-26 11:02:51 +00:00
2008-10-19 10:07:39 +00:00
2008-11-16 04:54:05 +00:00
2008-10-25 00:46:25 +00:00
2008-09-02 05:35:54 +00:00
2008-06-27 15:58:36 +00:00
2008-09-30 03:38:42 +00:00
2008-10-30 23:52:39 +00:00
2008-07-30 20:29:54 +00:00
2008-10-20 02:23:01 +00:00
2008-09-25 23:09:28 +00:00
2008-11-11 20:11:34 +00:00
2008-07-22 08:47:00 +00:00
2008-10-03 07:19:34 +00:00
2008-05-28 17:37:04 +00:00
2008-10-08 15:52:43 +00:00
2008-07-06 14:39:49 +00:00
2008-10-11 18:43:38 +00:00
2008-10-01 08:29:01 +00:00
2008-08-31 13:46:54 +00:00
2008-09-07 20:33:49 +00:00
2008-09-30 16:22:46 +00:00
2008-06-16 09:28:44 +00:00
2008-07-19 23:56:17 +00:00
2008-07-31 05:33:56 +00:00
2008-05-21 02:32:31 +00:00
2008-10-30 04:36:27 +00:00
2008-09-26 10:28:46 +00:00
2008-10-16 07:18:04 +00:00
2008-07-31 17:23:45 +00:00
2008-11-01 01:24:33 +00:00
2008-07-25 16:26:06 +00:00
2008-10-29 21:30:44 +00:00
2008-07-23 23:50:06 +00:00
2008-07-05 04:27:37 +00:00
2008-06-27 07:34:53 +00:00
2008-11-11 17:20:06 +00:00
2008-07-27 18:24:48 +00:00
2008-11-01 01:24:33 +00:00
2008-10-23 22:09:09 +00:00
2008-10-19 10:10:44 +00:00
2008-08-09 15:53:32 +00:00
2008-08-02 19:03:39 +00:00
2008-07-31 05:33:56 +00:00
2008-09-20 03:03:07 +00:00
2008-10-22 23:40:31 +00:00
2008-10-19 10:11:20 +00:00
2008-11-01 01:24:33 +00:00
2008-06-30 19:40:47 +00:00
2008-10-22 11:11:01 +00:00
2008-10-25 00:46:25 +00:00
2008-11-01 01:24:33 +00:00
2008-11-11 10:51:35 +00:00
2008-05-15 19:24:57 +00:00
2008-10-19 10:13:17 +00:00
2008-08-27 17:04:23 +00:00
2008-10-30 17:03:30 +00:00
2008-10-28 20:43:44 +00:00
2008-07-31 05:33:56 +00:00
2008-08-26 11:02:51 +00:00
2008-11-08 13:16:17 +00:00
2008-06-07 02:44:10 +00:00
2008-11-04 07:35:57 +00:00
2008-06-11 02:16:45 +00:00
2008-05-13 20:50:32 +00:00
2008-06-01 02:35:04 +00:00
2008-06-27 07:34:53 +00:00
2008-09-25 00:11:36 +00:00
2008-10-25 00:12:37 +00:00
2008-10-25 00:46:25 +00:00
2008-11-01 01:24:33 +00:00
2008-10-29 20:57:03 +00:00
2008-10-12 13:45:46 +00:00
2008-10-31 15:57:31 +00:00
2008-10-25 00:46:25 +00:00
2008-11-15 22:37:20 +00:00
2008-07-05 18:03:02 +00:00
2008-10-16 11:48:42 +00:00
2008-11-04 17:36:43 +00:00
2008-11-12 04:47:18 +00:00
2008-06-22 15:01:52 +00:00
2008-11-04 08:58:24 +00:00
2008-08-14 19:28:44 +00:00
2008-10-27 07:21:43 +00:00
2008-10-27 07:21:43 +00:00
2008-10-29 02:55:04 +00:00
2008-05-15 17:38:50 +00:00
2008-06-24 02:41:04 +00:00
2008-09-15 23:28:39 +00:00
2008-09-07 20:24:24 +00:00
2008-10-30 09:23:31 +00:00
2008-10-30 19:21:07 +00:00
2008-06-27 07:34:53 +00:00
2008-10-22 12:51:29 +00:00
2008-11-04 17:08:15 +00:00
2008-11-14 13:05:18 +00:00
2008-08-20 22:48:55 +00:00
2008-10-18 15:51:35 +00:00
2008-10-25 18:34:41 +00:00
2008-11-15 08:54:12 +00:00
2008-07-15 18:15:18 +00:00
2008-06-12 03:56:20 +00:00
2008-10-05 19:01:53 +00:00
2008-06-10 21:56:13 +00:00