aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS4
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 @@
12007-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
12007-07-17 Michael Albinus <michael.albinus@gmx.de> 62007-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.
diff --git a/etc/NEWS b/etc/NEWS
index ce5a34756f6..ea4509f96dc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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',
191but obeys file handlers. The file handler is chosen based on 191but obeys file handlers. The file handler is chosen based on
192`default-directory'. 192`default-directory'. The functions `start-file-process-shell-command'
193and `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.