summaryrefslogtreecommitdiff
path: root/lisp/textmodes/bibtex.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* (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