diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2007-07-07 11:17:03 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2007-07-07 11:17:03 +0000 |
commit | b2b387f94fb787869de8d4b5276ac0a02c94d520 (patch) | |
tree | dcd3fd127dd7be6cda6d110b458148605f480dc9 | |
parent | 10c702986f989c7e3b77f8c4ed3fb40ca9d20a87 (diff) | |
download | emacs-b2b387f94fb787869de8d4b5276ac0a02c94d520.tar.gz |
* NEWS: New function `start-file-process'.
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/NEWS | 5 |
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 @@ -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 |