diff options
| author | Michael Albinus | 2017-03-13 18:30:54 +0100 |
|---|---|---|
| committer | Michael Albinus | 2017-03-13 18:30:54 +0100 |
| commit | a608330b400d1b25c2cd3243c5011975d6e65168 (patch) | |
| tree | f254089922f3c8d79bf77ab1b00c88185d2f0a96 | |
| parent | ed33337c3e0d0b1a8b140e23168421ea43d79324 (diff) | |
| download | emacs-a608330b400d1b25c2cd3243c5011975d6e65168.tar.gz emacs-a608330b400d1b25c2cd3243c5011975d6e65168.zip | |
etc/NEWS: Remote file names require a method.
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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 | ||
| 633 | remote 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 |
| 634 | different group ID. | 640 | different group ID. |