diff options
| author | Michael Albinus | 2013-02-14 13:36:44 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-02-14 13:36:44 +0100 |
| commit | 26280467c67d808e36b52fbe13d4357eb7654087 (patch) | |
| tree | e66d395d5b754ab7db8d74d3f134944ab4b2bafb | |
| parent | f6b6e113913293907433b21a7d8295f4bc53077e (diff) | |
| download | emacs-26280467c67d808e36b52fbe13d4357eb7654087.tar.gz emacs-26280467c67d808e36b52fbe13d4357eb7654087.zip | |
* NEWS: Tramp methods "scpc" and "rsyncc" are discontinued.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index d1b5aac955d..48db23a59e2 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-14 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * NEWS: Tramp methods "scpc" and "rsyncc" are discontinued. | ||
| 4 | |||
| 1 | 2013-02-11 Michael Albinus <michael.albinus@gmx.de> | 5 | 2013-02-11 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * NEWS: Add autorevert changes. | 7 | * NEWS: Add autorevert changes. |
| @@ -186,10 +186,16 @@ space, no spaces, or reverting to the original spacing. Like | |||
| 186 | leave different number of spaces. | 186 | leave different number of spaces. |
| 187 | 187 | ||
| 188 | ** Tramp | 188 | ** Tramp |
| 189 | |||
| 189 | +++ | 190 | +++ |
| 190 | *** New connection method "adb", which allows to access Android | 191 | *** New connection method "adb", which allows to access Android |
| 191 | devices by the Android Debug Bridge. The variable `tramp-adb-sdk-dir' | 192 | devices by the Android Debug Bridge. The variable `tramp-adb-sdk-dir' |
| 192 | must be set to the Android SDK installation directory. | 193 | must be set to the Android SDK installation directory. |
| 194 | |||
| 195 | *** The connection methods "scpc" and "rsyncc" are discontinued. The | ||
| 196 | ssh option "ControlMaster=auto" is set automatically in all ssh-based | ||
| 197 | methods, when possible. | ||
| 198 | |||
| 193 | +++ | 199 | +++ |
| 194 | *** Handlers for `file-acl' and `set-file-acl' for remote machines | 200 | *** Handlers for `file-acl' and `set-file-acl' for remote machines |
| 195 | which support POSIX ACLs. | 201 | which support POSIX ACLs. |