comparison etc/NEWS @ 104666:6a7d6d80efae

* NEWS: Mention Tramp connection method "rsyncc" and variable `process-file-side-effects'.
author Michael Albinus <michael.albinus@gmx.de>
date Fri, 28 Aug 2009 07:15:33 +0000
parents 17ba24e6c4d0
children 46d3afb288bc
comparison
equal deleted inserted replaced
104665:dd47ce8e136c 104666:6a7d6d80efae
126 manual that generates an Info file which gives the same information 126 manual that generates an Info file which gives the same information
127 through a menu structure. 127 through a menu structure.
128 128
129 +++ 129 +++
130 ** New connection methods in Tramp. 130 ** New connection methods in Tramp.
131 On systems which support GVFS-Fuse, Tramp offers the new connection 131 The new connection method "rsyncc" has been introduced. On systems
132 methods "dav", "davs", "obex" and "synce". 132 which support GVFS-Fuse, Tramp offers also the new connection methods
133 "dav", "davs", "obex" and "synce".
133 134
134 +++ 135 +++
135 ** Autorevert Tail mode 136 ** Autorevert Tail mode
136 Autorevert Tail mode works now for remote files. 137 Autorevert Tail mode works now for remote files.
137 138
187 ** All the default-FOO variables that hold the default value of the FOO 188 ** All the default-FOO variables that hold the default value of the FOO
188 variable, are now declared obsolete. 189 variable, are now declared obsolete.
189 190
190 ** read-key is a function halfway between read-event and read-key-sequence. 191 ** read-key is a function halfway between read-event and read-key-sequence.
191 It reads a single key, but obeys input and escape sequence decoding. 192 It reads a single key, but obeys input and escape sequence decoding.
193
192 ** start-process-shell-command start-file-process-shell-command only 194 ** start-process-shell-command start-file-process-shell-command only
193 take a single `command' argument any more. 195 take a single `command' argument any more.
196
197 ** The variable `process-file-side-effects' shall be bound to nil, if
198 a `process-file' call does not change a remote file. By this, file
199 name handlers like Tramp can apply optimizations.
200
194 ** Hash tables have a new printed representation that is readable. 201 ** Hash tables have a new printed representation that is readable.
195 The feature `hashtable-print-readable' identifies this new 202 The feature `hashtable-print-readable' identifies this new
196 functionality. 203 functionality.
197 204
198 ** Functions performing Unicode normalization are added. They are: 205 ** Functions performing Unicode normalization are added. They are: