summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/find-func.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (find-variable): Doc fix.Eli Zaretskii2006-12-091-1/+1
|
* (find-library-name): Don't strip ".el" from library name (reverts changeRomain Francoise2006-11-211-3/+3
| | | | of 2005-10-25).
* (find-function-noselect, find-function, find-variable-noselect, find-variable,Juanma Barranquero2006-11-031-6/+6
| | | | find-definition-noselect, find-face-definition): Use "non-nil" in docstrings.
* (find-function-regexp): Don't match "define-button-type".Stefan Monnier2006-10-021-1/+1
|
* (find-function-search-for-symbol): Expand comment.Nick Roberts2006-07-231-1/+4
|
* (find-function-search-for-symbol): Handle "C-h f `".Nick Roberts2006-07-221-1/+3
|
* (find-function-search-for-symbol):Richard M. Stallman2006-07-121-4/+9
| | | | | | | If can't find definition, return nil for position. (find-function-do-it): Handle new return value of find-definition-noselect. (find-definition-noselect, find-variable-noselect): Doc fix. (find-function-noselect): Doc fix.
* (find-function-search-for-symbol): Add comments.Stefan Monnier2006-04-131-0/+8
|
* (find-function-regexp): Allow dashes in defun name, in similar fashionBill Wohler2006-04-101-1/+1
| | | | to find-variable-regexp.
* (find-function-search-for-symbol): Fix regexp so the defined var/fun doesn'tStefan Monnier2006-04-101-1/+1
| | | | need to be quoted.
* (find-library-suffixes): Use `get-load-suffixes' instead of `load-suffixes'.Luc Teirlinck2006-02-271-2/+2
| | | | (find-library-name): Use `load-file-rep-suffixes' instead of '("").
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (find-definition-noselect): Minor doc fix.Luc Teirlinck2006-02-051-1/+1
|
* (find-definition-noselect, find-variable-noselect): Search variables inEli Zaretskii2006-01-211-22/+27
| | | | | | | C source code too. (find-function-C-source, find-function-noselect, find-function) (find-function-other-frame, find-variable-noselect, find-variable) (find-variable-other-frame, find-variable-at-point): Fix docstrings.
* (find-definition-noselect): Fix typo in a doc string: "functoin" => "function".Eli Zaretskii2006-01-061-1/+1
|
* (find-function-regexp):Juri Linkov2005-12-041-3/+8
| | | | | | | Add define-global-minor-mode. Replace `easy-mmode-define-global-mode' with `easy-mmode-define-[a-z-]+'. Add easy-menu-define. (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax and easy-menu-define.
* (find-library-name): Also strip extension if library name ends in .el,Romain Francoise2005-10-251-3/+3
| | | | to take advantage of `find-library-suffixes'.
* (find-library-name): Doc fix.Richard M. Stallman2005-10-211-1/+1
|
* message format spec fixes, commit # 9Deepak Goel2005-09-181-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* (find-function-regexp): Add `define-compilation-mode'.Juri Linkov2005-07-191-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* * emacs-lisp/find-func.el (find-function-noselect): HandleMasatake YAMATO2005-05-301-2/+2
| | | | | | subroutines. * help-fns.el (help-C-file-name): Added autoload mark for `find-function-noselect'.
* (find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'.Juri Linkov2005-03-161-1/+2
|
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
| | | | Change development version from 21.3.50 to 22.0.50.
* (find-face-definition): Renamed from find-face.Richard M. Stallman2005-01-071-1/+3
|
* (find-variable, find-variable-other-window, find-variable-other-frame):Richard M. Stallman2005-01-051-8/+8
| | | | | | Fix the TYPE args to find-function-read and find-function-do-it. (find-function): Doc fix. (find-function-at-point): Replace function-at-point alias.
* Doc fixes.Richard M. Stallman2005-01-051-55/+108
| | | | | | | | | | (find-face-regexp): New variable. (find-function-regexp-alist): New variable. (find-function-C-source): Third arg is now TYPE. (find-function-search-for-symbol): Handle general TYPE. (find-function-read, find-function-do-it): Handle general TYPE. (find-definition-noselect, find-face): New functions. (function-at-point): Alias deleted.
* (find-variable-regexp): Avoid defface.Stefan Monnier2005-01-031-4/+4
|
* (find-function-noselect): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-3/+2
| | | | (find-variable-noselect): Call symbol-file with `defvar'.
* (find-function-regexp): Optimize `define-minor-mode'. Add `defun-cvs-mode'.Juri Linkov2004-11-161-3/+3
| | | | | | Add `deffoo'. Add `f' to [^cgv] to exclude `defface'. Remove invalid `\W' from [^cgv\W]. Doc fix. (find-function-search-for-symbol): Replace "\\>" with "\\_>".
* (find-function-C-source-directory): New var.Stefan Monnier2004-04-291-3/+38
| | | | | (find-function-C-source): New fun. (find-function-search-for-symbol): Use it.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (find-function-on-key): Move the call to find-function-other-windowRichard M. Stallman2003-05-191-20/+21
| | | | outside the save-excursion.
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (find-variable-noselect): Make it workDave Love2003-01-031-1/+2
| | | | with new load-history format.
* (find-library-name): Correctly find "f.el.gz" from "f.elc" or "f.elc.gz".Stefan Monnier2002-09-251-2/+2
|
* (find-library-name): Typo.Stefan Monnier2002-09-121-1/+1
|
* (find-library-name): Don't forget the empty suffix. Fix stale variable name.Stefan Monnier2002-09-121-2/+2
|
* (find-library-suffixes, find-library-name)Stefan Monnier2002-09-091-17/+29
| | | | | (find-library): New funs. (find-function-search-for-symbol): Use it.
* * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.John Paul Wallington2002-09-071-2/+3
| | | | | * emacs-lisp/find-func.el (find-function-recenter-line): Add custom type. Doc fix.
* (find-function-search-for-symbol): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|
* (find-function-search-for-symbol): Use find-file-hook instead of ...-hooks.Stefan Monnier2002-08-151-1/+1
|
* (find-function-search-for-symbol): Obey `definition-name' properties.Richard M. Stallman2002-08-131-0/+4
|
* (find-function-search-for-symbol): Find funs defined with defun-cvs-mode.Stefan Monnier2002-05-161-5/+8
| | | | | (find-function-space-re): New const. Skips comments as well. (find-function-regexp, find-variable-regexp): Use it.
* (find-function-search-for-symbol): Handle more whitespace/newlineMarkus Rost2002-05-121-1/+1
| | | | combinations in symbol definitions.
* (find-function-search-for-symbol): Add autoload cookie.Markus Rost2002-05-081-1/+2
| | | | | (find-function-regexp): Include "\(quote " to match the defaliases in loaddefs.el.
* (find-function-search-for-symbol): Use with-syntax-table.Markus Rost2002-05-061-17/+13
|