]> git.eshelyaron.com Git - emacs.git/commitdiff
etc/NEWS: Remote file names require a method.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 13 Mar 2017 17:30:54 +0000 (18:30 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 13 Mar 2017 17:30:54 +0000 (18:30 +0100)
etc/NEWS

index cd829bf5291c0a5069b109b9eb8b82c438cf5bc2..a51b650fe94079e9d3ef6d12deafde138e1f2f3f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -629,6 +629,12 @@ header's value.
 
 ** Tramp
 
+*** The method part of remote file names is mandatory now.  A valid
+remote file name starts with "/method:host:" or "/method:user@host:".
+
+*** The new virtual method "-" is a marker for the default method.
+"/-::" is the shortest remote file name then.
+
 +++
 *** New connection method "sg", which supports editing files under a
 different group ID.