aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (read-file-name-internal): Remove the `ange-ftp' property.Stefan Monnier2002-05-241-3/+0
| | | | (ange-ftp-real-read-file-name-internal): Remove.
* (ange-ftp-allow-child-lookup): Re-enable sinceStefan Monnier2002-05-211-27/+20
| | | | | the last patch works around the wu-ftpd misfeature that prompted the disabling of this optimization.
* (ange-ftp-generate-root-prefixes)Stefan Monnier2002-05-201-10/+11
| | | | | (ange-ftp-file-name-completion): Don't cons unnecessarily. (ange-ftp-send-cmd): Always `cd' before doing `ls'.
* (ange-ftp-try-passive-mode)Pavel Janík2002-05-121-2/+2
| | | | (ange-ftp-passive-host-alist): Change :version attributes to be strings.
* Change all post-21.1 :version attributes to 21.4.Eli Zaretskii2002-05-121-1/+1
|
* (ldap-search-internal): Unfold folded lines before parsing.Pavel Janík2002-05-121-0/+4
|
* (ange-ftp-re-read-dir): Don't hide it behind the autoload-cookie.Markus Rost2002-05-071-2/+3
| | | | Remove comment.
* (zone-mode): Add write-file-hooks hook locally.Richard M. Stallman2002-04-301-1/+1
|
* (ange-ftp-passive-host-alist)Richard M. Stallman2002-04-291-4/+4
| | | | (ange-ftp-bs2000-additional-pubsets): Fix custom type.
* New file.Richard M. Stallman2002-04-241-0/+128
|
* Put * in user option doc strings.Richard M. Stallman2002-03-181-24/+29
| | | | | | | | (browse-url-mosaic-pidfile): New variable. (browse-url-mosaic): Use it. (browse-url-filename-alist): Don't begin docstring with *, you don't want to set this one with M-x set-variable.
* (rlogin-mode): Use `define-derived-mode'.Miles Bader2002-03-141-12/+3
|
* (rlogin-carriage-filter): Function removed.Miles Bader2002-03-141-37/+5
| | | | | (rlogin): Don't install the `rlogin-carriage-filter' filter, as comint removes carriage returns itself now.
* (browse-url-galeon): Specify --existing for an existing window.Richard M. Stallman2002-03-081-2/+7
| | | | Use --noraise rather than --no-raise. Don't use -x.
* Require tempo when compiling to prevent warnings. Update copyright notice.Pavel Janík2002-03-041-1/+4
|
* (browse-url-maybe-new-window): Reverse the sense of the comparison,Eli Zaretskii2002-02-191-1/+1
| | | | to match the doc strings of functions that use this macro.
* (ange-ftp-process-handle-line, ange-ftp-set-xfer-size): If the file'sEli Zaretskii2002-02-081-5/+9
| | | | size is a float, divide by 1024 instead of using ash.
* (ange-ftp-canonize-filename): Avoid duplicate slash if DIR is just slash.Richard M. Stallman2002-01-221-1/+2
|
* (ange-ftp-bs2000-posix-hook-installed): Move defvar up.Richard M. Stallman2002-01-221-1/+3
|
* Added support for BS2000, and for raw ftpRichard M. Stallman2002-01-201-12/+373
| | | | | | | | | | | | | | | | | | | | | | | | | | login commands (needed in some circumstances). (ange-ftp-raw-login): New custom var. (ange-ftp-normal-login): Perform login with raw ftp commands, if ange-ftp-raw-login is set and account password is needed. (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts. (ange-ftp-bs2000-filename-pubset-regexp) (ange-ftp-bs2000-filename-username-regexp) (ange-ftp-bs2000-filename-prefix-regexp) (ange-ftp-bs2000-name-template): New consts. (ange-ftp-bs2000-short-filename-regexp) (ange-ftp-bs2000-fix-name-regexp-reverse) (ange-ftp-bs2000-fix-name-regexp): New consts. (ange-ftp-bs2000-special-prefix): New custom var. (ange-ftp-fix-name-for-bs2000) (ange-ftp-fix-dir-name-for-bs2000): New funs. (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp) (ange-ftp-bs2000-posix-hook-installed): New vars. (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing) (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host) (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs. (ange-ftp-bs2000-filename-regexp): New const. (ange-ftp-bs2000-additional-pubsets): New custom var. (ange-ftp-bs2000-cd-to-posix): New fun.
* (ange-ftp-passive-mode): New arg PROC.Richard M. Stallman2002-01-171-2/+2
| | | | (ange-ftp-get-process): Pass that arg.
* (telnet-simple-send): Fix previous change.Richard M. Stallman2002-01-171-1/+1
|
* (ldap-ldapsearch-prog): Default to OpenLDAP version 2 ldapsearch.Pavel Janík2002-01-161-7/+2
|
* New maintainer. Change author's address.Pavel Janík2002-01-161-33/+18
| | | | | | | | | (eudc-pre-select-window-configuration, eudc-insertion-marker): Variables removed. (eudc-insert-selected): Function removed. (eudc-select): Reimplemented. (eudc-expand-inline): Delete the strings only after its expansion is chosen not before.
* (eudc-ph-open-session): Remove XEmacs case.Pavel Janík2002-01-161-15/+5
| | | | Minor coding style fixes.
* New maintainer. Change author's address.Pavel Janík2002-01-161-3/+4
| | | | (eudc-attribute-display-method-alist): Display mail with eudc-display-mail.
* New maintainer. Change author's address.Pavel Janík2002-01-164-10/+10
|
* New maintainer. Change author's address.Pavel Janík2002-01-161-19/+22
| | | | | | (eudc-bob-mail-keymap): New keymap for e-mail addresses. (eudc-display-mail): New function. (eudc-bob-play-sound-at-point): Remove XEmacs case.
* (ange-ftp-root-dir-p): New function.Stefan Monnier2002-01-141-12/+15
| | | | | | | (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion): Use it. (ange-ftp-hook-function): Preserve match-data. (ange-ftp-insert-directory): Typo. (ange-ftp-shell-command): Check if regexp matched.
* Fix typo.Pavel Janík2002-01-132-2/+2
|
* (browse-url-grail): Use browse-url-maybe-new-window.Richard M. Stallman2002-01-131-1/+1
|
* (telnet-simple-send): Handle comint-input-sender-no-newline likeRichard M. Stallman2002-01-131-1/+4
| | | | comint-simple-send.
* New maintainer. New e-mail address of the author.Pavel Janík2002-01-082-5/+5
|
* (ldap-search-internal): Skip error message from ldapsearch. Allow listingPavel Janík2002-01-061-7/+13
| | | | attribute names only. Do not open non-existent files.
* (eudc-ldap-get-field-list): Do not try to call non-existent function.Pavel Janík2002-01-061-2/+2
|
* (top-level): Revert previous change.Pavel Janík2002-01-061-3/+3
|
* Fix Keywords: header.Pavel Janík2002-01-067-7/+7
|
* Fix typo.Pavel Janík2002-01-061-1/+1
|
* (nslookup-font-lock-keywords): Defvar font-lock variables to preventPavel Janík2002-01-061-117/+66
| | | | | warning from byte-compiler. Add Keyword to actually get listed in finder.
* Remove unnecessary whitespaces.Pavel Janík2002-01-066-64/+63
|
* (top-level): Use eudc-xemacs-p instead of string-match on emacs-versionPavel Janík2002-01-061-122/+115
| | | | again.
* (eudc-attribute-display-method-alist): Use proper attribute name labeledUriPavel Janík2002-01-051-1/+1
| | | | instead of deprecated labeledUrl.
* Doc fix.Pavel Janík2002-01-051-1/+1
|
* (eudc-bob-can-display-inline-images)Pavel Janík2002-01-051-5/+6
| | | | | | | (eudc-bob-display-jpeg): Use fboundp instead of boundp. (eudc-bob-save-object): Make the buffer unibyte. (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the object to external program.
* (eudc-edit-hotlist): Avoid error when editing an empty hotlist.Pavel Janík2002-01-051-2/+2
|
* (eudc-external-viewers): Do not use xv, it is not free.Pavel Janík2002-01-051-3/+2
|
* (ldap-search-internal): Make the buffer unibyte.Pavel Janík2002-01-051-2/+3
| | | | Use buffer-string instead of buffer-substring for the whole buffer.
* Doc fix.Pavel Janík2002-01-041-1/+1
|
* (ldap-host-parameters-alist): Remove duplicated entry.Pavel Janík2002-01-041-156/+148
| | | | | | (ldap-ignore-attribute-codings): Change the default value to allow encoding/decoding of attributes. (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
* (ange-ftp-shell-command): Remove port specification from the hostname.Pavel Janík2002-01-031-0/+3
|