emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 06 Oct 2007 12:00:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/10/06 12:00:42

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11864
retrieving revision 1.11865
diff -u -b -r1.11864 -r1.11865
--- ChangeLog   6 Oct 2007 11:14:32 -0000       1.11864
+++ ChangeLog   6 Oct 2007 12:00:40 -0000       1.11865
@@ -1,3 +1,21 @@
+2007-10-06  Michael Albinus  <address@hidden>
+
+       * net/tramp.el (top): Move loading of tramp-util.el and
+       tramp-vc.el to tramp-compat.el.
+       (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
+       temporary file if possible, in order to avoid a security hole.
+       (tramp-do-copy-or-rename-file-out-of-band)
+       (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
+       with DONT-CREATE, because the connection is not setup yet.
+       (tramp-handle-process-file): Rewrite temporary file handling.
+       (tramp-completion-mode): New defvar.
+       (tramp-completion-mode-p): Use it.
+
+       * net/tramp-compat.el (top):  Load tramp-util.el and tramp-vc.el.
+
+       * net/tramp-fish.el (tramp-fish-handle-process-file): Rewrite
+       temporary file handling.
+
 2007-10-06  Eric S. Raymond  <address@hidden>
 
        * vc.el: workfile version -> focus version change. Port various




reply via email to

[Prev in Thread] Current Thread [Next in Thread]