| Commit message (Expand) | Author | Age | Files | Lines |
* | * lisp/emacs-lisp/autoload.el: Make progress info more informative. | Stefan Monnier | 2019-07-27 | 1 | -1/+4 |
* | Remove incorrect commentary about #$ in autoloads | Noam Postavsky | 2019-07-13 | 1 | -5/+0 |
* | Add commentary about #$ in autoload files | Noam Postavsky | 2019-07-06 | 1 | -2/+6 |
* | Tweak progress reporting in update-directory-autoloads | Lars Ingebrigtsen | 2019-06-19 | 1 | -6/+8 |
* | Output progress messages when scraping autoloads during bootstrap | Lars Ingebrigtsen | 2019-06-18 | 1 | -0/+5 |
* | * lisp/emacs-lisp/autoload.el (make-autoload): Don't add useless doc | Stefan Monnier | 2019-03-08 | 1 | -1/+1 |
* | 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 |
* | | Replace insignificant backquotes | Michael Heerdegen | 2018-11-25 | 1 | -6/+6 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-11-04 | 1 | -1/+1 |
|\| |
|
| * | Fix a typo in autoload.el | Eli Zaretskii | 2018-11-01 | 1 | -1/+1 |
* | | * lisp/emacs-lisp/autoload.el (autoload-ignored-definitions): New var | Stefan Monnier | 2018-10-02 | 1 | -10/+16 |
* | | file-attributes cleanup | Paul Eggert | 2018-09-23 | 1 | -8/+15 |
* | | Don't include text properties when making autoloads | Allen Li | 2018-08-17 | 1 | -1/+1 |
* | | * lisp/emacs-lisp/autoload.el (autoload--make-defs-autoload): | Glenn Morris | 2018-04-19 | 1 | -1/+2 |
* | | Remove many items obsolete since Emacs 22.1 | Glenn Morris | 2018-03-10 | 1 | -3/+0 |
* | | Arrange for loaddefs files to be greppable | Paul Eggert | 2018-03-01 | 1 | -0/+2 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Let autoload-compute-prefix be set file-locally (Bug#29471) | Noam Postavsky | 2017-12-02 | 1 | -0/+1 |
* | Remove some bogus definition-prefixes from loaddefs | Glenn Morris | 2017-11-28 | 1 | -0/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -3/+3 |
* | Fix over-protection of byte-compiled files | Paul Eggert | 2017-08-26 | 1 | -1/+7 |
* | Fix a couple of make-temp-file races | Paul Eggert | 2017-08-05 | 1 | -5/+5 |
* | autoload-rubric no longer provides a feature by default | Glenn Morris | 2017-05-17 | 1 | -14/+10 |
* | Don't duplicate autoload code in package.el | Glenn Morris | 2017-05-09 | 1 | -11/+19 |
* | Write autoloads file atomically | Glenn Morris | 2017-05-06 | 1 | -4/+18 |
* | Write autoloads file once only | Glenn Morris | 2017-05-06 | 1 | -26/+13 |
* | Improve prefix handling for dash.el | Stefan Monnier | 2017-04-21 | 1 | -1/+2 |
* | Don't register "def" as an autoload prefix (Bug#26412) | Noam Postavsky | 2017-04-19 | 1 | -1/+3 |
* | Stop cl-lib loading pcase at runtime | Glenn Morris | 2017-04-19 | 1 | -1/+2 |
* | * lisp/emacs-lisp/autoload.el (make-autoload): Support cl-defgeneric | Stefan Monnier | 2017-02-21 | 1 | -1/+1 |
* | Nix some useless uses of looking-at, looking-back | Mark Oteiza | 2017-02-12 | 1 | -1/+1 |
* | 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 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-10-23 | 1 | -1/+6 |
|\| |
|
| * | * lisp/emacs-lisp/autoload.el (update-directory-autoloads): Fix last change. | Eli Zaretskii | 2016-10-19 | 1 | -2/+1 |
| * | Don't scan compiled module files for autoloads | Eli Zaretskii | 2016-10-19 | 1 | -1/+7 |
| * | * lisp/emacs-lisp/autoload.el (update-directory-autoloads): | Glenn Morris | 2016-04-25 | 1 | -9/+11 |
* | | If autoloads buffer is unchanged, mark it as such (bug#23692) | Stefan Monnier | 2016-10-11 | 1 | -1/+2 |
* | | * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): | Glenn Morris | 2016-08-01 | 1 | -1/+3 |
* | | Include versioned preloaded libraries in `package--builtin-versions' | Chris Feng | 2016-07-13 | 1 | -20/+19 |
* | | * lisp/emacs-lisp/autoload.el (autoload--make-defs-autoload): Expand less | Stefan Monnier | 2016-06-01 | 1 | -23/+72 |
* | | ; Spelling fixes | Paul Eggert | 2016-05-30 | 1 | -1/+1 |
* | | * lisp/emacs-lisp/autoload.el: Use radix-tree. | Stefan Monnier | 2016-05-30 | 1 | -54/+32 |
* | | * lisp/subr.el (definition-prefixes): Expand docstring | Stefan Monnier | 2016-05-27 | 1 | -9/+7 |
* | | Make autoloads populate a new definition-prefixes table | Stefan Monnier | 2016-05-25 | 1 | -15/+181 |
* | | ; Spelling and quoting fixes | Paul Eggert | 2016-05-01 | 1 | -1/+1 |
* | | When autoload-timestamps is nil, use a dummy timestamp rather than "t". | Glenn Morris | 2016-04-23 | 1 | -10/+20 |
* | | Prevent bootstrap autoload backup files | Phillip Lord | 2016-04-20 | 1 | -14/+28 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-04-18 | 1 | -28/+14 |
|\| |
|