log lisp/emacs-lisp/find-func.el @ 91429:dca6485ff374

age author description
Tue, 29 Jan 2008 17:39:41 +0000 Martin Rudalics (find-function-search-for-symbol): Strip extension
Fri, 25 Jan 2008 17:46:26 +0000 Martin Rudalics (find-library): Wrap search for library name in condition-case
Tue, 08 Jan 2008 20:46:54 +0000 Miles Bader Merge from emacs--rel--22
Fri, 28 Dec 2007 22:26:14 +0000 Miles Bader Merge from emacs--rel--22
Wed, 05 Dec 2007 22:16:17 +0000 Deepak Goel Make `find-function' prefer ".el" over "" to fix a bug (see emacs-devel)
Wed, 31 Oct 2007 12:39:44 +0000 Vinicius Jose Latorre Default argument for find-library
Wed, 17 Oct 2007 23:49:00 +0000 Juanma Barranquero Don't require loadhist.
Wed, 13 Aug 2008 03:07:25 +0000 Glenn Morris (sync from trunk 2008-01-25)
Mon, 31 Mar 2008 22:12:22 +0000 Chong Yidong (find-function-search-for-symbol): Strip extension from .emacs.el to
Mon, 07 Jan 2008 01:07:48 +0000 Glenn Morris Add 2008 to copyright years.
Sat, 15 Dec 2007 22:35:10 +0000 Richard M. Stallman (find-function-after-hook): Add :type.
Wed, 31 Oct 2007 12:46:29 +0000 Vinicius Jose Latorre Default argument for find-library
Wed, 25 Jul 2007 04:09:49 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 21 Jan 2007 02:48:43 +0000 Glenn Morris Add 2007 to copyright years.
Sat, 09 Dec 2006 12:56:08 +0000 Eli Zaretskii (find-variable): Doc fix.
Tue, 21 Nov 2006 20:06:53 +0000 Romain Francoise (find-library-name): Don't strip ".el" from library name (reverts change
Fri, 03 Nov 2006 15:09:49 +0000 Juanma Barranquero (find-function-noselect, find-function, find-variable-noselect, find-variable,
Mon, 02 Oct 2006 02:27:12 +0000 Stefan Monnier (find-function-regexp): Don't match "define-button-type".
Sun, 23 Jul 2006 21:21:29 +0000 Nick Roberts (find-function-search-for-symbol): Expand comment.
Sat, 22 Jul 2006 22:51:11 +0000 Nick Roberts (find-function-search-for-symbol): Handle "C-h f `".
Wed, 12 Jul 2006 16:03:47 +0000 Richard M. Stallman (find-function-search-for-symbol):
Thu, 13 Apr 2006 14:31:23 +0000 Stefan Monnier (find-function-search-for-symbol): Add comments.
Mon, 10 Apr 2006 22:33:51 +0000 Bill Wohler (find-function-regexp): Allow dashes in defun name, in similar fashion
Mon, 10 Apr 2006 18:45:34 +0000 Stefan Monnier (find-function-search-for-symbol): Fix regexp so the defined var/fun doesn't
Mon, 27 Feb 2006 02:03:00 +0000 Luc Teirlinck (find-library-suffixes): Use `get-load-suffixes' instead of `load-suffixes'.
Mon, 06 Feb 2006 12:31:40 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sun, 05 Feb 2006 05:58:26 +0000 Luc Teirlinck (find-definition-noselect): Minor doc fix.
Sat, 21 Jan 2006 20:38:52 +0000 Eli Zaretskii (find-definition-noselect, find-variable-noselect): Search variables in
Fri, 06 Jan 2006 12:03:41 +0000 Eli Zaretskii (find-definition-noselect): Fix typo in a doc string: "functoin" => "function".
Sun, 04 Dec 2005 02:35:20 +0000 Juri Linkov (find-function-regexp):