summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/autoload.el
Commit message (Expand)AuthorAge
* * lisp/emacs-lisp/autoload.el: Improve last changeStefan Monnier2021-01-05
* * lisp/emacs-lisp/package.el: Load package-quickstart without package.elStefan Monnier2021-01-05
* Update copyright year to 2021Paul Eggert2021-01-01
* Add lexical-binding cookie to autoload filesStefan Kangas2020-12-31
* Make update-file-autoloads respect generated-autoload-fileLars Ingebrigtsen2020-10-04
* Stop using a dynamically bound 'generated-autoload-file' variableLars Ingebrigtsen2020-10-02
* Fix up previous autoload-find-generated-file changeLars Ingebrigtsen2020-09-17
* Make package install not bug out on weird stuff in find-file-hooksLars Ingebrigtsen2020-09-17
* ; * lisp/emacs-lisp/autoload.el: Begin summary line with three semicolons.Jonas Bernoulli2020-08-13
* Remove compat code from autoload.elLars Ingebrigtsen2020-08-11
* Tweak the autoloads scrape output slightlyLars Ingebrigtsen2020-08-06
* Make the loaddefs scraping compilation output look more regularLars Ingebrigtsen2020-08-06
* Merge from origin/emacs-27Glenn Morris2020-04-15
|\
| * Fix edge case errors in filename-matching regexpsMattias EngdegÄrd2020-04-14
* | Add 'nofollow' flag to set-file-modes etc.Paul Eggert2020-02-23
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix some file-mode racesPaul Eggert2019-09-16
* Support `cl-defstruct' in autoloadsStephen Leake2019-09-10
* * lisp/emacs-lisp/autoload.el: Make progress info more informative.Stefan Monnier2019-07-27
* Remove incorrect commentary about #$ in autoloadsNoam Postavsky2019-07-13
* Add commentary about #$ in autoload filesNoam Postavsky2019-07-06
* Tweak progress reporting in update-directory-autoloadsLars Ingebrigtsen2019-06-19
* Output progress messages when scraping autoloads during bootstrapLars Ingebrigtsen2019-06-18
* * lisp/emacs-lisp/autoload.el (make-autoload): Don't add useless docStefan Monnier2019-03-08
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | Merge from origin/emacs-26Glenn Morris2018-11-04
|\|
| * Fix a typo in autoload.elEli Zaretskii2018-11-01
* | * lisp/emacs-lisp/autoload.el (autoload-ignored-definitions): New varStefan Monnier2018-10-02
* | file-attributes cleanupPaul Eggert2018-09-23
* | Don't include text properties when making autoloadsAllen Li2018-08-17
* | * lisp/emacs-lisp/autoload.el (autoload--make-defs-autoload):Glenn Morris2018-04-19
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-10
* | Arrange for loaddefs files to be greppablePaul Eggert2018-03-01
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Let autoload-compute-prefix be set file-locally (Bug#29471)Noam Postavsky2017-12-02
* Remove some bogus definition-prefixes from loaddefsGlenn Morris2017-11-28
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix over-protection of byte-compiled filesPaul Eggert2017-08-26
* Fix a couple of make-temp-file racesPaul Eggert2017-08-05
* autoload-rubric no longer provides a feature by defaultGlenn Morris2017-05-17
* Don't duplicate autoload code in package.elGlenn Morris2017-05-09
* Write autoloads file atomicallyGlenn Morris2017-05-06
* Write autoloads file once onlyGlenn Morris2017-05-06
* Improve prefix handling for dash.elStefan Monnier2017-04-21
* Don't register "def" as an autoload prefix (Bug#26412)Noam Postavsky2017-04-19
* Stop cl-lib loading pcase at runtimeGlenn Morris2017-04-19
* * lisp/emacs-lisp/autoload.el (make-autoload): Support cl-defgenericStefan Monnier2017-02-21
* Nix some useless uses of looking-at, looking-backMark Oteiza2017-02-12