aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRoland Winkler2011-07-05 12:44:15 -0500
committerRoland Winkler2011-07-05 12:44:15 -0500
commit2de69e00f3991d554d37327a2afd71b981d4e488 (patch)
treeca3a89c6abbd8ae753eb90d7c2df4a0f9fa83bfe /etc
parent2dcdbdd97db0f414a2f11421e9d8001ea6178517 (diff)
downloademacs-2de69e00f3991d554d37327a2afd71b981d4e488.tar.gz
emacs-2de69e00f3991d554d37327a2afd71b981d4e488.zip
lisp/textmodes/bibtex.el: add support for biblatex
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5da6e06d0d0..87ac6e22921 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
479Use the variable bibtex-dialect to select support for different BibTeX dialects.
480bibtex-entry-field-alist is now an obsolete alias for
481bibtex-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.