# HG changeset patch # User Michael Albinus # Date 1185309626 0 # Node ID ec5e699d1426a42adc5f1fa5f496ae9ce5d9f73c # Parent 38bfa1de0aca898dd07bf752428d0ea648e73d0e * NEWS: New functions `start-file-process-shell-command' and `process-file-shell-command'. diff -r 38bfa1de0aca -r ec5e699d1426 etc/ChangeLog --- a/etc/ChangeLog Tue Jul 24 20:37:43 2007 +0000 +++ b/etc/ChangeLog Tue Jul 24 20:40:26 2007 +0000 @@ -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 -r 38bfa1de0aca -r ec5e699d1426 etc/NEWS --- a/etc/NEWS Tue Jul 24 20:37:43 2007 +0000 +++ b/etc/NEWS Tue Jul 24 20:40:26 2007 +0000 @@ -189,7 +189,9 @@ +++ ** 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.