summaryrefslogtreecommitdiff
path: root/lisp/which-func.el
Commit message (Collapse)AuthorAgeFilesLines
* Use find-file-hook instead of find-file-hooks.Stefan Monnier2002-08-151-2/+2
|
* (which-function): Call imenu--make-index-alistRichard M. Stallman2001-11-221-12/+29
| | | | | | | if necessary to get a list of functions. (which-function-imenu-failed): New variable. (which-func-update): Handle all visible windows. (which-func-update-1): New subroutine broken out of which-func-update.
* Doc fix.Pavel Janík2001-07-161-1/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-2/+2
|
* Doc fix.Gerd Moellmann2001-07-161-1/+1
|
* Emacs lisp coding convention fixes.Pavel Janík2001-07-141-1/+1
|
* (which-func-mode, which-func-ff-hook)Gerd Moellmann2001-07-131-5/+6
| | | | | (which-function-mode): Remove references to which-func-mode-global.
* (which-func-maxout): Increase default to 500000.Richard M. Stallman2001-06-261-6/+5
| | | | | | (which-function-mode): This is now the "real" name of the function. (which-func-mode): Now an alias. (which-func-mode-global): Name deleted.
* (which-func-modes): Add cperl-mode.Stefan Monnier2001-03-061-23/+11
| | | | (which-func-mode-global): Use define-minor-mode.
* (which-func-mode): Invert which-func-mode-global.Stefan Monnier2001-02-081-12/+12
| | | | Fix from Juanma Barranquero <lektu@uol.com.br>.
* Update maintainer line.Stefan Monnier2000-11-211-0/+1
|
* (which-func-format): Remove spurious space.Stefan Monnier2000-10-051-51/+52
| | | | | | | | | | (which-func-mode): Don't make it permanent-local. (which-func-ff-hook): Allow which-func-maxout to be nil. (which-func-update): Simplify a bit. Only run if which-func-mode is t. (which-func-mode): Simplify. Use post-command-idle-hook rather than post-command-hook. Go through all buffers and update their state. (which-function): Also try add-log-current-defun-function.
* (which-func-cleanup-function): New variable.Richard M. Stallman1999-08-291-1/+15
| | | | (which-function): Call that function.
* (which-func-mode-global): Doc fix.Dave Love1999-04-271-3/+3
|
* *** empty log message ***Karl Heuer1999-03-301-1/+1
|
* (which-func-mode-global): Doc fix.Karl Heuer1999-03-301-1/+2
|
* (which-func-mode-global): Make :set functionKarl Heuer1998-09-301-1/+1
| | | | more reliable.
* (which-function): Handle case when (car imenu--index-alist) is nil.Karl Heuer1998-09-301-2/+3
|
* (which-func-modes): Add fortran-mode.Richard M. Stallman1998-08-141-1/+2
|
* (which-func-ff-hook): If imenu gets error,Karl Heuer1998-06-011-6/+9
| | | | clear which-func-mode.
* (which-func-modes): Fix custom type.Richard M. Stallman1998-05-191-8/+8
| | | | (which-func-non-auto-modes): Likewise.
* (which-func-non-auto-modes): New variable.Richard M. Stallman1998-05-061-7/+7
| | | | | | (which-func-amodes): Variable deleted. (which-func-ff-hook): Use which-func-non-auto-modes instead of which-func-amodes.
* (which-function-mode): New alias.Richard M. Stallman1998-05-061-0/+4
|
* Fix header comments.Dave Love1998-04-211-45/+58
| | | | | (which-func-mode): Add autoload cookie. (which-func-mode-global): Customize.
* *** empty log message ***Dan Nicolaescu1998-04-181-0/+5
|
* (which-func-update): Fix paren error.Richard M. Stallman1998-01-021-8/+8
|
* Comment change.Richard M. Stallman1997-11-231-1/+1
|
* Initial revisionRichard M. Stallman1997-11-231-0/+190