diff options
| author | Michael Albinus | 2007-07-24 20:40:26 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-07-24 20:40:26 +0000 |
| commit | 6dbe7eb4e28fc1bf2e687eb565c060f8c255b65e (patch) | |
| tree | 0b09f993d651cb3fbe8a36fdc1d974e66073c6f5 | |
| parent | 0799b7c74651411df33725b7e61bd921c2152da1 (diff) | |
| download | emacs-6dbe7eb4e28fc1bf2e687eb565c060f8c255b65e.tar.gz emacs-6dbe7eb4e28fc1bf2e687eb565c060f8c255b65e.zip | |
* NEWS: New functions `start-file-process-shell-command' and
`process-file-shell-command'.
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 67f19614763..1275ada9af4 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-07-24 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * NEWS: New functions `start-file-process-shell-command' and | ||
| 4 | `process-file-shell-command'. | ||
| 5 | |||
| 1 | 2007-07-17 Michael Albinus <michael.albinus@gmx.de> | 6 | 2007-07-17 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION. | 8 | * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION. |
| @@ -189,7 +189,9 @@ with a given image specification. | |||
| 189 | +++ | 189 | +++ |
| 190 | ** The new function `start-file-process is similar to `start-process', | 190 | ** The new function `start-file-process is similar to `start-process', |
| 191 | but obeys file handlers. The file handler is chosen based on | 191 | but obeys file handlers. The file handler is chosen based on |
| 192 | `default-directory'. | 192 | `default-directory'. The functions `start-file-process-shell-command' |
| 193 | and `process-file-shell-command' are also new; they call internally | ||
| 194 | `start-file-process and `process-file', respectively. | ||
| 193 | 195 | ||
| 194 | +++ | 196 | +++ |
| 195 | ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. | 197 | ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. |