| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Maintainer: when it duplicates Author: | Paul Eggert | 2019-05-26 | 1 | -1/+0 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | Fix default candidate of find-face-definition | Basil L. Contovounesios | 2018-06-09 | 1 | -0/+1 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | | Ensure that we can find definitions when buffer is narrowed | Wilfred Hughes | 2017-12-10 | 1 | -22/+24 |
|/ |
|
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | New commands: find-library-other-window, find-library-other-frame | Charles A. Roelli | 2017-05-20 | 1 | -35/+57 |
* | Fix find-library-name for load-history entries with nil FILE-NAME (Bug#26355) | Noam Postavsky | 2017-04-18 | 1 | -35/+13 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| * | Run find-function-after-hook after finding a symbol | Tino Calancha | 2016-09-23 | 1 | -1/+5 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-08-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Clarify docstring of find-feature-regexp | Noam Postavsky | 2016-07-09 | 1 | -1/+1 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-05-31 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | * lisp/emacs-lisp/find-func.el (find-function-library): | Glenn Morris | 2016-05-26 | 1 | -2/+4 |
* | | Add missing dependencies to seq.el | Nicolas Petton | 2016-05-22 | 1 | -0/+2 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-05-13 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | * lisp/emacs-lisp/find-func.el (find-feature-regexp) | Glenn Morris | 2016-05-12 | 1 | -2/+2 |
* | | Allow finding libraries loaded manually outside the load-path | Lars Ingebrigtsen | 2016-05-01 | 1 | -6/+42 |
* | | Allow a prefix argument to find-library to pop to a different window | Lars Ingebrigtsen | 2016-04-27 | 1 | -10/+15 |
* | | ; Run find-function-after-hook after finding a symbol | Tino Calancha | 2016-04-25 | 1 | -1/+5 |
|/ |
|
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Backslash cleanup in Elisp source files | Paul Eggert | 2015-09-17 | 1 | -1/+1 |
* | Go back to grave quoting in source-code docstrings etc. | Paul Eggert | 2015-09-07 | 1 | -3/+3 |
* | More-conservative ‘format’ quote restyling | Paul Eggert | 2015-08-23 | 1 | -4/+5 |
* | text-quoting-style in emacs-lisp diagnostics | Paul Eggert | 2015-08-21 | 1 | -3/+3 |
* | xref-find-definitions: Exclude more generic function items. | Stephen Leake | 2015-08-13 | 1 | -1/+25 |
* | Make find-function-on-key use the current window | Dmitry Gutov | 2015-06-22 | 1 | -5/+28 |
* | Handle new-style advice in find-funct | Dmitry Gutov | 2015-06-05 | 1 | -8/+11 |
* | (find-function-regexp): Don't match `defgroup' | Dmitry Gutov | 2015-01-25 | 1 | -1/+1 |
* | Improve handling of doc-strings and describe-function for cl-generic | Stefan Monnier | 2015-01-16 | 1 | -31/+37 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Unbreak jumping to an alias's definition | Dmitry Gutov | 2014-12-29 | 1 | -11/+17 |
* | elisp-xref-find: Don't create buffers eagerly | Dmitry Gutov | 2014-12-27 | 1 | -24/+35 |
* | * find-func.el (find-function-C-source-directory): Use file-accessible-direct... | Glenn Morris | 2014-06-25 | 1 | -2/+1 |
* | * lisp/help-fns.el (help-C-file-name): Handle advised functions. | Stefan Monnier | 2014-02-01 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Autoload more carefully from Lisp. Follow aliases for function properties. | Stefan Monnier | 2012-07-25 | 1 | -2/+1 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | * emacs-lisp/find-func.el (find-function-read): Fix incorrect use of default ... | thierry volpiatto | 2011-11-08 | 1 | -23/+17 |
* | * lisp/emacs-lisp/find-func.el (find-function-C-source): Only set | Stefan Monnier | 2011-09-06 | 1 | -7/+8 |
* | Improve Edebug error for attempting to instrument built-in functions. | Chong Yidong | 2011-08-21 | 1 | -1/+7 |
* | * lisp/emacs-lisp/find-func.el (find-library--load-name): New fun. | Stefan Monnier | 2011-06-30 | 1 | -1/+20 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |