aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2009-10-23 15:04:27 +0000
committerMichael Albinus2009-10-23 15:04:27 +0000
commitb88f2d0aa02042df44b26cbcc02a8aaaee56b742 (patch)
tree76fe85b0308e16f2a5fbede1de275d7b557b0200 /lisp/ChangeLog
parent1becddbbb2c3430696d94f524dca3d966ff6a69b (diff)
downloademacs-b88f2d0aa02042df44b26cbcc02a8aaaee56b742.tar.gz
emacs-b88f2d0aa02042df44b26cbcc02a8aaaee56b742.zip
* 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'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
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 @@
12009-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
12009-10-23 Juanma Barranquero <lekktu@gmail.com> 152009-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.