diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e071cbc43bb..1177e458b83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,46 @@ | |||
| 1 | 2010-04-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | Synchronize with Tramp repository. | ||
| 4 | |||
| 5 | * net/tramp.el (tramp-completion-function-alist) | ||
| 6 | (tramp-file-name-regexp, tramp-chunksize) | ||
| 7 | (tramp-local-coding-commands, tramp-remote-coding-commands): Fix | ||
| 8 | docstring. | ||
| 9 | (tramp-remote-process-environment): Use `format' instead of | ||
| 10 | `concat'. | ||
| 11 | (tramp-handle-directory-files-and-attributes) | ||
| 12 | (tramp-get-remote-path): Use `copy-tree'. | ||
| 13 | (tramp-handle-file-name-all-completions): Backward/ XEmacs | ||
| 14 | compatibility: Use `completion-ignore-case' if | ||
| 15 | `read-file-name-completion-ignore-case' does not exist. | ||
| 16 | (tramp-do-copy-or-rename-file-directly): Do not use | ||
| 17 | `tramp-handle-file-remote-p'. | ||
| 18 | (tramp-do-copy-or-rename-file-out-of-band): Use | ||
| 19 | `tramp-compat-delete-directory'. | ||
| 20 | (tramp-do-copy-or-rename-file-out-of-band) | ||
| 21 | (tramp-compute-multi-hops, tramp-maybe-open-connection): Use | ||
| 22 | `format-spec-make'. | ||
| 23 | (tramp-find-foreign-file-name-handler) | ||
| 24 | (tramp-advice-make-auto-save-file-name) | ||
| 25 | (tramp-set-auto-save-file-modes): Remove superfluous check for | ||
| 26 | `stringp'. This is done inside `tramp-tramp-file-p'. | ||
| 27 | (tramp-debug-outline-regexp): New defconst. | ||
| 28 | (tramp-get-debug-buffer): Use it. | ||
| 29 | (tramp-check-for-regexp): Use (forward-line 1). | ||
| 30 | (tramp-set-auto-save-file-modes): Adapt version check. | ||
| 31 | |||
| 32 | * net/tramp-compat.el (tramp-advice-file-expand-wildcards): Wrap | ||
| 33 | call of `featurep' for 2nd argument. | ||
| 34 | (tramp-compat-make-temp-file): Simplify fallback implementation. | ||
| 35 | (tramp-compat-copy-tree): Remove function. | ||
| 36 | (tramp-compat-delete-directory): Provide implementation for older | ||
| 37 | Emacsen. | ||
| 38 | |||
| 39 | * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes): | ||
| 40 | Do not use `tramp-fish-handle-file-attributes. | ||
| 41 | |||
| 42 | * net/trampver.el: Update release number. | ||
| 43 | |||
| 1 | 2010-04-10 Glenn Morris <rgm@gnu.org> | 44 | 2010-04-10 Glenn Morris <rgm@gnu.org> |
| 2 | 45 | ||
| 3 | * progmodes/compile.el (compilation-save-buffers-predicate): | 46 | * progmodes/compile.el (compilation-save-buffers-predicate): |