2006-04-13 |
Stefan Monnier |
(find-function-search-for-symbol): Add comments.
|
2006-04-10 |
Bill Wohler |
(find-function-regexp): Allow dashes in defun name, in similar fashion
|
2006-04-10 |
Stefan Monnier |
(find-function-search-for-symbol): Fix regexp so the defined var/fun doesn't
|
2006-02-27 |
Luc Teirlinck |
(find-library-suffixes): Use `get-load-suffixes' instead of `load-suffixes'.
|
2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2006-02-05 |
Luc Teirlinck |
(find-definition-noselect): Minor doc fix.
|
2006-01-21 |
Eli Zaretskii |
(find-definition-noselect, find-variable-noselect): Search variables in
|
2006-01-06 |
Eli Zaretskii |
(find-definition-noselect): Fix typo in a doc string: "functoin" => "function".
|
2005-12-04 |
Juri Linkov |
(find-function-regexp):
|
2005-10-25 |
Romain Francoise |
(find-library-name): Also strip extension if library name ends in .el,
|
2005-10-21 |
Richard M. Stallman |
(find-library-name): Doc fix.
|
2005-09-18 |
Deepak Goel |
message format spec fixes, commit # 9
|
2005-08-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-07-19 |
Juri Linkov |
(find-function-regexp): Add `define-compilation-mode'.
|
2005-07-04 |
Lute Kamstra |
Update FSF's address.
|
2005-05-30 |
Masatake YAMATO |
* emacs-lisp/find-func.el (find-function-noselect): Handle
|
2005-03-16 |
Juri Linkov |
(find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'.
|
2005-02-09 |
Kim F. Storm |
Change release version from 21.4 to 22.1 throughout.
|
2005-01-07 |
Richard M. Stallman |
(find-face-definition): Renamed from find-face.
|
2005-01-05 |
Richard M. Stallman |
(find-variable, find-variable-other-window, find-variable-other-frame):
|
2005-01-05 |
Richard M. Stallman |
Doc fixes.
|
2005-01-03 |
Stefan Monnier |
(find-variable-regexp): Avoid defface.
|
2004-12-27 |
Richard M. Stallman |
(find-function-noselect): Call symbol-file with `defun'.
|
2004-11-16 |
Juri Linkov |
(find-function-regexp): Optimize `define-minor-mode'. Add `defun-cvs-mode'.
|
2004-04-29 |
Stefan Monnier |
(find-function-C-source-directory): New var.
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-05-19 |
Richard M. Stallman |
(find-function-on-key): Move the call to find-function-other-window
|
2003-02-04 |
Juanma Barranquero |
Trailing whitepace deleted.
|
2003-01-03 |
Dave Love |
(find-variable-noselect): Make it work
|
2002-09-25 |
Stefan Monnier |
(find-library-name): Correctly find "f.el.gz" from "f.elc" or "f.elc.gz".
|
2002-09-12 |
Stefan Monnier |
(find-library-name): Typo.
|
2002-09-12 |
Stefan Monnier |
(find-library-name): Don't forget the empty suffix. Fix stale variable name.
|
2002-09-09 |
Stefan Monnier |
(find-library-suffixes, find-library-name)
|
2002-09-07 |
John Paul Wallington |
* emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
|
2002-09-06 |
Juanma Barranquero |
(find-function-search-for-symbol): Fix spacing.
|
2002-08-15 |
Stefan Monnier |
(find-function-search-for-symbol): Use find-file-hook instead of ...-hooks.
|
2002-08-13 |
Richard M. Stallman |
(find-function-search-for-symbol): Obey `definition-name' properties.
|
2002-05-16 |
Stefan Monnier |
(find-function-search-for-symbol): Find funs defined with defun-cvs-mode.
|
2002-05-12 |
Markus Rost |
(find-function-search-for-symbol): Handle more whitespace/newline
|
2002-05-08 |
Markus Rost |
(find-function-search-for-symbol): Add autoload cookie.
|
2002-05-06 |
Markus Rost |
(find-function-search-for-symbol): Use with-syntax-table.
|
2002-05-04 |
Markus Rost |
(find-function-search-for-symbol): Bind case-fold-search when searching.
|
2001-10-30 |
Stefan Monnier |
(find-function-search-for-symbol):
|
2001-07-25 |
Gerd Moellmann |
(find-function-regexp): Add
|
2001-07-16 |
Pavel JanÃk |
Some fixes to follow coding conventions.
|
2000-11-03 |
Stefan Monnier |
(find-function-do-it): Quote the hook.
|
2000-11-02 |
Dave Love |
(find-variable-regexp): Avoid defgroup.
|
2000-10-06 |
Dave Love |
(find-function-regexp): Remove spurion.
|
1999-11-25 |
Dave Love |
Fix last change.
|
1999-11-23 |
Dave Love |
(find-function-regexp): Use `define-minor-mode' after easy-menu
|
1999-08-29 |
Richard M. Stallman |
(find-function-regexp): Allow a ) or ( to end a function name.
|
1999-01-13 |
Dave Love |
(find-function-on-key): Fix previous
|
1999-01-10 |
Dave Love |
(find-function-on-key): DTRT for mouse
|
1999-01-07 |
Dave Love |
More doc fixes.
|
1999-01-06 |
Richard M. Stallman |
Doc fixes.
|
1998-12-11 |
Dave Love |
(find-function-search-for-symbol):
|
1998-11-19 |
Richard M. Stallman |
(find-function-regexp): Handle skeletons.
|
1998-11-07 |
Karl Heuer |
(find-variable-noselect): Autoload.
|
1998-09-21 |
Karl Heuer |
(find-function-search-for-symbol): Fix error messages.
|
1998-08-27 |
Dave Love |
(find-function-search-for-symbol): Look
|