diff options
| author | Michael Albinus | 2016-02-05 18:57:35 +0100 |
|---|---|---|
| committer | Michael Albinus | 2016-02-05 18:57:35 +0100 |
| commit | 05570f0002a6bcecf2b72ea3f22d6653e00a45a6 (patch) | |
| tree | 65d046c0078de592c572fc980c599165cddcaf3a /etc | |
| parent | d66e8f72483ef8c6d7aa1afd391075235b4f23d2 (diff) | |
| download | emacs-05570f0002a6bcecf2b72ea3f22d6653e00a45a6.tar.gz emacs-05570f0002a6bcecf2b72ea3f22d6653e00a45a6.zip | |
Minor cleanup for Tramp "doas".
* doc/misc/tramp.texi (Inline methods): Add "doas" method.
* etc/NEWS: Add Tramp connection method "doas".
* lisp/net/tramp-sh.el (tramp-methods) <doas>:
Add `tramp-remote-shell-args'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -67,9 +67,13 @@ for the ChangeLog file, if none already exists. Customize | |||
| 67 | 67 | ||
| 68 | ** Tramp | 68 | ** Tramp |
| 69 | 69 | ||
| 70 | +++ | ||
| 70 | *** New connection method "sg", which allows to edit files under | 71 | *** New connection method "sg", which allows to edit files under |
| 71 | different group ID. | 72 | different group ID. |
| 72 | 73 | ||
| 74 | +++ | ||
| 75 | *** New connection method "doas" for OpenBSD hosts. | ||
| 76 | |||
| 73 | 77 | ||
| 74 | * New Modes and Packages in Emacs 25.2 | 78 | * New Modes and Packages in Emacs 25.2 |
| 75 | 79 | ||