comparison lisp/ChangeLog @ 103533:46f4be5fa83d

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 22 Jun 2009 21:09:25 +0000
parents f2d61cf08aac
children 56d811ed9b46
comparison
equal deleted inserted replaced
103532:898b2151d69f 103533:46f4be5fa83d
1 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.1.16.
4
5 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
6
7 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
8 when a loading of a package fails. Completion function for rsync
9 is `tramp-completion-function-alist-ssh'.
10 (all): Replace all calls of `split-string' and
11 `tramp-split-string' by `tramp-compat-split-string'.
12 (tramp-default-method): Use `tramp-compat-process-running-p'.
13 (tramp-default-proxies-alist): Allow also Lisp forms.
14 (tramp-remote-path): Add choice "Private Directories".
15 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed"
16 option.
17 (tramp-domain-regexp): Allow also "-", "_" and ".".
18 (tramp-end-of-output): Remove newlines, and add "$" at the end.
19 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
20 (tramp-debug-message): Insert header line in debug buffer.
21 (tramp-handle-directory-files-and-attributes-with-stat): Care
22 about filenames with spaces, or starting with "-".
23 (tramp-handle-dired-uncache): New defun.
24 (tramp-handle-insert-directory): Don't flush the directory from
25 cache, this is handled by `dired-uncache' now.
26 (tramp-handle-insert-file-contents): Improve error handling.
27 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
28 Quote `tramp-end-of-output'.
29 (tramp-action-password): Improve trace message.
30 (tramp-check-for-regexp): Both echoes must be present, before
31 removing.
32 (tramp-open-connection-setup-interactive-shell): Trace coding
33 system.
34 (tramp-compute-multi-hops): Eval cons cells of
35 `tramp-default-proxies-alist'.
36 (tramp-maybe-open-connection): Use the same command pattern for
37 first hop and further hops.
38 (tramp-wait-for-output): Remove handling of newlines.
39 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
40 (tramp-split-string): Remove function. It is handled in
41 tramp-compat now.
42
43 * net/tramp-cmds.el (tramp-bug): Recommend
44 `tramp-cleanup-all-connections' in the bug mail.
45
46 * net/tramp-compat.el (tramp-compat-split-string)
47 (tramp-compat-process-running-p): New defuns.
48
49 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
50 for `dired-uncache'.
51
52 * net/tramp-gvfs.el: New package.
53
54 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add
55 handler for `dired-uncache'.
56 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
57
58 * net/trampver.el: Update release number. Make version check fit
59 for SXEmacs 22.
60
1 2009-06-22 Jim Meyering <meyering@redhat.com> 61 2009-06-22 Jim Meyering <meyering@redhat.com>
2 62
3 Automatically handle .xz suffix (XZ-compressed files), too. 63 Automatically handle .xz suffix (XZ-compressed files), too.
4 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz. 64 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
5 XZ is the successor to LZMA: <http://tukaani.org/xz/> 65 XZ is the successor to LZMA: <http://tukaani.org/xz/>