summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/package.el
Commit message (Expand)AuthorAgeFilesLines
* Don't overwrite error message in `x' in package.elLars Ingebrigtsen2022-09-121-26/+30
* New function substitute-quotesStefan Kangas2022-09-101-1/+1
* 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
* 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
* Make package-recompile delete all .elc files firstLars Ingebrigtsen2022-06-161-1/+2
* Add new package.el commands for recompilationLars Ingebrigtsen2022-06-161-0/+28
* Make `/ a' in *Package* filter by nameLars Ingebrigtsen2022-06-131-10/+8
* Speed up generation of loaddefs filesLars Ingebrigtsen2022-05-311-2/+6
* Make package-update-all also refresh the listLars Ingebrigtsen2022-05-271-1/+2
* package-activate-all: Use the quickstart more conservativelyStefan Monnier2022-05-261-1/+3
* Avoid duplicates in `package-activated-list'Sam Steingold2022-05-261-2/+3
* Autoload package-update-allLars Ingebrigtsen2022-05-251-1/+2
* Make `yank-transform-functions` a proper hookStefan Monnier2022-05-241-1/+1
* Fix package-quickstart breakageLars Ingebrigtsen2022-05-171-1/+1
* Minor clarification of package-update-all docstringStefan Kangas2022-05-151-2/+2
* Tweak querying in package-update-allLars Ingebrigtsen2022-05-141-5/+6
* Include the number of dependencies in the install promptLars Ingebrigtsen2022-05-131-8/+36
* Allow calling package-update-all from the command lineLars Ingebrigtsen2022-05-131-0/+1
* New command 'package-update-all'Lars Ingebrigtsen2022-05-121-20/+38
* Make `x' in package-menu-mode more DWIMLars Ingebrigtsen2022-05-071-4/+27
* Add new command 'package-update'Lars Ingebrigtsen2022-05-031-0/+25
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-3/+3
* Fix marking upgrades for packages from ELPA or NonGNU ELPAPo Lu2022-04-131-1/+1
* Improve package.el error messages on too-old EmacsenLars Ingebrigtsen2022-04-081-2/+6
* Autoload package-installed-pCorwin Brust2022-02-101-0/+1
* package.el: Fix bug#53529Stefan Monnier2022-01-291-1/+2
* Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2022-01-101-4/+4
|\
| * ; * lisp/emacs-lisp/package.el (package-native-compile): Fix doc wording.Eli Zaretskii2022-01-091-4/+4
* | Merge from origin/emacs-28Stefan Kangas2022-01-091-1/+7
|\|
| * Clarify docstring of package-native-compileStefan Kangas2022-01-091-1/+7
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/emacs-lisp/package.el (package-get-version): Add fallbackStefan Monnier2021-12-311-1/+4
* | Use defvar-keymap for package-menu-mode-mapStefan Kangas2021-12-101-29/+27
* | Make package-dir-info more resilientLars Ingebrigtsen2021-12-051-7/+11
* | Merge from origin/emacs-28Stefan Kangas2021-11-121-0/+1
|\|
| * Fix problem with temp buffer killing in package-install-fileLars Ingebrigtsen2021-11-121-0/+1
* | Avoid another byte-compiler warning in package-quickstart.elStefan Kangas2021-11-101-0/+1
* | Avoid spurious byte-compiler warnings in package-quickstart.elStefan Kangas2021-11-101-0/+1
* | Fix byte compilation of package built-insdickmao2021-11-071-79/+41