summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/package.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/package.el (package-delete): Delete readme file as well.Tino Calancha2017-05-211-4/+9
* * lisp/emacs-lisp/package.el: Quote `package-desc' in docstringsStefan Monnier2017-05-191-12/+12
* Don't duplicate autoload code in package.elGlenn Morris2017-05-091-16/+4
* Inherit incompatible/obsolete package faces from errorTino Calancha2017-05-041-1/+1
* Introduce customizable variable 'package-gnupghome-dir'Jens Lechtenboerger2017-04-111-9/+26
* ; * lisp/emacs-lisp/package.el (describe-package-1): Tweak recent.Glenn Morris2017-04-041-6/+5
* Advertise https for homepage of gnu.org packagesGlenn Morris2017-04-041-0/+7
* Default to https for elpa.gnu.org if gnutls availableGlenn Morris2017-04-041-3/+5
* Don't call package--ensure-init-file if initialized during startupNoam Postavsky2017-02-261-7/+7
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Use the new 'file-name-case-insensitive-p' functionKen Brown2016-11-131-1/+1
* | Improve error when installing non-package dirsNoam Postavsky2016-08-211-0/+2
* | Merge from origin/emacs-25Paul Eggert2016-08-051-4/+5
|\|
| * * lisp/emacs-lisp/package.el (describe-package-1)Glenn Morris2016-07-131-4/+5
* | Pacify 'make check-declare'Paul Eggert2016-05-261-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-261-44/+51
|\|
| * Do not trash symlinks to init filePaul Eggert2016-05-221-2/+10
| * * lisp/emacs-lisp/package.el (package-refresh-contents):Artur Malabarba2016-05-201-10/+4
| * * lisp/emacs-lisp/package.el: Fix free variable warnings.Artur Malabarba2016-05-181-37/+37
| * * lisp/emacs-lisp/package.el (package--with-response-buffer):Artur Malabarba2016-05-181-16/+21
* | Merge from origin/emacs-25Paul Eggert2016-05-131-1/+1
|\|
| * Properly reject malformed or empty package sigsPaul Eggert2016-05-131-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-131-1/+2
|\|
| * Make package-install-from-buffer not move pointDmitry Gutov2016-05-121-1/+2
| * Explictly explain that package-initialize loads the packagesLars Ingebrigtsen2016-05-011-1/+4
* | Explictly explain that package-initialize loads the packagesLars Ingebrigtsen2016-04-301-1/+4
* | Merge from origin/emacs-25Paul Eggert2016-04-111-0/+1
|\|
| * * lisp/emacs-lisp/package.el: Change from a few days ago needs seq.Glenn Morris2016-04-071-0/+1
* | Merge from origin/emacs-25Paul Eggert2016-04-111-11/+15
|\|
| * * lisp/emacs-lisp/package.el (package-install-selected-packages):Artur Malabarba2016-04-041-11/+15
* | * lisp/emacs-lisp/package.el (package-generate-autoloads):Glenn Morris2016-02-291-0/+3
* | Remove spurious newline in package listChunyang Xu2016-02-231-1/+1
* | Revert "Remove spurious newline in package list"Lars Ingebrigtsen2016-02-231-1/+1
* | Remove spurious newline in package listChunyang Xu2016-02-231-1/+1
* | Merge from origin/emacs-25John Wiegley2016-02-221-6/+9
|\|
| * Naming fix for consistencyDaiki Ueno2016-02-211-3/+3
| * Take advantage of new GnuPG version check functionDaiki Ueno2016-02-171-6/+9
* | -Paul Eggert2016-01-301-1/+7
|\|
| * * lisp/emacs-lisp/package.el (package-load-list): Improve :type.Glenn Morris2016-01-281-1/+7
* | -John Wiegley2016-01-181-0/+2
|\|
| * Add some missing version tags.Glenn Morris2016-01-121-0/+2
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\|
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* | Merge emacs-25 into master (using imerge)John Wiegley2015-12-291-115/+120
|\|
| * * lisp/emacs-lisp/package.el (package-unpack): Security checkArtur Malabarba2015-12-121-1/+4
| * * lisp/emacs-lisp/package.el (package--compile): Don't activateArtur Malabarba2015-12-121-2/+3
| * Document new features of package.elEli Zaretskii2015-12-121-2/+2
| * * lisp/emacs-lisp/package.el (package--with-response-buffer):Artur Malabarba2015-12-081-3/+4
| * * lisp/emacs-lisp/package.el: Don't install bad signatures (bug#22089)Artur Malabarba2015-12-051-56/+62