summaryrefslogtreecommitdiff
path: root/lisp/textmodes/bibtex.el
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix typos in comments.Juanma Barranquero2010-01-141-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (bibtex-enclosing-field): Exclude entry delimiter if it is at the endRoland Winkler2009-12-061-2/+5
* (bibtex-map-entries): Use marker to keepRoland Winkler2009-12-051-23/+58
* (bibtex-complete-internal): Use completion-in-region.Stefan Monnier2009-12-031-28/+6
* * textmodes/two-column.el (2C-split):Stefan Monnier2009-10-311-2/+1
* Replace completion-base-size by completion-base-position to fix bugsStefan Monnier2009-10-151-4/+4
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-3/+5
* Fix typos.Juanma Barranquero2009-09-241-1/+1
* Use forward-line rather than goto-line.Glenn Morris2009-09-011-2/+4
* (bibtex-format-entry, bibtex-search-crossref): Allow OPT prefix forRoland Winkler2009-04-061-2/+3
* (bibtex-autokey-titleword-ignore): Fix regexp. bug#2385.Roland Winkler2009-02-201-9/+9
* (bibtex-global-key-alist, bibtex-initialize): Exclude current bufferRoland Winkler2009-02-141-27/+36
* (bibtex-format-entry): Simplify previous change.Roland Winkler2009-01-171-6/+4
* (bibtex-format-entry): Fix previous change.Roland Winkler2009-01-161-2/+2
* (bibtex-format-entry): For updating field delimiters, allowRoland Winkler2009-01-161-9/+22
* (bibtex-copy-field-as-kill): Doc fix.Glenn Morris2009-01-141-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * face-remap.el (text-scale-mode-step, buffer-face-mode-face):Juanma Barranquero2008-12-151-1/+2
* (bibtex-entry-format): Mark as safe.Roland Winkler2008-08-181-2/+14
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (bibtex-format-entry): Handle error message refering to a missingRoland Winkler2008-02-251-26/+37
* * textmodes/bibtex.el: Remove support for hideshow minor mode asRoland Winkler2008-02-251-13/+0
* (bibtex-convert-alien): Do not use optional args in calls of sit-for.Roland Winkler2008-02-201-2/+2
* (bibtex-search-entry): Rename from bibtex-find-entry.Roland Winkler2008-02-171-339/+366
* (bibtex-initialize): New autoloaded command. Rename from functionRoland Winkler2008-01-091-126/+137
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | (bibtex-entry-format): New options `whitespace', `braces', and `string'.Roland Winkler2007-06-231-128/+380
|/
* (bibtex-include-OPTkey, bibtex-user-optional-fields)Roland Winkler2007-04-171-45/+31