diff options
| author | Juanma Barranquero | 2007-10-22 09:35:55 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-22 09:35:55 +0000 |
| commit | 0f3cd6b26401d1e68c1ad5dbcd73ed72569acb6b (patch) | |
| tree | b69518cf58b7cf0bbcd079963919ad5464ba82dc | |
| parent | 602d8678f8d9a30d865d213d547c77a4064a0937 (diff) | |
| download | emacs-0f3cd6b26401d1e68c1ad5dbcd73ed72569acb6b.tar.gz emacs-0f3cd6b26401d1e68c1ad5dbcd73ed72569acb6b.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 |
| 219 | identify cited keys in BibTeX entries, used by `bibtex-find-crossref. | 219 | identify 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. | |||
| 391 | Use this instead of "~/.emacs.d". | 391 | Use 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', |
| 395 | but obeys file handlers. The file handler is chosen based on | 395 | but 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' |
| 397 | and `process-file-shell-command' are also new; they call internally | 397 | and `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. |