emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114166: bibtex-biblatex-entry-alist: Add optional f


From: Roland Winkler
Subject: [Emacs-diffs] trunk r114166: bibtex-biblatex-entry-alist: Add optional field subtitle for entry type book
Date: Sat, 07 Sep 2013 10:30:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114166
revision-id: address@hidden
parent: address@hidden
committer: Roland Winkler <address@hidden>
branch nick: trunk
timestamp: Sat 2013-09-07 15:59:57 +0530
message:
  bibtex-biblatex-entry-alist: Add optional field subtitle for entry type book
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/textmodes/bibtex.el       bibtex.el-20091113204419-o5vbwnq5f7feedwu-227
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-06 22:46:44 +0000
+++ b/lisp/ChangeLog    2013-09-07 10:29:57 +0000
@@ -1,3 +1,8 @@
+2013-09-07  Roland Winkler  <address@hidden>
+
+       * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
+       field subtitle for entry type book.
+
 2013-09-06  Stefan Monnier  <address@hidden>
 
        * minibuffer.el: Make minibuffer-complete call completion-in-region

=== modified file 'lisp/textmodes/bibtex.el'
--- a/lisp/textmodes/bibtex.el  2013-06-25 09:18:09 +0000
+++ b/lisp/textmodes/bibtex.el  2013-09-07 10:29:57 +0000
@@ -468,7 +468,7 @@
      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")


reply via email to

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