* textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update required/optional

fields to match development biblatex.  (Trivial change that does not merit
a :version bump.)

Fixes: debbugs:16781
This commit is contained in:
Per Starbäck 2014-02-27 22:51:04 -08:00 committed by Glenn Morris
parent 65b7734774
commit 48e15d641d
2 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
* textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
required/optional fields to match development biblatex. (Bug#16781)
2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
* saveplace.el (toggle-save-place):

View file

@ -546,9 +546,9 @@ alternatives, starting from zero."
("location") ("isbn") ("pagetotal") ("addendum") ("pubstate") ("doi")
("eprint") ("eprintclass") ("eprinttype") ("url") ("urldate")))
("InCollection" "Article in a Collection"
(("author") ("editor") ("title") ("year" nil nil 0) ("date" nil nil 0))
(("author") ("title") ("year" nil nil 0) ("date" nil nil 0))
(("booktitle"))
(("editora") ("editorb") ("editorc") ("translator") ("annotator")
(("editor") ("editora") ("editorb") ("editorc") ("translator") ("annotator")
("commentator") ("introduction") ("foreword") ("afterword")
("subtitle") ("titleaddon") ("maintitle") ("mainsubtitle")
("maintitleaddon") ("booksubtitle") ("booktitleaddon")
@ -616,10 +616,11 @@ alternatives, starting from zero."
("addendum") ("pubstate") ("doi") ("eprint") ("eprintclass")
("eprinttype") ("url") ("urldate")))
("Proceedings" "Single-Volume Conference Proceedings"
(("editor") ("title") ("year" nil nil 0) ("date" nil nil 0))
(("title") ("year" nil nil 0) ("date" nil nil 0))
nil
(("subtitle") ("titleaddon") ("maintitle") ("mainsubtitle")
("maintitleaddon") ("eventtitle") ("eventdate") ("venue") ("language")
("editor")
("volume") ("part") ("volumes") ("series") ("number") ("note")
("organization") ("publisher") ("location") ("month")
("isbn") ("chapter") ("pages") ("pagetotal") ("addendum") ("pubstate")
@ -633,9 +634,9 @@ alternatives, starting from zero."
("isbn") ("pagetotal") ("addendum") ("pubstate")
("doi") ("eprint") ("eprintclass") ("eprinttype") ("url") ("urldate")))
("InProceedings" "Article in Conference Proceedings"
(("author") ("editor") ("title") ("year" nil nil 0) ("date" nil nil 0))
(("author") ("title") ("year" nil nil 0) ("date" nil nil 0))
(("booktitle"))
(("subtitle") ("titleaddon") ("maintitle") ("mainsubtitle")
(("editor") ("subtitle") ("titleaddon") ("maintitle") ("mainsubtitle")
("maintitleaddon") ("booksubtitle") ("booktitleaddon")
("eventtitle") ("eventdate") ("venue") ("language")
("volume") ("part") ("volumes") ("series") ("number") ("note")