From 6dbe7eb4e28fc1bf2e687eb565c060f8c255b65e Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 24 Jul 2007 20:40:26 +0000 Subject: [PATCH] * NEWS: New functions `start-file-process-shell-command' and `process-file-shell-command'. --- etc/ChangeLog | 5 +++++ etc/NEWS | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/ChangeLog b/etc/ChangeLog index 67f19614763..1275ada9af4 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2007-07-24 Michael Albinus + + * NEWS: New functions `start-file-process-shell-command' and + `process-file-shell-command'. + 2007-07-17 Michael Albinus * 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. +++ ** The new function `start-file-process is similar to `start-process', but obeys file handlers. The file handler is chosen based on -`default-directory'. +`default-directory'. The functions `start-file-process-shell-command' +and `process-file-shell-command' are also new; they call internally +`start-file-process and `process-file', respectively. +++ ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. -- 2.39.5