summaryrefslogtreecommitdiff
path: root/lisp/textmodes/bibtex.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix bibtex-biblatex-field-alist docstring typo.Basil L. Contovounesios2024-03-121-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-12-311-1/+1
* lisp/textmodes/bibtex.el: fix bibtex-beginning-of-entry (bug#56636)Roland Winkler2022-12-291-4/+12
* lisp/textmodes/bibtex.el: Treat $ as punctuation in BibTeX fields (bug#50202)Roland Winkler2022-12-291-4/+8
* Prefer defvar-keymap in bibtex.elStefan Kangas2022-10-071-67/+65
* restore and obsolete `gnus-string-equal' and `bibtex-string='Sam Steingold2022-07-261-0/+5
* string-equal-ignore-case: new functionSam Steingold2022-07-261-18/+14
* Make bibtex-mode not signal errors when used programmaticallyLars Ingebrigtsen2022-07-131-1/+5
* Remove many items obsolete since 24.1Stefan Kangas2022-07-081-11/+0
* Fix bibtex-map-entries regression at bobpLars Ingebrigtsen2022-05-101-2/+2
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-1/+1
* Ensure forward progress in bibtex-map-entriesLars Ingebrigtsen2022-04-201-5/+11
* Add biblatex alias entry types for compability with bibtexOlaf Trygve Berglihn2022-04-121-0/+23
* Tweak how bibtex-mark-entry places pointLars Ingebrigtsen2022-03-071-3/+3
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Make some variable aliases obsoleteStefan Kangas2021-12-201-4/+4
* | Fix bibtex-biblatex-entry-alist sorting when using latexLars Ingebrigtsen2021-12-111-0/+18
* | Make two old function aliases obsoleteStefan Kangas2021-10-051-4/+3
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-2/+2
* ; Fix typosStefan Kangas2021-09-031-4/+4
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* ; Remove some useless commentsStefan Kangas2021-04-161-3/+0
* Convert many more links to use HTTPSStefan Kangas2021-03-241-1/+1
* Fix typosMattias Engdegård2021-02-181-1/+1
* bibtex-mode: Extend widget bibtex-entry-alistRoland Winkler2021-01-021-1/+3
* bibtex-mode: Handle biblatex field aliases (bug#44976)Roland Winkler2021-01-011-155/+296
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* bibtex-mode: Permit user-defined schemes for sorting entries.Roland Winkler2020-12-181-38/+62
* bibtex-autokey-get-year: Follow iso8601Roland Winkler2020-12-111-12/+18
* * lisp/textmodes/bibtex.el: Use user-error.Roland Winkler2020-12-041-42/+43
* Prefer setq-local in most of textmodes/*.elStefan Kangas2020-12-041-39/+39
* Remove redundant requires of 'button'Stefan Kangas2020-12-031-2/+0
* bibtex-autokey-get-year: Allow both a year or date field.Roland Winkler2020-12-021-10/+18
* bibtex-mode: do not fail when local variables are disabledRoland Winkler2020-12-021-1/+1
* Allow bibtex-contline-indentation as file-local variable.Roland Winkler2020-12-021-13/+21
* Allow bibtex-unify-case-function as file-local variableRoland Winkler2020-12-021-13/+14
* Don't make bibtex-unify-case-convert buffer-localBasil L. Contovounesios2020-11-181-2/+1
* ; Fix last change to bibtex.elBasil L. Contovounesios2020-11-161-5/+5
* Add new user option bibtex-unify-case-convertFrancesco Potortì2020-11-161-38/+51
* Sync biblatex entries and fields with v3.15Basil L. Contovounesios2020-11-051-61/+85
* Simplify some bibtex.el variable definitionsBasil L. Contovounesios2020-10-291-48/+41
* Ensure `bibtex-set-dialect' is executed in bibtex buffersGrégoire Jadi2020-08-191-0/+1
* Evaluate some unnecessarily quoted lambdasBasil L. Contovounesios2020-06-211-5/+5
* * lisp/textmodes/bibtex.el: Fix bug#41285 (paren typo)Stefan Monnier2020-05-161-3/+3
* ; Fix last change to bibtex.elBasil L. Contovounesios2020-05-111-0/+1
* * lisp/textmodes/bibtex.el: Avoid `eval`Stefan Monnier2020-05-111-50/+59
* Use regexp-opt to define bibtex-autokey-transcriptions. (Bug#39686)Roland Winkler2020-03-061-23/+27