aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2009-08-28 07:15:44 +0000
committerMichael Albinus <[email protected]>2009-08-28 07:15:44 +0000
commit7284d47a786ee0c2d00f9f5fdb63d036c8fb1ab4 (patch)
treedcc5e9fa7b56b93d95e1c9fe2db6e31b90d69613 /etc
parent009fdc2e72c00036815a06bd29c9dbf7add7a0c0 (diff)
* NEWS: Mention Tramp connection method "rsyncc" and variable
`process-file-side-effects'.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS11
2 files changed, 14 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 2893f8e753..cf76ac758b 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-28 Michael Albinus <[email protected]>
+
+ * NEWS: Mention Tramp connection method "rsyncc" and variable
+ `process-file-side-effects'.
+
2009-08-13 Kenichi Handa <[email protected]>
* NEWS: Mention the new coding systme `utf-8-hfs' and many
diff --git a/etc/NEWS b/etc/NEWS
index 0d484af30b..a5d41bdf60 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -128,8 +128,9 @@ through a menu structure.
+++
** 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 @@ variable, are now declared obsolete.
** 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.