diff options
| author | Joakim Verona | 2013-03-02 00:04:13 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-03-02 00:04:13 +0100 |
| commit | c98de16bf81f9a8b9e6296bf0063abda9e95fd68 (patch) | |
| tree | 16e2ea532fa27a6f80ba6e7a8e4327033c7039fd /etc | |
| parent | 1fb561e710e892d96da2681824984d2d4f106487 (diff) | |
| parent | c9400cdf0e70cc9d14fd7296e3e77d985db56fb9 (diff) | |
| download | emacs-c98de16bf81f9a8b9e6296bf0063abda9e95fd68.tar.gz emacs-c98de16bf81f9a8b9e6296bf0063abda9e95fd68.zip | |
auto upstream
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index e50d288da1c..a13ab60be36 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-03-01 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * NEWS: Fix Tramp "adb" entry. Extend list of discontinued Tramp | ||
| 4 | methods. | ||
| 5 | |||
| 1 | 2013-02-25 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2013-02-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Simplify data_start configuration (Bug#13783). | 8 | Simplify data_start configuration (Bug#13783). |
| @@ -196,12 +196,13 @@ leave different number of spaces. | |||
| 196 | 196 | ||
| 197 | +++ | 197 | +++ |
| 198 | *** New connection method "adb", which allows to access Android | 198 | *** New connection method "adb", which allows to access Android |
| 199 | devices by the Android Debug Bridge. The variable `tramp-adb-sdk-dir' | 199 | devices by the Android Debug Bridge. The variable `tramp-adb-program' |
| 200 | must be set to the Android SDK installation directory. | 200 | can be used to adapt the path of the "adb" program, if needed. |
| 201 | 201 | ||
| 202 | *** The connection methods "scpc" and "rsyncc" are discontinued. The | 202 | *** The connection methods "plink1", "ssh1", "ssh2", "scp1", "scp2", |
| 203 | ssh option "ControlMaster=auto" is set automatically in all ssh-based | 203 | "scpc" and "rsyncc" are discontinued. The ssh option |
| 204 | methods, when possible. | 204 | "ControlMaster=auto" is set automatically in all ssh-based methods, |
| 205 | when possible. | ||
| 205 | 206 | ||
| 206 | +++ | 207 | +++ |
| 207 | *** Handlers for `file-acl' and `set-file-acl' for remote machines | 208 | *** Handlers for `file-acl' and `set-file-acl' for remote machines |