summaryrefslogtreecommitdiff
path: root/lisp/textmodes/bibtex.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Make bibtex-parse-keys more robustLars Ingebrigtsen2019-11-171-0/+3
* Correct some more custom type specsRobert Pluim2019-10-111-4/+10
* Update some URLsPaul Eggert2019-09-231-1/+1
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-5/+5
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-2/+2
* | New commands bibtex-next/previous-entry (Bug#32378)Alex Branham2018-08-271-0/+22
* | Merge from origin/emacs-26Glenn Morris2018-08-261-1/+1
|\|
| * Fix duplicate custom group names in bibtex.elBasil L. Contovounesios2018-08-171-1/+1
* | bibtex-search-entry: Reuse the window displaying the buffer.Roland Winkler2018-05-301-7/+13
* | bibtex-mark-entry: Display no message.Roland Winkler2018-05-301-2/+3
* | bibtex-format-entry: Preserve opt-alt if possible.Roland Winkler2018-05-301-7/+9
* | Merge from origin/emacs-26Glenn Morris2018-05-251-1/+1
|\|
| * Move window-point in bibtex-search-entryRoland Winkler2018-05-241-1/+1
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-4/+6
* | Merge from origin/emacs-26Paul Eggert2018-03-201-1/+1
|\|
| * * lisp/textmodes/bibtex.el (bibtex-mark-entry): activate markAlex Branham2018-03-201-1/+1
* | Use map-y-or-n-p in bibtex.elBasil L. Contovounesios2018-01-201-17/+20