Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2de69e00
Commit
2de69e00
authored
Jul 05, 2011
by
Roland Winkler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lisp/textmodes/bibtex.el: add support for biblatex
parent
2dcdbdd9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
837 additions
and
451 deletions
+837
-451
etc/NEWS
etc/NEWS
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+26
-0
lisp/textmodes/bibtex.el
lisp/textmodes/bibtex.el
+806
-451
No files found.
etc/NEWS
View file @
2de69e00
...
...
@@ -475,6 +475,11 @@ Just set shell-dir-cookie-re to an appropriate regexp.
** BibTeX mode
*** BibTeX mode now supports biblatex.
Use the variable bibtex-dialect to select support for different BibTeX dialects.
bibtex-entry-field-alist is now an obsolete alias for
bibtex-BibTeX-entry-alist.
*** New command `bibtex-search-entries' bound to C-c C-a.
*** New `bibtex-entry-format' option `sort-fields', disabled by default.
...
...
lisp/ChangeLog
View file @
2de69e00
2011-07-05 Roland Winkler <winkler@gnu.org>
* textmodes/bibtex.el: Add support for biblatex.
(bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
(bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
(bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
(bibtex-entry-alist, bibtex-field-alist): New variables.
(bibtex-entry-field-alist): Obsolete alias for
bibtex-BibTeX-entry-alist.
(bibtex-entry-alist, bibtex-field-alist): New widgets.
(bibtex-set-dialect): New command.
(bibtex-entry-type, bibtex-entry-head)
(bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type): Bind
via bibtex-set-dialect.
(bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
(bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
(bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
(bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
Define via bibtex-set-dialect.
(bibtex-name-in-field, bibtex-remove-OPT-or-ALT): Obey
bibtex-no-opt-remove-re.
(bibtex-vec-push, bibtex-vec-incr): New functions.
(bibtex-format-entry, bibtex-field-list)
(bibtex-print-help-message, bibtex-validate)
(bibtex-search-entries): Use new format of bibtex-entry-alist.
2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/compile.el (compilation-goto-locus):
...
...
lisp/textmodes/bibtex.el
View file @
2de69e00
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment