diff options
| author | Michael Albinus | 2007-10-03 10:54:03 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-10-03 10:54:03 +0000 |
| commit | 94be87e8b7d72e300ff8273fa117672ea09ed08a (patch) | |
| tree | 787464f30fc7b8ea310d645b238a7bb63628aee0 /lisp/ChangeLog | |
| parent | e330de44833fd8061df4506a5c8dae76d23d897e (diff) | |
| download | emacs-94be87e8b7d72e300ff8273fa117672ea09ed08a.tar.gz emacs-94be87e8b7d72e300ff8273fa117672ea09ed08a.zip | |
* net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
(tramp-file-name-handler-alist): Add
`tramp-handle-insert-file-contents-literally'. Neded for XEmacs.
(tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
used before, creates the file already, which is not desired.
(tramp-do-copy-or-rename-file-directly): Simplify handling of
temporary file.
(tramp-handle-insert-file-contents): Assign the result in the
short track case.
(tramp-handle-insert-file-contents-literally): New defun.
(tramp-completion-mode-p): Revert change from 2007-09-24.
Checking for `return' etc as last character is not sufficient, for
example in dired-mode when entering <g> (revert-buffer) or
<s> (dired-sort).
* net/tramp-compat.el (top): Add also compatibility code for loading
appropriate timer package.
(tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
order to avoid autoloading problems.
* net/tramp-fish.el:
* net/tramp-smb.el: Move further compatibility code to
tramp-compat.el.
* net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
where the second parameter of `copy-file' or `rename-file' is a
remote file but not via ftp.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b678d5d8eec..fa2826b4ed7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2007-10-03 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'. | ||
| 4 | (tramp-file-name-handler-alist): Add | ||
| 5 | `tramp-handle-insert-file-contents-literally'. Neded for XEmacs. | ||
| 6 | (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file', | ||
| 7 | used before, creates the file already, which is not desired. | ||
| 8 | (tramp-do-copy-or-rename-file-directly): Simplify handling of | ||
| 9 | temporary file. | ||
| 10 | (tramp-handle-insert-file-contents): Assign the result in the | ||
| 11 | short track case. | ||
| 12 | (tramp-handle-insert-file-contents-literally): New defun. | ||
| 13 | (tramp-completion-mode-p): Revert change from 2007-09-24. | ||
| 14 | Checking for `return' etc as last character is not sufficient, for | ||
| 15 | example in dired-mode when entering <g> (revert-buffer) or | ||
| 16 | <s> (dired-sort). | ||
| 17 | |||
| 18 | * net/tramp-compat.el (top): Add also compatibility code for loading | ||
| 19 | appropriate timer package. | ||
| 20 | (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in | ||
| 21 | order to avoid autoloading problems. | ||
| 22 | |||
| 23 | * net/tramp-fish.el: | ||
| 24 | * net/tramp-smb.el: Move further compatibility code to | ||
| 25 | tramp-compat.el. | ||
| 26 | |||
| 27 | * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case | ||
| 28 | where the second parameter of `copy-file' or `rename-file' is a | ||
| 29 | remote file but not via ftp. | ||
| 30 | |||
| 1 | 2007-10-02 Richard Stallman <rms@gnu.org> | 31 | 2007-10-02 Richard Stallman <rms@gnu.org> |
| 2 | 32 | ||
| 3 | * frame.el (cursor-in-non-selected-windows): Doc fix. | 33 | * frame.el (cursor-in-non-selected-windows): Doc fix. |