aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * net/tramp.el (top): Quote feature names. RemoveMichael Albinus2008-06-081-12/+12
| | | | | | | `tramp-rfn-eshadow-setup-minibuffer' from `rfn-eshadow-setup-minibuffer-hook' when unloading. (tramp-read-passwd): There is only one call to `auth-source-user-or-password' needed. Pacify byte compiler.
* Remove unnecessary eval-when-compiles and eval-and-compiles.Glenn Morris2008-06-071-4/+3
|
* Remove unnecessary eval-and-compile.Glenn Morris2008-06-071-5/+4
|
* Merge from gnus--devo--0Miles Bader2008-05-221-2/+4
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1172
* (top-level): Load auth-source when compiling.Glenn Morris2008-05-171-3/+4
|
* * net/tramp.el (tramp-handle-write-region): Fix check for shortMichael Albinus2008-05-161-3/+4
| | | | track. Reported by Glenn Morris <rgm@gnu.org>.
* * net/tramp.el: Load auth-source library.Michael Albinus2008-05-151-7/+24
| | | | | (tramp-read-passwd): Use it for password, not login. (tramp-file-name-for-operation): Add `make-temp-name'.
* * net/tramp.el (tramp-echo-mark): Update docstring.Michael Albinus2008-05-141-5/+14
| | | | | (tramp-echo-mark-marker): New defconst. (tramp-check-for-regexp): Use it.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-071-5/+4
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-0646-286/+208
|
* (dbus-call-method, dbus-register-signal)Dan Nicolaescu2008-05-051-4/+5
| | | | (dbus-debug): Move declarations outside eval-when-compile.
* * net/tramp.el (tramp-mode): New defcustom.Michael Albinus2008-04-281-27/+42
| | | | | | (tramp-file-name-handler, tramp-completion-file-name-handler): Use it. (tramp-replace-environment-variables): Handle "$$".
* * net/tramp.el (tramp-handle-make-symbolic-link)Michael Albinus2008-04-274-44/+69
| | | | | | | | | | | | | | | | (tramp-handle-file-name-directory) (tramp-handle-file-name-nondirectory, tramp-handle-file-truename) (tramp-do-copy-or-rename-file-directly) (tramp-handle-insert-directory, tramp-handle-expand-file-name) (tramp-handle-substitute-in-file-name) (tramp-handle-insert-file-contents, tramp-handle-write-region) * net/tramp-cache.el (tramp-get-file-property) (tramp-set-file-property, tramp-flush-file-property) (tramp-flush-directory-property) * net/tramp-cpmpat.el (tramp-compat-make-temp-file) * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Disable `file-name-handler-alist' when handling localname. It could have a remote file syntax, like a VMS file name.
* * net/tramp.el (tramp-replace-environment-variables): New defun.Michael Albinus2008-04-271-1/+15
| | | | | (tramp-handle-substitute-in-file-name, tramp-file-name-handler): Use it.
* * net/tramp.el (tramp-get-remote-stat): Test whether stat supportsMichael Albinus2008-04-241-3/+5
| | | | %s. Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
* (goto-address-prog-mode): Declare for compiler.Glenn Morris2008-04-241-0/+2
|
* Tom Tromey <tromey at redhat.com>Glenn Morris2008-04-241-37/+85
| | | | | | | (goto-address-unfontify): New function. (goto-address-fontify): Use it. Respect goto-address-prog-mode. (goto-address-fontify-region, goto-address-mode) (goto-address-prog-mode): New functions.
* Merge from gnus--devo--0Miles Bader2008-04-211-6/+6
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1118
* Add arch taglineMiles Bader2008-04-181-0/+2
|
* Move non-autoloaded define-obsolete-variable-alias calls forGlenn Morris2008-04-121-5/+5
| | | | defcustoms not in dumped files before the associated defcustom.
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-1029-29/+29
|
* * net/tramp.el (tramp-find-file-name-coding-system-alist): NewMichael Albinus2008-04-091-12/+40
| | | | | | defun. (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
* * net/zeroconf.el: New file.Michael Albinus2008-04-081-0/+675
|
* * net/tramp.el (tramp-methods): Fix again tramp-copy-args ofMichael Albinus2008-04-071-2/+2
| | | | "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
* Merge from gnus--devo--0Miles Bader2008-04-071-2/+10
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1110
* * outline.el (outline-mode-menu-bar-map):Dan Nicolaescu2008-04-041-70/+85
| | | | | | | | | | * term.el (terminal-signal-menu): Add :help. * net/eudc.el (eudc-mode-map): Declare and define in one step. (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help. * emacs-lisp/re-builder.el (reb-mode-map): * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
* (after-init-hook): Don't wrap a lambda aroundStefan Monnier2008-04-041-1/+1
| | | | tramp-register-completion-file-name-handler.
* (tramp-drop-volume-letter): Move definition before use.Glenn Morris2008-04-031-15/+15
|
* * net/tramp.el (tramp-make-tramp-temp-file): UseMichael Albinus2008-04-021-2/+3
| | | | `tramp-drop-volume-letter' for the local file name part.
* * net/tramp.el (tramp-do-copy-or-rename-file): Fix check forMichael Albinus2008-03-301-5/+4
| | | | overwriting when NEWNAME is a local file.
* * net/trampver.el: Update release number.Michael Albinus2008-03-301-2/+2
|
* * net/tramp-ftp.el: Require 'cl when byte-compiling.Michael Albinus2008-03-291-1/+5
|
* * net/trampver.el: Update release number.Michael Albinus2008-03-291-2/+2
|
* (dns-write): Use set-buffer-multibyte.Magnus Henoch2008-03-281-0/+1
|
* * tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and "psftp".Michael Albinus2008-03-211-2/+2
|
* Fix up encoding.Michael Albinus2008-03-212-2/+2
|
* Fix up encoding.Stefan Monnier2008-03-201-3/+3
|
* (open-tls-stream): Reindent.Reiner Steib2008-03-191-9/+9
|
* * net/tramp.el (tramp-let-maybe): Removed.Michael Albinus2008-03-191-30/+21
| | | | | | | | (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'. It does not exist under XEmacs. (tramp-handle-file-truename, tramp-handle-expand-file-name) (tramp-completion-file-name-handler): Let-bind `directory-sep-char'.
* * net/trampver.el: Move coding cookie at the end.Michael Albinus2008-03-191-1/+5
|
* * net/tramp-uu.el: Move coding cookie at the end.Michael Albinus2008-03-191-1/+5
|
* * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bindMichael Albinus2008-03-191-7/+7
| | | | `directory-sep-char'.
* (tramp-drop-volume-letter): Evaluate when compiling.Glenn Morris2008-03-191-6/+9
|
* Fix typos in comments.Juanma Barranquero2008-03-181-2/+2
|
* * net/tramp.el (tramp-root-regexp): Simplify.Michael Albinus2008-03-171-51/+41
| | | | | | | | | | | | | | | (tramp-completion-file-name-regexp-separate): Don't insist on leading "[". This prevents method or user or host completion. (tramp-let-maybe): Autoload it. (tramp-drop-volume-letter): Don't autoload. When not on W32, it is an alias for `identity'. (tramp-handle-write-region): Protect `last-coding-system-used' over the trailing statements. (tramp-completion-file-name-handler-post-function): Removed. (tramp-completion-file-name-handler): Let-bind `directory-sep-char' instead of calling `tramp-drop-volume-letter'. (top): Move coding cookie at the end.
* (tramp-completion-mode-p): Don't use char-equal forStefan Monnier2008-03-171-8/+8
| | | | elements which may be something else than characters.
* * tramp.el (tramp-root-regexp): New defconst.Michael Albinus2008-03-151-51/+60
| | | | | | | | | | | | | | | (tramp-completion-file-name-regexp-unified) (tramp-completion-file-name-regexp-separate) (tramp-completion-file-name-regexp-url): Use it. (tramp-do-copy-or-rename-file-via-buffer): Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to t for `insert-file-contents-literally'. (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'. Autoload it. (tramp-completion-file-name-handler-post-function): New defconst. (tramp-completion-file-name-handler): Use it. (tramp-maybe-open-connection): Update calls to `tramp-flush-connection-property' for removed 2nd argument.
* *** empty log message ***Michael Albinus2008-03-151-2/+2
|
* (browse-url-text-xterm): Unquote browse-url-text-browser.Johan Bockgård2008-03-131-1/+1
|
* (dns-read-string-name, dns-read, dns-read-type, query-dns):Stefan Monnier2008-03-121-147/+147
| | | | Use set-buffer-multibyte rather than set default-enable-multibyte-characters.