diff options
| author | Joakim Verona | 2013-02-15 00:04:11 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-15 00:04:11 +0100 |
| commit | 73b3f91cfcc9b42d2851ced24d7ba3d17e4c6d00 (patch) | |
| tree | dc111557cc7492ec9cd6dbfec4db2772ee4121b9 /etc | |
| parent | 694d759a9dd8fcbd23078bab33f84ff399d58971 (diff) | |
| parent | 51b3a99c948dc83f3387f440702ab6e175b61e0f (diff) | |
| download | emacs-73b3f91cfcc9b42d2851ced24d7ba3d17e4c6d00.tar.gz emacs-73b3f91cfcc9b42d2851ced24d7ba3d17e4c6d00.zip | |
auto upstream
Diffstat (limited to 'etc')
| -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. |