aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Starbäck2014-02-27 22:51:04 -0800
committerGlenn Morris2014-02-27 22:51:04 -0800
commit48e15d641dd7b6b43a0bd9bbe3b86a8e148a5d17 (patch)
tree535bfd2a80cbacd351bc1a404e98711ee6f70357
parent65b77347740679cf969db5bd0221c558e02ef647 (diff)
downloademacs-48e15d641dd7b6b43a0bd9bbe3b86a8e148a5d17.tar.gz
emacs-48e15d641dd7b6b43a0bd9bbe3b86a8e148a5d17.zip
* 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
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/textmodes/bibtex.el11
2 files changed, 11 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1084db34775..263c29c7af9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
2
3 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
4 required/optional fields to match development biblatex. (Bug#16781)
5
12014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change) 62014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
2 7
3 * saveplace.el (toggle-save-place): 8 * saveplace.el (toggle-save-place):
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index ebb22d6f055..8a99ff2926d 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -546,9 +546,9 @@ alternatives, starting from zero."
546 ("location") ("isbn") ("pagetotal") ("addendum") ("pubstate") ("doi") 546 ("location") ("isbn") ("pagetotal") ("addendum") ("pubstate") ("doi")
547 ("eprint") ("eprintclass") ("eprinttype") ("url") ("urldate"))) 547 ("eprint") ("eprintclass") ("eprinttype") ("url") ("urldate")))
548 ("InCollection" "Article in a Collection" 548 ("InCollection" "Article in a Collection"
549 (("author") ("editor") ("title") ("year" nil nil 0) ("date" nil nil 0)) 549 (("author") ("title") ("year" nil nil 0) ("date" nil nil 0))
550 (("booktitle")) 550 (("booktitle"))
551 (("editora") ("editorb") ("editorc") ("translator") ("annotator") 551 (("editor") ("editora") ("editorb") ("editorc") ("translator") ("annotator")
552 ("commentator") ("introduction") ("foreword") ("afterword") 552 ("commentator") ("introduction") ("foreword") ("afterword")
553 ("subtitle") ("titleaddon") ("maintitle") ("mainsubtitle") 553 ("subtitle") ("titleaddon") ("maintitle") ("mainsubtitle")
554 ("maintitleaddon") ("booksubtitle") ("booktitleaddon") 554 ("maintitleaddon") ("booksubtitle") ("booktitleaddon")
@@ -616,10 +616,11 @@ alternatives, starting from zero."
616 ("addendum") ("pubstate") ("doi") ("eprint") ("eprintclass") 616 ("addendum") ("pubstate") ("doi") ("eprint") ("eprintclass")
617 ("eprinttype") ("url") ("urldate"))) 617 ("eprinttype") ("url") ("urldate")))
618 ("Proceedings" "Single-Volume Conference Proceedings" 618 ("Proceedings" "Single-Volume Conference Proceedings"
619 (("editor") ("title") ("year" nil nil 0) ("date" nil nil 0)) 619 (("title") ("year" nil nil 0) ("date" nil nil 0))
620 nil 620 nil
621 (("subtitle") ("titleaddon") ("maintitle") ("mainsubtitle") 621 (("subtitle") ("titleaddon") ("maintitle") ("mainsubtitle")
622 ("maintitleaddon") ("eventtitle") ("eventdate") ("venue") ("language") 622 ("maintitleaddon") ("eventtitle") ("eventdate") ("venue") ("language")
623 ("editor")
623 ("volume") ("part") ("volumes") ("series") ("number") ("note") 624 ("volume") ("part") ("volumes") ("series") ("number") ("note")
624 ("organization") ("publisher") ("location") ("month") 625 ("organization") ("publisher") ("location") ("month")
625 ("isbn") ("chapter") ("pages") ("pagetotal") ("addendum") ("pubstate") 626 ("isbn") ("chapter") ("pages") ("pagetotal") ("addendum") ("pubstate")
@@ -633,9 +634,9 @@ alternatives, starting from zero."
633 ("isbn") ("pagetotal") ("addendum") ("pubstate") 634 ("isbn") ("pagetotal") ("addendum") ("pubstate")
634 ("doi") ("eprint") ("eprintclass") ("eprinttype") ("url") ("urldate"))) 635 ("doi") ("eprint") ("eprintclass") ("eprinttype") ("url") ("urldate")))
635 ("InProceedings" "Article in Conference Proceedings" 636 ("InProceedings" "Article in Conference Proceedings"
636 (("author") ("editor") ("title") ("year" nil nil 0) ("date" nil nil 0)) 637 (("author") ("title") ("year" nil nil 0) ("date" nil nil 0))
637 (("booktitle")) 638 (("booktitle"))
638 (("subtitle") ("titleaddon") ("maintitle") ("mainsubtitle") 639 (("editor") ("subtitle") ("titleaddon") ("maintitle") ("mainsubtitle")
639 ("maintitleaddon") ("booksubtitle") ("booktitleaddon") 640 ("maintitleaddon") ("booksubtitle") ("booktitleaddon")
640 ("eventtitle") ("eventdate") ("venue") ("language") 641 ("eventtitle") ("eventdate") ("venue") ("language")
641 ("volume") ("part") ("volumes") ("series") ("number") ("note") 642 ("volume") ("part") ("volumes") ("series") ("number") ("note")