summaryrefslogtreecommitdiff
path: root/lisp/textmodes/bibtex.el
Commit message (Expand)AuthorAgeFilesLines
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-4/+4
* Quoting fixes in lisp/textmodesPaul Eggert2015-08-301-16/+23
* Don't overflow if computing approximate percentagePaul Eggert2015-07-311-1/+1
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-4/+4
* Fix a typo in bibtex.elEli Zaretskii2015-04-271-1/+1
* Fix byte-compiler warnings about looking-back.Stefan Monnier2015-04-201-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/electric.el (electric-layout-post-self-insert-function):Dmitry Antipov2014-06-221-2/+2
* * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update required/optionalPer Starbäck2014-02-271-5/+6
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* bibtex-biblatex-entry-alist: Add optional field subtitle for entry type bookRoland Winkler2013-09-071-1/+1
* bibtex-generate-url-list): Add support for DOI URLsRoland Winkler2013-06-251-1/+5
* bibtex-mode: Update imenu-support when dialect changesRoland Winkler2013-06-251-4/+4
* lisp/textmodes/bibtex.el (bibtex-search-entries): Bug fixRoland Winkler2013-04-131-13/+16
* lisp/textmodes/bibtex.el (bibtex-url): Doc fixRoland Winkler2013-04-131-0/+3
* lisp/textmodes/bibtex.el (bibtex-initialize): If the current buffer does not ...Roland Winkler2013-04-131-7/+12
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* lisp/textmodes/bibtex.el: minor bugfixesRoland Winkler2012-09-231-15/+17
* Various minor variable/hook cleanups.Chong Yidong2012-06-121-4/+8
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-3/+3
* Add missing defcustom :version tagsGlenn Morris2012-02-101-0/+9
* lisp/textmodes/bibtex.el: minor doc fixRoland Winkler2012-01-281-1/+5
* lisp/textmodes/bibtex.el: allow bibtex-dialect as file-local variable (Bug#10...Roland Winkler2012-01-281-102/+125
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-291-1/+1
* Fix typos.Juanma Barranquero2011-11-241-2/+2
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-131-1/+1
* * textmodes/bibtex.el (bibtex-complete-string-cleanup)Stefan Monnier2011-09-141-31/+19
* Fix various uses of display-buffer and pop-to-bufferChong Yidong2011-09-101-4/+2
* Remove pop-to-buffer-same-window.Chong Yidong2011-09-021-1/+1
* lisp/textmodes/bibtex.el: small bug fixesRoland Winkler2011-07-121-2/+2
* lisp/textmodes/bibtex.el: add support for biblatexRoland Winkler2011-07-051-451/+806
* lisp/textmodes/bibtex.el: minor cleanup and bug fixesRoland Winkler2011-06-221-35/+35
* lisp/textmodes/bibtex.el: new command bibtex-search-entriesRoland Winkler2011-06-051-0/+120
* lisp/textmodes/bibtex.el: various small bug fixesRoland Winkler2011-06-041-25/+29
* lisp/textmodes/bibtex.el (bibtex-search-entry-globally): New variableRoland Winkler2011-06-041-4/+16
* lisp/textmodes/bibtex.el (bibtex-entry-format): new option sort-fieldsRoland Winkler2011-06-041-7/+26
* Add an :exit-function for completion-at-point.Stefan Monnier2011-05-231-90/+75
* * lisp/textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):Stefan Monnier2011-05-031-5/+2
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge changes from emacs-23 branchChong Yidong2010-10-311-18/+17
|\ \ | |/
| * Replace some inappropriate uses of toggle-read-only. (Bug#7292)Glenn Morris2010-10-291-18/+17
* | New syntax-propertize functionality.Stefan Monnier2010-09-111-1/+3
* | Merge changes from emacs-23 branch.Chong Yidong2010-09-061-1/+1
|\ \ | |/
| * Update email of Roland Winkler <winkler@gnu.org>Stefan Monnier2010-09-021-1/+1
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-241-1/+1
|/