emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/etc NEWS


From: Michael Albinus
Subject: [Emacs-diffs] emacs/etc NEWS
Date: Fri, 28 Aug 2009 07:15:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       09/08/28 07:15:33

Modified files:
        etc            : NEWS 

Log message:
        * NEWS: Mention Tramp connection method "rsyncc" and variable
        `process-file-side-effects'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/etc/NEWS?cvsroot=emacs&r1=1.2066&r2=1.2067

Patches:
Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.2066
retrieving revision 1.2067
diff -u -b -r1.2066 -r1.2067
--- NEWS        27 Aug 2009 16:18:26 -0000      1.2066
+++ NEWS        28 Aug 2009 07:15:33 -0000      1.2067
@@ -128,8 +128,9 @@
 
 +++
 ** New connection methods in Tramp.
-On systems which support GVFS-Fuse, Tramp offers the new connection
-methods "dav", "davs", "obex" and "synce".
+The new connection method "rsyncc" has been introduced.  On systems
+which support GVFS-Fuse, Tramp offers also the new connection methods
+"dav", "davs", "obex" and "synce".
 
 +++
 ** Autorevert Tail mode
@@ -189,8 +190,14 @@
 
 ** read-key is a function halfway between read-event and read-key-sequence.
 It reads a single key, but obeys input and escape sequence decoding.
+
 ** start-process-shell-command start-file-process-shell-command only
 take a single `command' argument any more.
+
+** The variable `process-file-side-effects' shall be bound to nil, if
+a `process-file' call does not change a remote file.  By this, file
+name handlers like Tramp can apply optimizations.
+
 ** Hash tables have a new printed representation that is readable.
 The feature `hashtable-print-readable' identifies this new
 functionality.




reply via email to

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