summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2007-07-07 11:17:03 +0000
committerMichael Albinus <michael.albinus@gmx.de>2007-07-07 11:17:03 +0000
commitb2b387f94fb787869de8d4b5276ac0a02c94d520 (patch)
treedcd3fd127dd7be6cda6d110b458148605f480dc9
parent10c702986f989c7e3b77f8c4ed3fb40ca9d20a87 (diff)
downloademacs-b2b387f94fb787869de8d4b5276ac0a02c94d520.tar.gz
* NEWS: New function `start-file-process'.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS5
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 2c14de7dbe2..b88e98af123 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-07 Michael Albinus <michael.albinus@gmx.de>
+
+ * NEWS: New function `start-file-process'.
+
2007-07-02 Carsten Dominik <dominik@science.uva.nl>
* orgcard.tex: Version 5.01
diff --git a/etc/NEWS b/etc/NEWS
index c8d158c46b1..8006fa427ed 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -121,6 +121,11 @@ Use this instead of "~/.emacs.d".
** The new function `image-refresh' refreshes all images associated
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'.
+
* New Packages for Lisp Programming in Emacs 23.1