aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2016-02-05 18:57:35 +0100
committerMichael Albinus2016-02-05 18:57:35 +0100
commit05570f0002a6bcecf2b72ea3f22d6653e00a45a6 (patch)
tree65d046c0078de592c572fc980c599165cddcaf3a /etc
parentd66e8f72483ef8c6d7aa1afd391075235b4f23d2 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3b520ec50b1..95ade416d39 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
71different group ID. 72different 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