aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-22 09:35:55 +0000
committerJuanma Barranquero2007-10-22 09:35:55 +0000
commit0f3cd6b26401d1e68c1ad5dbcd73ed72569acb6b (patch)
treeb69518cf58b7cf0bbcd079963919ad5464ba82dc
parent602d8678f8d9a30d865d213d547c77a4064a0937 (diff)
downloademacs-0f3cd6b26401d1e68c1ad5dbcd73ed72569acb6b.tar.gz
emacs-0f3cd6b26401d1e68c1ad5dbcd73ed72569acb6b.zip
*** empty log message ***
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 52aaee06299..1d692541012 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -216,7 +216,7 @@ tex-suscript-height-minimum.
216`string', disabled by default. 216`string', disabled by default.
217 217
218*** New variable `bibtex-cite-matcher-alist' contains rules to 218*** New variable `bibtex-cite-matcher-alist' contains rules to
219identify cited keys in BibTeX entries, used by `bibtex-find-crossref. 219identify cited keys in BibTeX entries, used by `bibtex-find-crossref'.
220 220
221*** Command `bibtex-url' now allows multiple URLs per entry. 221*** Command `bibtex-url' now allows multiple URLs per entry.
222 222
@@ -391,11 +391,11 @@ with a given image specification.
391Use this instead of "~/.emacs.d". 391Use this instead of "~/.emacs.d".
392 392
393+++ 393+++
394** The new function `start-file-process is similar to `start-process', 394** The new function `start-file-process' is similar to `start-process',
395but obeys file handlers. The file handler is chosen based on 395but obeys file handlers. The file handler is chosen based on
396`default-directory'. The functions `start-file-process-shell-command' 396`default-directory'. The functions `start-file-process-shell-command'
397and `process-file-shell-command' are also new; they call internally 397and `process-file-shell-command' are also new; they call internally
398`start-file-process and `process-file', respectively. 398`start-file-process' and `process-file', respectively.
399 399
400+++ 400+++
401** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. 401** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.