| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (read-file-name-internal): Remove the `ange-ftp' property. | Stefan Monnier | 2002-05-24 | 1 | -3/+0 |
| | | | | | (ange-ftp-real-read-file-name-internal): Remove. | ||||
| * | (ange-ftp-allow-child-lookup): Re-enable since | Stefan Monnier | 2002-05-21 | 1 | -27/+20 |
| | | | | | | the last patch works around the wu-ftpd misfeature that prompted the disabling of this optimization. | ||||
| * | (ange-ftp-generate-root-prefixes) | Stefan Monnier | 2002-05-20 | 1 | -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ík | 2002-05-12 | 1 | -2/+2 |
| | | | | | (ange-ftp-passive-host-alist): Change :version attributes to be strings. | ||||
| * | Change all post-21.1 :version attributes to 21.4. | Eli Zaretskii | 2002-05-12 | 1 | -1/+1 |
| | | |||||
| * | (ldap-search-internal): Unfold folded lines before parsing. | Pavel Janík | 2002-05-12 | 1 | -0/+4 |
| | | |||||
| * | (ange-ftp-re-read-dir): Don't hide it behind the autoload-cookie. | Markus Rost | 2002-05-07 | 1 | -2/+3 |
| | | | | | Remove comment. | ||||
| * | (zone-mode): Add write-file-hooks hook locally. | Richard M. Stallman | 2002-04-30 | 1 | -1/+1 |
| | | |||||
| * | (ange-ftp-passive-host-alist) | Richard M. Stallman | 2002-04-29 | 1 | -4/+4 |
| | | | | | (ange-ftp-bs2000-additional-pubsets): Fix custom type. | ||||
| * | New file. | Richard M. Stallman | 2002-04-24 | 1 | -0/+128 |
| | | |||||
| * | Put * in user option doc strings. | Richard M. Stallman | 2002-03-18 | 1 | -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 Bader | 2002-03-14 | 1 | -12/+3 |
| | | |||||
| * | (rlogin-carriage-filter): Function removed. | Miles Bader | 2002-03-14 | 1 | -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. Stallman | 2002-03-08 | 1 | -2/+7 |
| | | | | | Use --noraise rather than --no-raise. Don't use -x. | ||||
| * | Require tempo when compiling to prevent warnings. Update copyright notice. | Pavel Janík | 2002-03-04 | 1 | -1/+4 |
| | | |||||
| * | (browse-url-maybe-new-window): Reverse the sense of the comparison, | Eli Zaretskii | 2002-02-19 | 1 | -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's | Eli Zaretskii | 2002-02-08 | 1 | -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. Stallman | 2002-01-22 | 1 | -1/+2 |
| | | |||||
| * | (ange-ftp-bs2000-posix-hook-installed): Move defvar up. | Richard M. Stallman | 2002-01-22 | 1 | -1/+3 |
| | | |||||
| * | Added support for BS2000, and for raw ftp | Richard M. Stallman | 2002-01-20 | 1 | -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. Stallman | 2002-01-17 | 1 | -2/+2 |
| | | | | | (ange-ftp-get-process): Pass that arg. | ||||
| * | (telnet-simple-send): Fix previous change. | Richard M. Stallman | 2002-01-17 | 1 | -1/+1 |
| | | |||||
| * | (ldap-ldapsearch-prog): Default to OpenLDAP version 2 ldapsearch. | Pavel Janík | 2002-01-16 | 1 | -7/+2 |
| | | |||||
| * | New maintainer. Change author's address. | Pavel Janík | 2002-01-16 | 1 | -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ík | 2002-01-16 | 1 | -15/+5 |
| | | | | | Minor coding style fixes. | ||||
| * | New maintainer. Change author's address. | Pavel Janík | 2002-01-16 | 1 | -3/+4 |
| | | | | | (eudc-attribute-display-method-alist): Display mail with eudc-display-mail. | ||||
| * | New maintainer. Change author's address. | Pavel Janík | 2002-01-16 | 4 | -10/+10 |
| | | |||||
| * | New maintainer. Change author's address. | Pavel Janík | 2002-01-16 | 1 | -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 Monnier | 2002-01-14 | 1 | -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ík | 2002-01-13 | 2 | -2/+2 |
| | | |||||
| * | (browse-url-grail): Use browse-url-maybe-new-window. | Richard M. Stallman | 2002-01-13 | 1 | -1/+1 |
| | | |||||
| * | (telnet-simple-send): Handle comint-input-sender-no-newline like | Richard M. Stallman | 2002-01-13 | 1 | -1/+4 |
| | | | | | comint-simple-send. | ||||
| * | New maintainer. New e-mail address of the author. | Pavel Janík | 2002-01-08 | 2 | -5/+5 |
| | | |||||
| * | (ldap-search-internal): Skip error message from ldapsearch. Allow listing | Pavel Janík | 2002-01-06 | 1 | -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ík | 2002-01-06 | 1 | -2/+2 |
| | | |||||
| * | (top-level): Revert previous change. | Pavel Janík | 2002-01-06 | 1 | -3/+3 |
| | | |||||
| * | Fix Keywords: header. | Pavel Janík | 2002-01-06 | 7 | -7/+7 |
| | | |||||
| * | Fix typo. | Pavel Janík | 2002-01-06 | 1 | -1/+1 |
| | | |||||
| * | (nslookup-font-lock-keywords): Defvar font-lock variables to prevent | Pavel Janík | 2002-01-06 | 1 | -117/+66 |
| | | | | | | warning from byte-compiler. Add Keyword to actually get listed in finder. | ||||
| * | Remove unnecessary whitespaces. | Pavel Janík | 2002-01-06 | 6 | -64/+63 |
| | | |||||
| * | (top-level): Use eudc-xemacs-p instead of string-match on emacs-version | Pavel Janík | 2002-01-06 | 1 | -122/+115 |
| | | | | | again. | ||||
| * | (eudc-attribute-display-method-alist): Use proper attribute name labeledUri | Pavel Janík | 2002-01-05 | 1 | -1/+1 |
| | | | | | instead of deprecated labeledUrl. | ||||
| * | Doc fix. | Pavel Janík | 2002-01-05 | 1 | -1/+1 |
| | | |||||
| * | (eudc-bob-can-display-inline-images) | Pavel Janík | 2002-01-05 | 1 | -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ík | 2002-01-05 | 1 | -2/+2 |
| | | |||||
| * | (eudc-external-viewers): Do not use xv, it is not free. | Pavel Janík | 2002-01-05 | 1 | -3/+2 |
| | | |||||
| * | (ldap-search-internal): Make the buffer unibyte. | Pavel Janík | 2002-01-05 | 1 | -2/+3 |
| | | | | | Use buffer-string instead of buffer-substring for the whole buffer. | ||||
| * | Doc fix. | Pavel Janík | 2002-01-04 | 1 | -1/+1 |
| | | |||||
| * | (ldap-host-parameters-alist): Remove duplicated entry. | Pavel Janík | 2002-01-04 | 1 | -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ík | 2002-01-03 | 1 | -0/+3 |
| | | |||||