diff options
| author | Michael Albinus | 2007-07-07 11:17:03 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-07-07 11:17:03 +0000 |
| commit | b2b387f94fb787869de8d4b5276ac0a02c94d520 (patch) | |
| tree | dcd3fd127dd7be6cda6d110b458148605f480dc9 | |
| parent | 10c702986f989c7e3b77f8c4ed3fb40ca9d20a87 (diff) | |
| download | emacs-b2b387f94fb787869de8d4b5276ac0a02c94d520.tar.gz emacs-b2b387f94fb787869de8d4b5276ac0a02c94d520.zip | |
* 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 @@ | |||
| 1 | 2007-07-07 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * NEWS: New function `start-file-process'. | ||
| 4 | |||
| 1 | 2007-07-02 Carsten Dominik <dominik@science.uva.nl> | 5 | 2007-07-02 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 6 | ||
| 3 | * orgcard.tex: Version 5.01 | 7 | * orgcard.tex: Version 5.01 |
| @@ -121,6 +121,11 @@ Use this instead of "~/.emacs.d". | |||
| 121 | ** The new function `image-refresh' refreshes all images associated | 121 | ** The new function `image-refresh' refreshes all images associated |
| 122 | with a given image specification. | 122 | with a given image specification. |
| 123 | 123 | ||
| 124 | +++ | ||
| 125 | ** The new function `start-file-process is similar to `start-process', | ||
| 126 | but obeys file handlers. The file handler is chosen based on | ||
| 127 | `default-directory'. | ||
| 128 | |||
| 124 | 129 | ||
| 125 | * New Packages for Lisp Programming in Emacs 23.1 | 130 | * New Packages for Lisp Programming in Emacs 23.1 |
| 126 | 131 | ||