From: Roland Winkler Date: Thu, 2 Jan 2025 15:11:04 +0000 (-0600) Subject: Fix NEWS entries for BibTeX mode. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3a89e0ad229e806939e8ae098db589784b13948;p=emacs.git Fix NEWS entries for BibTeX mode. (cherry picked from commit 2a5725b99a7b8034ac51b603c1bd9c8099e4adb0) --- diff --git a/etc/NEWS b/etc/NEWS index b9e8b7d7212..a61483eae29 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -641,20 +641,21 @@ toggle. ** BibTeX mode --- -*** New user variables facilitate customization. -Mew user variables 'bibtex-BibTeX-aux-entry-alist', -'bibtex-biblatex-aux-entry-alist', 'bibtex-BibTeX-aux-opt-alist', -and 'bibtex-biblatex-aux-opt-alist' facilitate the customization of -BibTeX and biblatex entries. These variables now support the definition -of aliases that inherit the definition of another entry. +*** New user options facilitate customization of BibTeX and biblatex entries. +Entry definitions via the user options 'bibtex-BibTeX-aux-entry-alist', +'bibtex-biblatex-aux-entry-alist', 'bibtex-BibTeX-aux-opt-alist', and +'bibtex-biblatex-aux-opt-alist' take precedence over +'bibtex-BibTeX-entry-alist' and 'bibtex-biblatex-entry-alist'. +These user options now support the definition of aliases that inherit +the definition of another entry. --- -*** The user variable 'bibtex-user-optional-fields' has been renamed -to 'bibtex-aux-opt-alist'. The old name is an obsolete alias. +*** 'bibtex-user-optional-fields' has been renamed to 'bibtex-aux-opt-alist'. +The old name is an obsolete alias. --- -*** The user variable 'bibtex-include-OPTkey' is now obsolete and -its default is nil. Use 'bibtex-aux-opt-alist' instead. +*** 'bibtex-include-OPTkey' is now obsolete and its default is nil. +Use 'bibtex-aux-opt-alist' instead. --- *** New user option 'bibtex-entry-ask-for-key'.