aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
Commit message (Collapse)AuthorAgeFilesLines
...
* * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'Michael Albinus2009-06-241-2/+2
| | | | but `filename'.
* Trivial header format fixes.Glenn Morris2009-06-231-5/+7
|
* Add arch taglineMiles Bader2009-06-231-0/+1
|
* * net/trampver.el: Update release number. Make version check fitMichael Albinus2009-06-221-2/+2
| | | | for SXEmacs 22.
* * net/tramp-smb.el (tramp-smb-file-name-handler-alist): AddMichael Albinus2009-06-221-5/+7
| | | | | handler for `dired-uncache'. (tramp-smb-handle-file-local-copy): Cleanup in case of error.
* * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handlerMichael Albinus2009-06-221-1/+1
| | | | for `dired-uncache'.
* * net/tramp-compat.el (tramp-compat-split-string)Michael Albinus2009-06-221-0/+51
| | | | (tramp-compat-process-running-p): New defuns.
* * net/tramp-cmds.el (tramp-bug): RecommendMichael Albinus2009-06-221-1/+6
| | | | `tramp-cleanup-all-connections' in the bug mail.
* * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',Michael Albinus2009-06-221-174/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when a loading of a package fails. Completion function for rsync is `tramp-completion-function-alist-ssh'. (all): Replace all calls of `split-string' and `tramp-split-string' by `tramp-compat-split-string'. (tramp-default-method): Use `tramp-compat-process-running-p'. (tramp-default-proxies-alist): Allow also Lisp forms. (tramp-remote-path): Add choice "Private Directories". (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option. (tramp-domain-regexp): Allow also "-", "_" and ".". (tramp-end-of-output): Remove newlines, and add "$" at the end. (tramp-file-name-handler-alist): Add handler for `dired-uncache'. (tramp-debug-message): Insert header line in debug buffer. (tramp-handle-directory-files-and-attributes-with-stat): Care about filenames with spaces, or starting with "-". (tramp-handle-dired-uncache): New defun. (tramp-handle-insert-directory): Don't flush the directory from cache, this is handled by `dired-uncache' now. (tramp-handle-insert-file-contents): Improve error handling. (tramp-find-shell, tramp-open-connection-setup-interactive-shell): Quote `tramp-end-of-output'. (tramp-action-password): Improve trace message. (tramp-check-for-regexp): Both echoes must be present, before removing. (tramp-open-connection-setup-interactive-shell): Trace coding system. (tramp-compute-multi-hops): Eval cons cells of `tramp-default-proxies-alist'. (tramp-maybe-open-connection): Use the same command pattern for first hop and further hops. (tramp-wait-for-output): Remove handling of newlines. (tramp-get-remote-path): Handle also `tramp-own-remote-path'. (tramp-split-string): Remove function. It is handled in tramp-compat now.
* * net/tramp-gvfs.el: New package.Michael Albinus2009-06-221-0/+1185
|
* * net/tramp.el (tramp-do-copy-or-rename-file-directly): Make directMichael Albinus2009-06-071-15/+34
| | | | copy more robust, especially when "chown" is not applicable.
* * tramp.el (tramp-open-connection-setup-interactive-shell): ApplyMichael Albinus2009-06-061-0/+8
| | | | workaround for OpenSolaris bug.
* * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)Michael Albinus2009-04-241-2/+6
| | | | | | (tramp-handle-file-name-all-completions): Don't use "-b" as ls arg. It does not work on OpenBSD. Reported by Taylor Venable <[email protected]>.
* * net/rcirc.el (rcirc): Use correct property names (Bug#3037).Chong Yidong2009-04-181-3/+3
|
* browse-url.el (browse-url-filename-alist): Update :version for last change.Chong Yidong2009-04-161-1/+1
|
* * net/browse-url.el (browse-url-filename-alist): Correct fileChong Yidong2009-04-151-1/+1
| | | | URI (Bug#2922).
* newsticker: enable jump to virtual feedsUlf Jasper2009-04-151-4/+5
|
* * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache dataMichael Albinus2009-04-141-1/+1
| | | | of directory "".
* * net/tramp.el (tramp-handle-dired-recursive-delete-directory):Michael Albinus2009-04-141-5/+14
| | | | | | | | Fix an error in flushing cache data. (tramp-handle-process-file): Flush all file cache values for the connection, because the remote process could have changed them. Suggested by Stefan Monnier <[email protected]>. Handle QUIT.
* * tramp.el (tramp-do-copy-or-rename-file-directly): OverwriteMichael Albinus2009-04-121-7/+4
| | | | always the tmpfile. (Bug#2962).
* * net/tramp.el (tramp-file-name-handler-alist): AddMichael Albinus2009-04-091-1/+9
| | | | | `vc-registered'. (tramp-handle-vc-registered ): New defun. (Bug#1741).
* * tramp-cache.el (tramp-flush-directory-property): Use theMichael Albinus2009-04-091-1/+1
| | | | localname of KEY for check.
* * net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):Michael Albinus2009-04-051-1/+1
| | | | Use `tramp-default-file-modes'.
* * net/tramp.el (tramp-default-file-modes) New defun. Replace allMichael Albinus2009-04-051-7/+13
| | | | | | calls of `file-modes' by this. (tramp-handle-find-backup-file-name): Use `symbol-value' instead of `boundp'.
* * net/ange-ftp.el (ange-ftp-set-file-modes): New defun. ChangeMichael Albinus2009-04-051-4/+6
| | | | | | `ange-ftp' property of `set-file-modes' to `ange-ftp-set-file-modes'. (ange-ftp-call-chmod): Add error handling.
* * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.Michael Albinus2009-03-241-0/+1
|
* (ange-ftp-multi-msgs): Add 150-.Andreas Schwab2009-03-081-1/+1
|
* * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)Michael Albinus2009-02-261-1/+2
|
* (ange-ftp-insert-directory): Adapt switch manipulation to 2009-02-11Chong Yidong2009-02-231-1/+1
| | | | change to dired-add-entry (Bug#2410).
* * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.Juanma Barranquero2009-02-171-5/+5
|
* newsticker: offer deletion of old groups file.Ulf Jasper2009-02-161-1/+4
|
* newsticker: kill groups buffer after saving/loading.Ulf Jasper2009-02-091-3/+5
|
* newsticker: fix infinite recursion when moving to next new itemUlf Jasper2009-02-071-5/+7
|
* (rmail-buffer): Remove unneeded eval-when-compile.Glenn Morris2009-02-051-8/+10
| | | | | (rmail-narrow-to-non-pruned-header): Remove autoload. (mairix-rmail-fetch-field): Handle mbox Rmail.
* Merge from gnus--devo--0Miles Bader2009-02-052-20/+45
| | | | Revision: [email protected]/emacs--devo--0--patch-1537
* * net/tramp.el (tramp-read-passwd): Cached passwords shall still be used.Michael Albinus2009-02-011-7/+9
|
* * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.Michael Albinus2009-02-011-1/+3
|
* * net/trampver.el: Update release number.Michael Albinus2009-02-011-4/+4
|
* * net/tramp.el (tramp-process-actions, tramp-read-passwd): AllowMichael Albinus2009-01-291-16/+20
| | | | correction of passwords.
* * net/dbus.el (dbus-event-error-hooks): Fix docstring. DescribeMichael Albinus2009-01-281-2/+2
| | | | | second parameter of hook functions. (dbus-handle-event): Apply it.
* * net/dbus.el (dbus-event-error-hooks): New variable.Michael Albinus2009-01-261-0/+6
| | | | (dbus-handle-event): Use it.
* newsticker: Fixed next-new-or-immortal-feed even more.Ulf Jasper2009-01-241-18/+21
|
* newsticker: fixed bug#1710Ulf Jasper2009-01-231-3/+3
|
* newsticker: removed debugging message.Ulf Jasper2009-01-221-5/+1
|
* newsticker: fixed bug#1569Ulf Jasper2009-01-221-52/+91
|
* * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover alsoMichael Albinus2009-01-191-2/+4
| | | | IPv4 mapped IPv6 addresses.
* (goto-address-url-face): Change default value from `bold' to `link'.Juri Linkov2009-01-141-1/+1
|
* * net/tramp.el: Revert previous patch. `last-command-char' isMichael Albinus2009-01-091-2/+2
| | | | | used in code used only for XEmacs, where it is different from `last-command-event'.
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-2/+2
|
* Merge from gnus--devo--0Miles Bader2009-01-092-74/+145
| | | | Revision: [email protected]/emacs--devo--0--patch-1513