| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Comments. | Glenn Morris | 2010-09-23 | 1 | -1/+1 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (imenu-default-create-index-function): Detect infinite | Sam Steingold | 2010-01-11 | 1 | -2/+5 |
* | Define risky-local-variable property here rather than in files.el. | Glenn Morris | 2009-08-26 | 1 | -0/+2 |
* | Comment. | Glenn Morris | 2009-08-22 | 1 | -3/+3 |
* | (imenu-example--name-and-position): Fix obsolescence message. | Glenn Morris | 2009-08-21 | 1 | -1/+2 |
* | (imenu-example--name-and-position, imenu-example--lisp-extract-index-name) | Stefan Monnier | 2009-08-19 | 1 | -1/+4 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | * align.el: | Lute Kamstra | 2008-12-03 | 1 | -10/+10 |
* | Daniel Colascione <danc at merrillpress.com> | Glenn Morris | 2008-09-30 | 1 | -3/+13 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | * erc-ibuffer.el (erc-channel-modes): | Stefan Monnier | 2008-01-04 | 1 | -2/+3 |
* | Replace `iff' in doc-strings and comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | Update copyright years. | Glenn Morris | 2006-12-05 | 1 | -1/+1 |
* | * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick. | Chong Yidong | 2006-09-01 | 1 | -4/+4 |
* | (imenu-choose-buffer-index): Doc fix. | Richard M. Stallman | 2006-07-09 | 1 | -3/+2 |
* | (imenu--index-alist): Balance parentheses. | Luc Teirlinck | 2006-04-18 | 1 | -1/+1 |
* | (imenu-create-index-function, imenu--index-alist) | Richard M. Stallman | 2006-04-18 | 1 | -53/+35 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (imenu--completion-buffer): Change space constants followed by a sexp to "?\s ". | Juanma Barranquero | 2005-06-29 | 1 | -1/+1 |
* | (imenu-generic-expression, imenu--generic-function'): REGEXP may also be a se... | Daniel Pfeiffer | 2005-05-21 | 1 | -39/+30 |
* | Specify missing group (and type, if simple) in defcustom. | Juanma Barranquero | 2005-05-19 | 1 | -1/+2 |
* | (imenu--generic-function): The official position of a | Richard M. Stallman | 2005-04-23 | 1 | -10/+13 |
* | Change release version from 21.4 to 22.1 throughout. | Kim F. Storm | 2005-02-09 | 1 | -2/+2 |
* | (imenu--split-menu): Copy menulist before sorting. | Richard M. Stallman | 2005-01-15 | 1 | -10/+8 |
* | (imenu--generic-function): Delete code to exclude matches in comments. | Richard M. Stallman | 2004-12-03 | 1 | -35/+27 |
* | Don't always require newcomment. | Richard M. Stallman | 2004-11-25 | 1 | -7/+12 |
* | (imenu--generic-function): | Richard M. Stallman | 2004-11-20 | 1 | -3/+11 |
* | (imenu-eager-completion-buffer): Add :version. | Richard M. Stallman | 2004-11-04 | 1 | -1/+3 |
* | (imenu-scanning-message): Remove. | Kim F. Storm | 2004-10-28 | 1 | -21/+28 |
* | (imenu--generic-function): Skip matches in comments. | Daniel Pfeiffer | 2004-10-26 | 1 | -22/+29 |
* | (imenu--completion-buffer): Don't return t for rescan. | Stefan Monnier | 2004-10-10 | 1 | -20/+19 |
* | Several doc fixes: don't say variables are buffer-local. | Richard M. Stallman | 2004-08-16 | 1 | -7/+2 |
* | (imenu-prev-index-position-function) | Stefan Monnier | 2004-07-26 | 1 | -13/+6 |
* | (imenu--menubar-select): Set imenu-menubar-modified-tick | Richard M. Stallman | 2004-05-29 | 1 | -0/+4 |
* | (imenu--generic-function): Docstring fix. | Lute Kamstra | 2003-10-02 | 1 | -3/+10 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
* | (imenu--split-menu): Remove unused var `count'. | Stefan Monnier | 2003-05-16 | 1 | -55/+50 |
* | (imenu--generic-function): Use font-lock-defaults | Stefan Monnier | 2003-05-06 | 1 | -4/+6 |
* | (imenu-syntax-alist): Doc fix. | Glenn Morris | 2002-08-20 | 1 | -1/+1 |
* | (imenu--generic-function): Use mapc. | Glenn Morris | 2002-08-20 | 1 | -2/+3 |
* | (imenu-always-use-completion-buffer-p): Make obsolete. | Stefan Monnier | 2002-08-15 | 1 | -40/+38 |