diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a009176c98a..533f9ebef12 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2007-10-27 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp. | ||
| 4 | (tramp-get-remote-tmpdir): New defun. | ||
| 5 | (tramp-make-tramp-temp-file): Use it. | ||
| 6 | (tramp-local-call-process): New defun. Replace all calls of | ||
| 7 | `call-process' by this when appropriate. | ||
| 8 | (tramp-handle-write-region): Replace calls of `file-attributes' by | ||
| 9 | `tramp-compat-file-attributes'. | ||
| 10 | (tramp-find-shell, tramp-open-connection-setup-interactive-shell): | ||
| 11 | Make the first command a `tramp-send-command' call, with let-bind | ||
| 12 | of `tramp-end-of-output'. | ||
| 13 | (tramp-version, tramp-bug, tramp-reporter-dump-variable) | ||
| 14 | (tramp-load-report-modules, tramp-append-tramp-buffers): Move to | ||
| 15 | tramp-cmds.el. | ||
| 16 | |||
| 17 | * net/tramp-fish.el (tramp-fish-handle-copy-file) | ||
| 18 | (tramp-fish-do-copy-or-rename-file) | ||
| 19 | (tramp-fish-do-copy-or-rename-file-directly): | ||
| 20 | * net/tramp-smb.el (tramp-smb-handle-copy-file): | ||
| 21 | Add parameter PRESERVE-UID-GID. | ||
| 22 | |||
| 1 | 2007-10-27 Eli Zaretskii <eliz@gnu.org> | 23 | 2007-10-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 24 | ||
| 3 | * time.el (zoneinfo-style-world-list, legacy-style-world-list): | 25 | * time.el (zoneinfo-style-world-list, legacy-style-world-list): |