bibtex-biblatex-entry-alist: Add optional field subtitle for entry type book

This commit is contained in:
Roland Winkler 2013-09-07 15:59:57 +05:30
parent 37a65b6013
commit f2f248e7ef
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-09-07 Roland Winkler <winkler@gnu.org>
* textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
field subtitle for entry type book.
2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el: Make minibuffer-complete call completion-in-region

View file

@ -468,7 +468,7 @@ alternatives, starting from zero."
nil
(("editor") ("editora") ("editorb") ("editorc")
("translator") ("annotator") ("commentator")
("introduction") ("foreword") ("afterword") ("titleaddon")
("introduction") ("foreword") ("afterword") ("subtitle") ("titleaddon")
("maintitle") ("mainsubtitle") ("maintitleaddon")
("language") ("origlanguage") ("volume") ("part") ("edition") ("volumes")
("series") ("number") ("note") ("publisher") ("location") ("isbn")