aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/bibtex.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* (bibtex-entry-field-alist): Use defcustom.Roland Winkler2007-04-161-2/+42
* (bibtex-field-list): Use functionp.Roland Winkler2007-04-151-10/+8
* (bibtex-insert-kill): Pass non-nil NODELIM arg to bibtex-make-field.Glenn Morris2007-04-141-6/+12
* (bibtex-files): Fix customization type.Roland Winkler2007-01-211-1/+2
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update copyright years.Glenn Morris2006-12-091-2/+2
* Fix typo in name of author of bibtex.el,Roland Winkler2006-11-061-1/+1
* (bibtex-autokey-name-case-convert-function)Stefan Monnier2006-05-291-14/+34
* (bibtex-format-entry, bibtex-clean-entry):Stefan Monnier2006-05-221-2/+4
* (bibtex-maintain-sorted-entries): Quote safe-local-variable predicate.Reiner Steib2006-05-221-1/+1
* (bibtex-maintain-sorted-entries): Mark as safe.Roland Winkler2006-05-211-3/+6
* (bibtex-url): New optional arg no-browse. Return the URL or nil ifRoland Winkler2006-04-261-4/+7
* (bibtex-user-optional-fields): Mark as risky.Roland Winkler2006-04-261-0/+1
* (bibtex-find-entry): Don't demand matching case for @Article, etc.J.D. Smith2006-04-241-1/+1
* (bibtex-entry-update): New optional arg entry-type. Add fieldRoland Winkler2006-04-091-15/+35
* (bibtex-find-text-internal): Add new element string-const to return value.Roland Winkler2006-04-091-16/+18
* * textmodes/bibtex.el (bibtex-include-OPTkey)Roland Winkler2006-03-191-49/+50
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (bibtex-strings, bibtex-reference-keys): Mark as risky.Richard M. Stallman2006-01-191-0/+2
* (bibtex-validate-globally): Fix typo in a message text:Eli Zaretskii2006-01-061-1/+1
* (bibtex-mode): Make completion-ignore-caseRoland Winkler2005-12-301-27/+40
* (bibtex-text-in-field-bounds): Handle case that assoc-string returnsRoland Winkler2005-12-291-3/+3
* (bibtex-entry-type-whitespace)Roland Winkler2005-12-291-553/+496
* (bibtex-strings, bibtex-reference-keys):Stefan Monnier2005-12-261-2/+4
* (bibtex-expand-strings)Stefan Monnier2005-12-141-387/+444
* (bibtex-font-lock-url): Catch when point past bound of search.Stefan Monnier2005-10-161-0/+1
* * message.el (message-expand-group): Pass the commonMasatake YAMATO2005-10-161-1/+2
* 2005-10-01 Roland Winkler <[email protected]>Romain Francoise2005-10-011-35/+35
* Message format spec fixes (2)Deepak Goel2005-09-181-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (bibtex, bibtex-autokey): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-3/+3
* (bibtex-Preamble): Enclose BibTeX preamble by field delimiters.Stefan Monnier2005-06-151-1/+3
* (bibtex-summary): Use current BibTeX entry to avoid callingStefan Monnier2005-05-051-17/+16
* (bibtex-autokey-titleword-ignore, bibtex-reference-key)Stefan Monnier2005-04-101-7/+7
* (bibtex-url): Use format to generate the url.Stefan Monnier2005-04-031-56/+67
* (bibtex-format-entry): Use `bibtex-empty-field-re' only on the text ofLute Kamstra2005-01-251-13/+16
* (bibtex-font-lock-url-regexp):Stefan Monnier2004-12-051-83/+105
* (bibtex-sort-entry-class)Stefan Monnier2004-11-261-562/+575
* (bibtex-make-field): Fix typo.John Paul Wallington2004-11-011-1/+1
* (bibtex-make-field): Don't use interactive-p.Richard M. Stallman2004-11-011-8/+9
* Use `button's.Stefan Monnier2004-10-311-463/+707
* (bibtex-generate-url-list): Change format. Provide a sample complex default.Stefan Monnier2004-09-121-166/+162
* (bibtex-mark-active, bibtex-run-with-idle-timer): Move `if' inside the defun.Stefan Monnier2004-09-101-229/+355
* (bibtex-format-entry): Fix regexps.Stefan Monnier2004-06-011-10/+13
* Use assoc-string, not assoc-ignore-case.Richard M. Stallman2004-05-221-25/+29