| Commit message (Expand) | Author | Age | Files | Lines |
* | * lisp/emacs-lisp/find-func.el (find-library): Use test-completion. | Stefan Monnier | 2010-10-21 | 1 | -7/+5 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (find-library-name, find-library): Doc fixes. | Chong Yidong | 2009-02-11 | 1 | -2/+4 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | (find-function-advised-original): New. | Glenn Morris | 2008-11-15 | 1 | -6/+22 |
* | apply patch from Seiji Zenitani to find doc strings in ns*.m files | Adrian Robert | 2008-07-28 | 1 | -1/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | * files.el (locate-file-completion-table): Rename from | Stefan Monnier | 2008-04-19 | 1 | -4/+8 |
* | (find-function-search-for-symbol): Strip extension | Martin Rudalics | 2008-01-29 | 1 | -2/+6 |
* | (find-library): Wrap search for library name in condition-case | Martin Rudalics | 2008-01-25 | 1 | -5/+11 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-12-28 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | (find-function-after-hook): Add :type. | Richard M. Stallman | 2007-12-15 | 1 | -0/+1 |
| * | Default argument for find-library | Vinicius Jose Latorre | 2007-10-31 | 1 | -5/+15 |
* | | Make `find-function' prefer ".el" over "" to fix a bug (see emacs-devel) | Deepak Goel | 2007-12-05 | 1 | -4/+8 |
* | | Default argument for find-library | Vinicius Jose Latorre | 2007-10-31 | 1 | -5/+15 |
* | | Don't require loadhist. | Juanma Barranquero | 2007-10-17 | 1 | -2/+0 |
|/ |
|
* | 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 |
* | (find-variable): Doc fix. | Eli Zaretskii | 2006-12-09 | 1 | -1/+1 |
* | (find-library-name): Don't strip ".el" from library name (reverts change | Romain Francoise | 2006-11-21 | 1 | -3/+3 |
* | (find-function-noselect, find-function, find-variable-noselect, find-variable, | Juanma Barranquero | 2006-11-03 | 1 | -6/+6 |
* | (find-function-regexp): Don't match "define-button-type". | Stefan Monnier | 2006-10-02 | 1 | -1/+1 |
* | (find-function-search-for-symbol): Expand comment. | Nick Roberts | 2006-07-23 | 1 | -1/+4 |
* | (find-function-search-for-symbol): Handle "C-h f `". | Nick Roberts | 2006-07-22 | 1 | -1/+3 |
* | (find-function-search-for-symbol): | Richard M. Stallman | 2006-07-12 | 1 | -4/+9 |
* | (find-function-search-for-symbol): Add comments. | Stefan Monnier | 2006-04-13 | 1 | -0/+8 |
* | (find-function-regexp): Allow dashes in defun name, in similar fashion | Bill Wohler | 2006-04-10 | 1 | -1/+1 |
* | (find-function-search-for-symbol): Fix regexp so the defined var/fun doesn't | Stefan Monnier | 2006-04-10 | 1 | -1/+1 |
* | (find-library-suffixes): Use `get-load-suffixes' instead of `load-suffixes'. | Luc Teirlinck | 2006-02-27 | 1 | -2/+2 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (find-definition-noselect): Minor doc fix. | Luc Teirlinck | 2006-02-05 | 1 | -1/+1 |
* | (find-definition-noselect, find-variable-noselect): Search variables in | Eli Zaretskii | 2006-01-21 | 1 | -22/+27 |
* | (find-definition-noselect): Fix typo in a doc string: "functoin" => "function". | Eli Zaretskii | 2006-01-06 | 1 | -1/+1 |
* | (find-function-regexp): | Juri Linkov | 2005-12-04 | 1 | -3/+8 |
* | (find-library-name): Also strip extension if library name ends in .el, | Romain Francoise | 2005-10-25 | 1 | -3/+3 |
* | (find-library-name): Doc fix. | Richard M. Stallman | 2005-10-21 | 1 | -1/+1 |
* | message format spec fixes, commit # 9 | Deepak Goel | 2005-09-18 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
* | (find-function-regexp): Add `define-compilation-mode'. | Juri Linkov | 2005-07-19 | 1 | -1/+1 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | * emacs-lisp/find-func.el (find-function-noselect): Handle | Masatake YAMATO | 2005-05-30 | 1 | -2/+2 |
* | (find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'. | Juri Linkov | 2005-03-16 | 1 | -1/+2 |
* | Change release version from 21.4 to 22.1 throughout. | Kim F. Storm | 2005-02-09 | 1 | -1/+1 |
* | (find-face-definition): Renamed from find-face. | Richard M. Stallman | 2005-01-07 | 1 | -1/+3 |
* | (find-variable, find-variable-other-window, find-variable-other-frame): | Richard M. Stallman | 2005-01-05 | 1 | -8/+8 |
* | Doc fixes. | Richard M. Stallman | 2005-01-05 | 1 | -55/+108 |
* | (find-variable-regexp): Avoid defface. | Stefan Monnier | 2005-01-03 | 1 | -4/+4 |
* | (find-function-noselect): Call symbol-file with `defun'. | Richard M. Stallman | 2004-12-27 | 1 | -3/+2 |