diff options
| author | Michael Albinus | 2007-07-10 19:52:37 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-07-10 19:52:37 +0000 |
| commit | cc213f24d734e938cf975d8dd57a3ef244307529 (patch) | |
| tree | f33ff8b387de0ac181b5159c2ef896344478b934 | |
| parent | 4b29e550e628763797dac6f7c51a31816d2c500c (diff) | |
| download | emacs-cc213f24d734e938cf975d8dd57a3ef244307529.tar.gz emacs-cc213f24d734e938cf975d8dd57a3ef244307529.zip | |
* NEWS: Add Tramp and comint-mode changes.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 33 |
2 files changed, 37 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index f735a2df019..e2c951c187e 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-07-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * NEWS: Add Tramp and comint-mode changes. | ||
| 4 | |||
| 1 | 2007-07-08 Michael Albinus <michael.albinus@gmx.de> | 5 | 2007-07-08 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * NEWS: `file-remote-p' has a new optional parameter CONNECTED. | 7 | * NEWS: `file-remote-p' has a new optional parameter CONNECTED. |
| @@ -98,6 +98,39 @@ identify cited keys in BibTeX entries, used by `bibtex-find-crossref. | |||
| 98 | 98 | ||
| 99 | *** Command `bibtex-url' now allows multiple URLs per entry. | 99 | *** Command `bibtex-url' now allows multiple URLs per entry. |
| 100 | 100 | ||
| 101 | +++ | ||
| 102 | ** Tramp | ||
| 103 | |||
| 104 | *** New connection methods. | ||
| 105 | The new methods "plinkx", "plink2", "psftp", "sftp" and "fish" have | ||
| 106 | been introduced. There are also new so-called gateway methods | ||
| 107 | "tunnel" and "socks". | ||
| 108 | |||
| 109 | *** Multihop syntax has been removed. | ||
| 110 | The pseudo-method "multi" has been removed. Instead of, multi hops | ||
| 111 | can be specified by the new variable `tramp-default-proxies-alist'. | ||
| 112 | |||
| 113 | *** More default settings. | ||
| 114 | Default values can be set via the variables `tramp-default-user', | ||
| 115 | `tramp-default-user-alist' and `tramp-default-host'. | ||
| 116 | |||
| 117 | *** Connection information is cached. | ||
| 118 | In order to reduce connection setup, information about used | ||
| 119 | connections are kept persistent in a file. The name of this file is | ||
| 120 | defined in the variable `tramp-persistency-file-name'. | ||
| 121 | |||
| 122 | *** Control of remote processes. | ||
| 123 | Running processes on a remote host can be controlled by settings in | ||
| 124 | `tramp-remote-path' and `tramp-remote-process-environment'. | ||
| 125 | |||
| 126 | *** Success of remote copy is checked. | ||
| 127 | When the variable `file-precious-flag' is set, the success of a remote | ||
| 128 | file copy is checked via the file's checksum. | ||
| 129 | |||
| 130 | ** comint-mode uses `start-file-process' now (see Lisp Changes). | ||
| 131 | If `default-directory' is a remote file name, subprocesses are started | ||
| 132 | on the corresponding remote system. | ||
| 133 | |||
| 101 | 134 | ||
| 102 | * Changes in Emacs 23.1 on non-free operating systems | 135 | * Changes in Emacs 23.1 on non-free operating systems |
| 103 | 136 | ||