diff options
| -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") |