changeset 82093:ec5e699d1426

* NEWS: New functions `start-file-process-shell-command' and `process-file-shell-command'.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 24 Jul 2007 20:40:26 +0000
parents 38bfa1de0aca
children 76546b143f2d
files etc/ChangeLog etc/NEWS
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <michael.albinus@gmx.de>
+
+	* NEWS: New functions `start-file-process-shell-command' and
+	`process-file-shell-command'.
+
 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
 
 	* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
--- 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.