diff options
| author | Roland Winkler | 2011-07-05 12:44:15 -0500 |
|---|---|---|
| committer | Roland Winkler | 2011-07-05 12:44:15 -0500 |
| commit | 2de69e00f3991d554d37327a2afd71b981d4e488 (patch) | |
| tree | ca3a89c6abbd8ae753eb90d7c2df4a0f9fa83bfe /etc | |
| parent | 2dcdbdd97db0f414a2f11421e9d8001ea6178517 (diff) | |
| download | emacs-2de69e00f3991d554d37327a2afd71b981d4e488.tar.gz emacs-2de69e00f3991d554d37327a2afd71b981d4e488.zip | |
lisp/textmodes/bibtex.el: add support for biblatex
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -475,6 +475,11 @@ Just set shell-dir-cookie-re to an appropriate regexp. | |||
| 475 | 475 | ||
| 476 | ** BibTeX mode | 476 | ** BibTeX mode |
| 477 | 477 | ||
| 478 | *** BibTeX mode now supports biblatex. | ||
| 479 | Use the variable bibtex-dialect to select support for different BibTeX dialects. | ||
| 480 | bibtex-entry-field-alist is now an obsolete alias for | ||
| 481 | bibtex-BibTeX-entry-alist. | ||
| 482 | |||
| 478 | *** New command `bibtex-search-entries' bound to C-c C-a. | 483 | *** New command `bibtex-search-entries' bound to C-c C-a. |
| 479 | 484 | ||
| 480 | *** New `bibtex-entry-format' option `sort-fields', disabled by default. | 485 | *** New `bibtex-entry-format' option `sort-fields', disabled by default. |