diff options
| author | Roland Winkler | 2013-09-07 15:59:57 +0530 |
|---|---|---|
| committer | Roland Winkler | 2013-09-07 15:59:57 +0530 |
| commit | f2f248e7ef7979b2ff12448d55734f0eb275b94f (patch) | |
| tree | dc398cb4448979e8f47a358282151f769d527b0f | |
| parent | 37a65b6013ac145031803412b024b89eb74b3db1 (diff) | |
| download | emacs-f2f248e7ef7979b2ff12448d55734f0eb275b94f.tar.gz emacs-f2f248e7ef7979b2ff12448d55734f0eb275b94f.zip | |
bibtex-biblatex-entry-alist: Add optional field subtitle for entry type book
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/textmodes/bibtex.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb5861bb21d..5e4c11d5cfb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-09-07 Roland Winkler <winkler@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional | ||
| 4 | field subtitle for entry type book. | ||
| 5 | |||
| 1 | 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * minibuffer.el: Make minibuffer-complete call completion-in-region | 8 | * minibuffer.el: Make minibuffer-complete call completion-in-region |
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 171f373317a..795c04e31e1 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -468,7 +468,7 @@ alternatives, starting from zero." | |||
| 468 | nil | 468 | nil |
| 469 | (("editor") ("editora") ("editorb") ("editorc") | 469 | (("editor") ("editora") ("editorb") ("editorc") |
| 470 | ("translator") ("annotator") ("commentator") | 470 | ("translator") ("annotator") ("commentator") |
| 471 | ("introduction") ("foreword") ("afterword") ("titleaddon") | 471 | ("introduction") ("foreword") ("afterword") ("subtitle") ("titleaddon") |
| 472 | ("maintitle") ("mainsubtitle") ("maintitleaddon") | 472 | ("maintitle") ("mainsubtitle") ("maintitleaddon") |
| 473 | ("language") ("origlanguage") ("volume") ("part") ("edition") ("volumes") | 473 | ("language") ("origlanguage") ("volume") ("part") ("edition") ("volumes") |
| 474 | ("series") ("number") ("note") ("publisher") ("location") ("isbn") | 474 | ("series") ("number") ("note") ("publisher") ("location") ("isbn") |