# HG changeset patch # User Michael Albinus # Date 1256310267 0 # Node ID 435aa68605955c8a88369c6673df0ceed44ef147 # Parent 828d51e45d15896c9456429bf7b308e53b9ccd6d *** empty log message *** diff -r 828d51e45d15 -r 435aa6860595 lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 23 15:04:08 2009 +0000 +++ b/lisp/ChangeLog Fri Oct 23 15:04:27 2009 +0000 @@ -1,3 +1,17 @@ +2009-10-23 Michael Albinus + + * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay' + from `rfn-eshadow-update-overlay-hook' when unloading. + (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and + "rsyncc". Adjust doc string. + (tramp-temp-buffer-file-name) New buffer-local defvar. + (tramp-handle-insert-file-contents, tramp-handle-write-region): + Keep temporary file when indicated by method ("rsync" and + "rsyncc"). + (tramp-handle-write-region): Handle APPEND. + (tramp-delete-temp-file-function): New defun. Added to + `kill-buffer-hook'. + 2009-10-23 Juanma Barranquero * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.