summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/package.el
Commit message (Expand)AuthorAgeFilesLines
* Ensure that package menu respects 'package-install-upgrade-built-in'Philip Kaludercic2023-05-121-1/+3
* (package-upgrade): Don't remove the package from 'package-selected-packages'Dmitry Gutov2023-05-061-1/+1
* ; Remove some leftover textDmitry Gutov2023-04-281-4/+1
* ; Minor improvements in doc strings of package-upgrade commandsEli Zaretskii2023-04-281-3/+8
* package-upgrade[-all]: Expand docstrings to note the current limitationDmitry Gutov2023-04-281-2/+10
* Rename all functions called package-*-update-* to package-*-upgrade-*Dmitry Gutov2023-04-281-17/+17
* Documentation copyedits for 'package-install-upgrade-built-in' etcEli Zaretskii2023-04-161-5/+5
* Allow upgrading built-in packages with 'package-install'Philip Kaludercic2023-04-161-8/+39
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Partial revert of f3e7820bPhilip Kaludercic2022-12-251-1/+1
* Fix error message when installing non-existent packageStefan Kangas2022-12-111-2/+4
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-1/+1
* Insert news for installed packages onlymuffinmad2022-11-301-1/+4
* ; Fix type error in 'package-maintainers'Philip Kaludercic2022-11-301-1/+1
* 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