aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/imenu.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * lisp/imenu.el (imenu--split-submenus): Use imenu--subalist-p.Drew Adams2012-11-141-3/+1
|/
* * imenu.el (imenu): Inhibit push-mark message.Chong Yidong2012-10-291-1/+1
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-5/+4
* In Imenu, don't show defvars with no second argument.Chong Yidong2012-08-051-42/+35
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-13/+13
* * lisp/imenu.el: Misc cleanup. Make docstrings out of comments.Stefan Monnier2012-05-081-79/+58
* Add new error and function `user-error'.Stefan Monnier2012-05-041-10/+4
* lisp/imenu.el (imenu-progress-message): Restore.Juanma Barranquero2012-04-191-0/+23
* lisp/*: Add declarations, remove unused bindings, mark unused args.Juanma Barranquero2012-04-191-41/+4
* * imenu.el (imenu--generic-function): Ignore invisible definitions.Drew Adams2012-04-121-1/+11
* * lisp/imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.Stefan Monnier2012-04-111-1/+2
* * lisp/imenu.el: Fix multiple inheritance breakage.Stefan Monnier2012-03-141-7/+11
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Comments.Glenn Morris2010-09-231-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (imenu-default-create-index-function): Detect infiniteSam Steingold2010-01-111-2/+5
* Define risky-local-variable property here rather than in files.el.Glenn Morris2009-08-261-0/+2
* Comment.Glenn Morris2009-08-221-3/+3
* (imenu-example--name-and-position): Fix obsolescence message.Glenn Morris2009-08-211-1/+2
* (imenu-example--name-and-position, imenu-example--lisp-extract-index-name)Stefan Monnier2009-08-191-1/+4
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * align.el:Lute Kamstra2008-12-031-10/+10
* Daniel Colascione <danc at merrillpress.com>Glenn Morris2008-09-301-3/+13
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* * erc-ibuffer.el (erc-channel-modes):Stefan Monnier2008-01-041-2/+3
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update copyright years.Glenn Morris2006-12-051-1/+1
* * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.Chong Yidong2006-09-011-4/+4
* (imenu-choose-buffer-index): Doc fix.Richard M. Stallman2006-07-091-3/+2
* (imenu--index-alist): Balance parentheses.Luc Teirlinck2006-04-181-1/+1
* (imenu-create-index-function, imenu--index-alist)Richard M. Stallman2006-04-181-53/+35
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-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
* (imenu--completion-buffer): Change space constants followed by a sexp to "?\s ".Juanma Barranquero2005-06-291-1/+1
* (imenu-generic-expression, imenu--generic-function'): REGEXP may also be a se...Daniel Pfeiffer2005-05-211-39/+30
* Specify missing group (and type, if simple) in defcustom.Juanma Barranquero2005-05-191-1/+2
* (imenu--generic-function): The official position of aRichard M. Stallman2005-04-231-10/+13
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
* (imenu--split-menu): Copy menulist before sorting.Richard M. Stallman2005-01-151-10/+8
* (imenu--generic-function): Delete code to exclude matches in comments.Richard M. Stallman2004-12-031-35/+27
* Don't always require newcomment.Richard M. Stallman2004-11-251-7/+12