diff options
| author | Michael Albinus | 2015-03-04 11:02:36 +0100 |
|---|---|---|
| committer | Michael Albinus | 2015-03-04 11:02:36 +0100 |
| commit | 8ac08792a71e07bce0e62d93bed80553fbe95a40 (patch) | |
| tree | f881f335b598b400c2023e5441d851f208203b44 /lisp/ChangeLog | |
| parent | 5d9b1e100aa4ddb79471f7ec2347fdb65d6a9a70 (diff) | |
| download | emacs-8ac08792a71e07bce0e62d93bed80553fbe95a40.tar.gz emacs-8ac08792a71e07bce0e62d93bed80553fbe95a40.zip | |
Sync with Tramp upstream.
* net/tramp-cache.el (tramp-dump-connection-properties):
Use `with-temp-file'.
* net/tramp-sh.el (tramp-perl-file-attributes)
(tramp-perl-directory-files-and-attributes): Escape apostrophs in
file names.
(tramp-do-file-attributes-with-stat): Quote file name.
(tramp-sh-handle-directory-files-and-attributes): Fall back to
`tramp-handle-directory-files-and-attributes' in case of problems.
(tramp-do-directory-files-and-attributes-with-stat)
(tramp-sh-handle-file-name-all-completions)
(tramp-sh-handle-delete-directory)
(tramp-sh-handle-expand-file-name, tramp-sh-handle-process-file):
Normalize use of "cd".
(tramp-do-directory-files-and-attributes-with-stat): Use the
`quoting-style' arg of `ls' if possible. Make it also working for
file names with apostrophs.
(tramp-sh-handle-file-name-all-completions): Use arguments of `ls'
in proper order.
(tramp-do-copy-or-rename-file-via-buffer)
(tramp-sh-handle-file-local-copy): Use `with-temp-file'.
(tramp-get-remote-locale): Accept also \r in output.
(tramp-get-ls-command-with-quoting-style): New defun.
(tramp-get-inline-coding): Set `default-directory' to a local
directory. Sporadically, `call-process-region' does not handle a
remote default directory properly.
* net/tramp.el (tramp): Add :link property.
(tramp-login-prompt-regexp): Allow also "user", as required by
Fritz!Box telnet.
(tramp-autoload-file-name-handler): Use "/".
(tramp-handle-unhandled-file-name-directory): Return nil when
required by the spec.
* net/trampver.el: Update release number.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 60e2b50e5c4..8d7360f899c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,41 @@ | |||
| 1 | 2015-03-04 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp): Add :link property. | ||
| 4 | (tramp-login-prompt-regexp): Allow also "user", as required by | ||
| 5 | Fritz!Box telnet. | ||
| 6 | (tramp-autoload-file-name-handler): Use "/". | ||
| 7 | (tramp-handle-unhandled-file-name-directory): Return nil when | ||
| 8 | required by the spec. | ||
| 9 | |||
| 10 | * net/tramp-cache.el (tramp-dump-connection-properties): | ||
| 11 | Use `with-temp-file'. | ||
| 12 | |||
| 13 | * net/tramp-sh.el (tramp-perl-file-attributes) | ||
| 14 | (tramp-perl-directory-files-and-attributes): Escape apostrophs in | ||
| 15 | file names. | ||
| 16 | (tramp-do-file-attributes-with-stat): Quote file name. | ||
| 17 | (tramp-sh-handle-directory-files-and-attributes): Fall back to | ||
| 18 | `tramp-handle-directory-files-and-attributes' in case of problems. | ||
| 19 | (tramp-do-directory-files-and-attributes-with-stat) | ||
| 20 | (tramp-sh-handle-file-name-all-completions) | ||
| 21 | (tramp-sh-handle-delete-directory) | ||
| 22 | (tramp-sh-handle-expand-file-name, tramp-sh-handle-process-file): | ||
| 23 | Normalize use of "cd". | ||
| 24 | (tramp-do-directory-files-and-attributes-with-stat): Use the | ||
| 25 | `quoting-style' arg of `ls' if possible. Make it also working for | ||
| 26 | file names with apostrophs. | ||
| 27 | (tramp-sh-handle-file-name-all-completions): Use arguments of `ls' | ||
| 28 | in proper order. | ||
| 29 | (tramp-do-copy-or-rename-file-via-buffer) | ||
| 30 | (tramp-sh-handle-file-local-copy): Use `with-temp-file'. | ||
| 31 | (tramp-get-remote-locale): Accept also \r in output. | ||
| 32 | (tramp-get-ls-command-with-quoting-style): New defun. | ||
| 33 | (tramp-get-inline-coding): Set `default-directory' to a local | ||
| 34 | directory. Sporadically, `call-process-region' does not handle a | ||
| 35 | remote default directory properly. | ||
| 36 | |||
| 37 | * net/trampver.el: Update release number. | ||
| 38 | |||
| 1 | 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com> | 39 | 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com> |
| 2 | 40 | ||
| 3 | * textmodes/ispell.el (ispell-aspell-find-dictionary): Make sure | 41 | * textmodes/ispell.el (ispell-aspell-find-dictionary): Make sure |