comparison etc/NEWS @ 85541:e31d888e0891

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 22 Oct 2007 09:35:55 +0000
parents a7f1e7956925
children d1aa29a9a8c2
comparison
equal deleted inserted replaced
85540:00108b1a8606 85541:e31d888e0891
214 214
215 *** New `bibtex-entry-format' options `whitespace', `braces', and 215 *** New `bibtex-entry-format' options `whitespace', `braces', and
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
223 +++ 223 +++
224 ** Tramp 224 ** Tramp
389 +++ 389 +++
390 ** New variable `user-emacs-directory'. 390 ** New variable `user-emacs-directory'.
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.
402 IDENTIFICATION specifies which part of the remote identifier has to be 402 IDENTIFICATION specifies which part of the remote identifier has to be
403 returned. With CONNECTED passed non-nil, it is checked whether a 403 returned. With CONNECTED passed non-nil, it is checked whether a