]> git.eshelyaron.com Git - emacs.git/commitdiff
* textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update required/optional
authorPer Starbäck <starback@stp.lingfil.uu.se>
Fri, 28 Feb 2014 06:51:04 +0000 (22:51 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 28 Feb 2014 06:51:04 +0000 (22:51 -0800)
fields to match development biblatex.  (Trivial change that does not merit
a :version bump.)

Fixes: debbugs:16781
lisp/ChangeLog
lisp/textmodes/bibtex.el

index 1084db34775372b0cd4b4dff12a03595543251f5..263c29c7af98f8bc598716cbca175bc65b498afe 100644 (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):
index ebb22d6f0555eb65d8a696449361f59fa1bb2f2c..8a99ff2926dda2b20e1dcaaffe1385c59b78bf54 100644 (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")