emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116602: * textmodes/bibtex.el (bibtex-biblatex-entr


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116602: * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update required/optional
Date: Fri, 28 Feb 2014 06:51:20 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116602
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16781
author: Per Starbäck <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-02-27 22:51:04 -0800
message:
  * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update required/optional
  fields to match development biblatex.  (Trivial change that does not merit
  a :version bump.)
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/textmodes/bibtex.el       bibtex.el-20091113204419-o5vbwnq5f7feedwu-227
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-28 06:44:49 +0000
+++ b/lisp/ChangeLog    2014-02-28 06:51:04 +0000
@@ -1,3 +1,8 @@
+2014-02-28  Per Starbäck  <address@hidden>
+
+       * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
+       required/optional fields to match development biblatex.  (Bug#16781)
+
 2014-02-28  Andy Sawyer  <address@hidden>  (tiny change)
 
        * saveplace.el (toggle-save-place):

=== modified file 'lisp/textmodes/bibtex.el'
--- a/lisp/textmodes/bibtex.el  2014-01-01 07:43:34 +0000
+++ b/lisp/textmodes/bibtex.el  2014-02-28 06:51:04 +0000
@@ -546,9 +546,9 @@
       ("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 @@
       ("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 @@
       ("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")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]