diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 93541e4f31e..a857a68cb93 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2009-10-23 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay' | ||
| 4 | from `rfn-eshadow-update-overlay-hook' when unloading. | ||
| 5 | (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and | ||
| 6 | "rsyncc". Adjust doc string. | ||
| 7 | (tramp-temp-buffer-file-name) New buffer-local defvar. | ||
| 8 | (tramp-handle-insert-file-contents, tramp-handle-write-region): | ||
| 9 | Keep temporary file when indicated by method ("rsync" and | ||
| 10 | "rsyncc"). | ||
| 11 | (tramp-handle-write-region): Handle APPEND. | ||
| 12 | (tramp-delete-temp-file-function): New defun. Added to | ||
| 13 | `kill-buffer-hook'. | ||
| 14 | |||
| 1 | 2009-10-23 Juanma Barranquero <lekktu@gmail.com> | 15 | 2009-10-23 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 16 | ||
| 3 | * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler. | 17 | * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler. |