summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/package.el
Commit message (Expand)AuthorAgeFilesLines
* Consistently refer to VC packages as suchPhilip Kaludercic2022-11-271-2/+2
* Don't break when loading VC packages on older Emacs versionsPhilip Kaludercic2022-11-231-3/+1
* * lisp/emacs-lisp/package.el (package-maintainers): Improve error handlingPhilip Kaludercic2022-11-191-4/+13
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-2/+2
* Fix indefinite loading of asynchronous downloadsPhilip Kaludercic2022-11-171-1/+1
* Fix edebug spec for 'package--with-response-buffer'Philip Kaludercic2022-11-171-4/+1
* Respect :lisp-dir in package specs by loading a sub-directoryPhilip Kaludercic2022-11-171-17/+13
* ; * lisp/emacs-lisp/package.el (package-load-all-descriptors): Use \`Mattias EngdegÄrd2022-11-061-1/+1
* ; Handle case that was forgotten in the last commitPhilip Kaludercic2022-11-021-1/+1
* Track file name in 'package--downloads-in-progress'Philip Kaludercic2022-11-021-10/+10
* ; Avoid loading package-vc in 'package-load-descriptor'Philip Kaludercic2022-10-311-4/+0
* Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-301-2/+1
|\
| * ; Fix several symbol name typosStefan Kangas2022-10-261-2/+1
* | Use 'elpa-packages' files for VC metadataPhilip Kaludercic2022-10-181-2/+13
* | Mark source packages as always updatablePhilip Kaludercic2022-10-161-6/+7
* | Delete 'package-contact-maintainer'Philip Kaludercic2022-10-161-14/+0
* | Merge branch 'master' into feature/package+vcPhilip Kaludercic2022-10-151-3/+7
|\|
| * package.el: Understand a few more variations in tarball formatsStefan Monnier2022-10-081-3/+7
* | Only use 'package-vc-repository-store' if necessaryPhilip Kaludercic2022-10-121-13/+13
* | Clone packages into a separate directoryPhilip Kaludercic2022-10-081-4/+17
* | * lisp/emacs-lisp/package.el (package-report-bug): Use 'file-in-directory-p'Philip Kaludercic2022-10-081-10/+9
* | Add a package-vc command for submitting ptchesPhilip Kaludercic2022-10-081-7/+10
* | Extract package maintainer guessing code into a separate functionPhilip Kaludercic2022-10-081-27/+23
* | Add an inline procedure for checking for source packagesPhilip Kaludercic2022-10-081-9/+15
* | Merge branch 'master' into feature/package+vcPhilip Kaludercic2022-10-081-43/+58
|\|
| * Improve package-check-signature docstringStefan Kangas2022-10-071-10/+17
| * Fix calling `package-reinstall' just after quick initialization.Matt Armstrong2022-10-061-4/+8
| * package-update would always re-install packageLin Sun2022-09-281-2/+2
| * Don't overwrite error message in `x' in package.elLars Ingebrigtsen2022-09-121-26/+30
| * New function substitute-quotesStefan Kangas2022-09-101-1/+1
* | Add a generic bug reporting command for packagesPhilip Kaludercic2022-10-061-0/+32
* | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-08-121-3/+8
|\|
| * Use help-key-binding face in package list helpStefan Kangas2022-08-121-1/+1
| * Minor cleanups in autoload.el/loaddefs-gen.elLars Ingebrigtsen2022-08-041-1/+3
| * Consider built-in packages to be installedMatt Armstrong2022-08-021-1/+4
* | * package.el (describe-package-1): Add news if avaliablePhilip Kaludercic2022-08-111-1/+12
* | * package.el (package--get-activatable-pkg): Prefer source packagesPhilip Kaludercic2022-08-111-4/+12
* | Allow updating source packagesPhilip Kaludercic2022-08-111-5/+10
* | Ignore files in .elpaignore during byte compilationPhilip Kaludercic2022-08-111-1/+22
* | Extract package-fetch and related functionalityPhilip Kaludercic2022-07-311-192/+78
* | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-07-311-55/+207
|\|
| * Fix remaining byte-compile warnings in loaddefs.elLars Ingebrigtsen2022-07-311-0/+1
| * Fix further package.el loaddefs byte-compile warningsLars Ingebrigtsen2022-07-311-0/+3
| * Fix loaddefs byte-compile warning from package.elLars Ingebrigtsen2022-07-311-0/+1
| * Make package-archives URL treatment slighty laxerRobert Pluim2022-07-251-1/+1
| * Don't exclude current dir in `package--reload-previously-loaded'Paul Pogonyshev2022-07-241-6/+21
| * * lisp/emacs-lisp/package.el (define-package): Make obsolete.Stefan Kangas2022-07-111-2/+1
| * Remove many items obsolete since 24.1Stefan Kangas2022-07-081-3/+0
| * Fix missing :value with defcustom const :typeStefan Kangas2022-07-061-4/+4
| * Make some defcustom types more restrictiveStefan Kangas2022-07-051-4/+4