]> code.delx.au - gnu-emacs/commitdiff
bibtex-biblatex-entry-alist: Add optional field subtitle for entry type book
authorRoland Winkler <winkler@gnu.org>
Sat, 7 Sep 2013 10:29:57 +0000 (15:59 +0530)
committerRoland Winkler <winkler@gnu.org>
Sat, 7 Sep 2013 10:29:57 +0000 (15:59 +0530)
lisp/ChangeLog
lisp/textmodes/bibtex.el

index eb5861bb21d17e927d15f1cb6e3f950f20805307..5e4c11d5cfb50d80dff4ec8b9384d0a8ce5a0dda 100644 (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
index 171f373317a6fe48336c400761a21fbdb8c9ecfa..795c04e31e1b33f3212e4caa87e8ecd609dc85e4 100644 (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")