aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2017-03-13 18:30:54 +0100
committerMichael Albinus2017-03-13 18:30:54 +0100
commita608330b400d1b25c2cd3243c5011975d6e65168 (patch)
treef254089922f3c8d79bf77ab1b00c88185d2f0a96
parented33337c3e0d0b1a8b140e23168421ea43d79324 (diff)
downloademacs-a608330b400d1b25c2cd3243c5011975d6e65168.tar.gz
emacs-a608330b400d1b25c2cd3243c5011975d6e65168.zip
etc/NEWS: Remote file names require a method.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cd829bf5291..a51b650fe94 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -629,6 +629,12 @@ header's value.
629 629
630** Tramp 630** Tramp
631 631
632*** The method part of remote file names is mandatory now. A valid
633remote file name starts with "/method:host:" or "/method:user@host:".
634
635*** The new virtual method "-" is a marker for the default method.
636"/-::" is the shortest remote file name then.
637
632+++ 638+++
633*** New connection method "sg", which supports editing files under a 639*** New connection method "sg", which supports editing files under a
634different group ID. 640different group ID.