summaryrefslogtreecommitdiff
path: root/lisp/net
Commit message (Collapse)AuthorAgeFilesLines
* (ange-ftp-send-cmd): Call fix-name-func forGerd Moellmann2001-10-271-2/+2
| | | | `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
* (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):Stefan Monnier2001-10-131-36/+46
| | | | | | | | | | | Use with-current-buffer. (ange-ftp-cd): New arg `noerror' to prevent signalling an error. (ange-ftp-send-cmd): If a `cd' is used (because of a space in the filename), catch any error that occurs in `ange-ftp-cd'. If an error happened, don't bother sending `cmd' at all. Fix a parenthesis typo. (ange-ftp-write-region): Don't blindly use binary if the remote host is unix-like.
* (ange-ftp-copy-files-async): New function forSam Steingold2001-10-121-0/+26
| | | | asynchronous multiple file copying.
* (goto-address-mail-regexp): Allow + in username.Stefan Monnier2001-10-111-1/+2
|
* Change ;;; to ;; for outline-minor-mode.Gerd Moellmann2001-10-051-7/+7
|
* (ange-ftp-skip-msgs): Add 227 and 228 for LongAndreas Schwab2001-10-021-1/+1
| | | | and Extended Passive Mode, resp.
* Add Keywords header. From Pavel Janik.Eli Zaretskii2001-08-261-0/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-166-17/+23
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-165-3/+7
|
* (remote-compile): Use make-local-variable.Stefan Monnier2001-07-161-4/+3
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-152-5/+5
|
* (ange-ftp-file-modtime): Check a 213 responseGerd Moellmann2001-07-091-2/+6
| | | | | | from the server for the format we expect. Don't use it if it doesn't look like what the Internet draft for FTP extensions specifies.
* (ange-ftp-file-modtime): Ignore 226 responsesGerd Moellmann2001-07-061-10/+21
| | | | | from the server. Call encode-time only when we are sure that we got a 213 response.
* (browse-url-default-windows-browser): SupportEli Zaretskii2001-07-031-2/+6
| | | | | | the MS-DOS port when it runs on Windows. (browse-url-browser-function) [ms-dos]: Default to browse-url-default-windows-browser.
* (quickurl-url-file): Run through convert-standard-filename.Eli Zaretskii2001-06-171-5/+6
| | | | | (quickurl-list-populate-buffer): Add help-echo to mouse-highlighted text. (top level): Update Dave's URL.
* (ange-ftp-fix-name-for-vms): Reverse args ofGerd Moellmann2001-05-181-2/+10
| | | | | | | subst-char-in-string. (ange-ftp-after-parse-ls-hook): New variable. (ange-ftp-ls): Run that hook. From Peter Milliken <Peter.Milliken@GTECH.COM>.
* (goto-address-at-point): Deal with URLsGerd Moellmann2001-05-181-1/+6
| | | | part of which look like email addresses.
* (browse-url-browser-function): Add kde.Gerd Moellmann2001-05-181-0/+22
| | | | | (browse-url-kde-program, browse-url-kde-args): New variables. (browse-url-kde): New function.
* (ange-ftp-write-region): Make sure to record theGerd Moellmann2001-05-171-4/+6
| | | | | last coding system used before calling set-buffer-modified-p because that function changes last-coding-system.
* (browse-url-filename-alist): Allow UNC fileGerd Moellmann2001-05-101-1/+2
| | | | | names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
* Instead of defining line-beginning-position andGerd Moellmann2001-04-231-3/+15
| | | | | | | | | line-end-position a defalias is used for point-at-bol and point-at-eol. Added XEmacs compatibility code. (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
* (browse-url-new-window-flag): Renamed fromGerd Moellmann2001-04-181-30/+31
| | | | browse-url-new-window-p.
* Update copyright notice.Gerd Moellmann2001-02-201-0/+2
|
* (eudc-server, eudc-protocol): Fix :type.Dave Love2001-01-171-2/+3
|
* (browse-url-filename-alist): Avoid backquoteDave Love2001-01-021-4/+5
| | | | read syntax.
* Commentry change, I've moved my web site.Gerd Moellmann2000-12-211-2/+1
|
* (ldap) <defgroup>: Add :version.Dave Love2000-11-271-0/+1
|
* (ange-ftp-file-modtime): Don't use `caddr'.Miles Bader2000-11-161-2/+2
|
* (ange-ftp-file-writable-p)Gerd Moellmann2000-11-161-13/+16
| | | | | (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind ange-ftp-process-verbose to nil.
* (eudc-bob-can-display-inline-images): UseDave Love2000-11-151-19/+19
| | | | | | | display-graphic-p. (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound and that JPEG is available. (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
* (browse-url-browser-function): UpdateDave Love2000-11-121-1/+1
| | | | :version.
* (browse-url-browser-function): Use it.Dave Love2000-10-071-1/+5
|
* (browse-url-gnome-moz-arguments): New option.Dave Love2000-10-071-2/+31
| | | | | (browse-url-gnome-moz): New function. Suggested by Colin Walters <walters@cis.ohio-state.edu>.
* (eudc): Add :version, :link.Dave Love2000-10-061-31/+33
|
* (nslookup-prompt-regexp, ftp-prompt-regexp)Miles Bader2000-10-061-80/+44
| | | | | | | | | | | | | | | | (smbclient-prompt-regexp): Add usage note to doc string. (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed. (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'. Use add-hook for adding the comint filter function, and only do so if it's not already in the global hook list. (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls to `make-local-variable'. (nslookup-font-lock-keywords): Remove prompt entry. (nslookup): Don't set the process-filter. (finger): Exit the loop correctly when the regexps list runs out. (ftp, smbclient, smbclient-list-shares): Set the real major mode immediately, not after execing. Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
* (nslookup-font-lock-keywords, ftp-font-lock-keywords,Peter Breton2000-10-051-37/+34
| | | | | smbclient-font-lock-keywords): Ignore value of window-system; always define the keywords
* * net/net-utils.el (nslookup-font-lock-keywords,Peter Breton2000-10-041-106/+131
| | | | | | | ftp-font-lock-keywords, smbclient-font-lock-keywords): Only set if window-system is non-nil (net-utils-run-program): Returns buffer. (network-connection-reconnect): Added this function.
* (browse-url-file-url): Check for null maps.Sam Steingold2000-09-261-9/+4
|
* (browse-url-filename-alist): Use , not ,@ to add DOS/Windows specific ↵Jason Rumney2000-09-121-1/+1
| | | | association.
* Don't require browse-url. Require thingatpt.Dave Love2000-08-161-39/+29
| | | | | | | | | | | (goto-address-fontify-p, goto-address-highlight-p) (goto-address-url-face, goto-address-url-mouse-face) (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. (goto-address-url-regexp): Use thing-at-point-url-regexp. (goto-address-fontify, goto-address-at-mouse): Simplify, (goto-address-at-point): browse-url-url-at-point, goto-address-find-address-at-point can return nil. (goto-address-find-address-at-point): Return nil on failure.
* (browse-url-filename-alist): Add a clause forDave Love2000-08-151-47/+38
| | | | | | | | | Doze and Dog. (browse-url): Use dolist, not mapcar. (browse-url-at-point): Check for null url. (browse-url-event-buffer, browse-url-event-point): Functions deleted. (browse-url-at-mouse, browse-url-netscape): Simplify.
* (nslookup-font-lock-keywords): Don't condition font lock supportEli Zaretskii2000-08-011-36/+33
| | | | | on window-system. (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
* Ange-ftp handles the output of the w32-style clientsSam Steingold2000-07-281-1/+5
|
* use float-timeSam Steingold2000-07-261-12/+18
|
* Get modtime over the netSam Steingold2000-07-251-269/+272
|
* (goto-address-fontify): Don't bother with buffer-modified and read-onlyDave Love2000-07-201-14/+11
| | | | | stuff -- irrelevant with overlays. Put an extra property on the overlays and use it to clean up in case goto-address is re-run.
* Change maintainer to FSF.Gerd Moellmann2000-07-181-0/+1
|
* Change maintainer address.Dave Love2000-07-131-3/+2
|
* ignore *.elcSam Steingold2000-06-191-0/+1
|
* (goto-address-fontify): Use keymap property, not local-map.Dave Love2000-06-151-7/+7
|