index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
package.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make `package' not "uninhibit" messages (Bug#34037)
Paul Pogonyshev
2019-05-16
1
-2
/
+2
*
* lisp/emacs-lisp/packages.el: Add `all` to package-check-signature
Stefan Monnier
2019-05-12
1
-5
/
+13
*
Correctly handle packages without description in describe-package
Federico Tedin
2019-03-22
1
-1
/
+2
*
Merge from origin/emacs-26
Glenn Morris
2019-03-20
1
-2
/
+7
|
\
|
*
Fix downloading updates for packages with non-ASCII descriptions
Eli Zaretskii
2019-03-19
1
-2
/
+7
*
|
Be more defensive regarding elements of 'load-history'
Eli Zaretskii
2019-03-01
1
-1
/
+2
*
|
* lisp/emacs-lisp/package.el: Improve generated foo-pkg.el
Stefan Monnier
2019-02-08
1
-1
/
+6
*
|
* lisp/emacs-lisp/package.el (package--alist): New
Stefan Monnier
2019-01-22
1
-19
/
+18
*
|
* lisp/emacs-lisp/package.el (package-activate-all): Fix last change
Stefan Monnier
2019-01-14
1
-1
/
+3
*
|
* lisp/emacs-lisp/package.el (package-activate-all): Silence load msg
Stefan Monnier
2019-01-14
1
-4
/
+2
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Get long package description for installed packages from installed files
Stephen Leake
2018-12-13
1
-22
/
+63
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-7
/
+7
*
|
Don't quote self-quoting pcase patterns
Michael Heerdegen
2018-10-30
1
-11
/
+11
*
|
* emacs-lisp/package.el (package-get-version): Change into a function
Stefan Monnier
2018-10-19
1
-2
/
+6
*
|
* lisp/emacs-lisp/package.el (package-get-version): New macro
Stefan Monnier
2018-10-18
1
-2
/
+33
*
|
Prune most-positive-fixnum from Lisp source
Paul Eggert
2018-08-22
1
-3
/
+2
*
|
Merge from origin/emacs-26
Glenn Morris
2018-08-14
1
-1
/
+12
|
\
|
|
*
Do not consider external packages to be removable (Bug#27822)
Yuri D'Elia
2018-08-11
1
-1
/
+12
*
|
Merge from origin/emacs-26
Glenn Morris
2018-07-02
1
-1
/
+1
|
\
|
|
*
Detect a non-list package archive content properly (Bug#22311)
Noam Postavsky
2018-06-26
1
-1
/
+1
*
|
Reformat package.el message strings for future l10n
Jean-Christophe Helary
2018-06-25
1
-62
/
+53
*
|
Trivial fixes for last changes to package.el and marker.c
Stefan Monnier
2018-03-26
1
-4
/
+6
*
|
* lisp/emacs-lisp/package.el: New quickstart feature
Stefan Monnier
2018-03-26
1
-14
/
+137
*
|
Quieten cl-lib related compiler warnings
Glenn Morris
2018-03-22
1
-1
/
+1
*
|
Various follow-ups for early init file changes
Radon Rosborough
2018-03-19
1
-12
/
+28
*
|
Merge from origin/emacs-26
Glenn Morris
2018-02-17
1
-1
/
+1
|
\
|
|
*
; Fix doc typos related to indefinite articles
Glenn Morris
2018-02-16
1
-1
/
+1
*
|
Add early init file, stop package-initialize insertion
Radon Rosborough
2018-02-17
1
-70
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
* lisp/emacs-lisp/package.el (package-read-from-string): Simplify.
Noam Postavsky
2017-12-03
1
-11
/
+6
*
|
Merge from origin/emacs-26
Paul Eggert
2017-11-25
1
-1
/
+3
|
\
|
|
*
Improve the doc string of 'list-packages'
Eli Zaretskii
2017-11-24
1
-1
/
+3
*
|
Merge from origin/emacs-26
Paul Eggert
2017-11-02
1
-0
/
+3
|
\
|
|
*
Display commit in package description, if available (Bug#28637)
David Glasser
2017-10-24
1
-0
/
+3
*
|
Email replacement.
viniciusjl
2017-10-29
1
-1
/
+1
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Update uses of if-let and when-let
Mark Oteiza
2017-09-12
1
-13
/
+13
*
* lisp/emacs-lisp/package.el: Don't let failure stop us
Stefan Monnier
2017-08-25
1
-27
/
+33
*
Improve support of display-line-numbers in package.el
Eli Zaretskii
2017-08-19
1
-0
/
+1
*
Don't put deleted packages in the trash (bug#14967)
Glenn Morris
2017-06-19
1
-1
/
+1
*
Fix check for package-unsigned-archives during retrieval
Andy Moreton
2017-06-06
1
-1
/
+1
*
* lisp/emacs-lisp/package.el (package-delete): Delete readme file as well.
Tino Calancha
2017-05-21
1
-4
/
+9
*
* lisp/emacs-lisp/package.el: Quote `package-desc' in docstrings
Stefan Monnier
2017-05-19
1
-12
/
+12
*
Don't duplicate autoload code in package.el
Glenn Morris
2017-05-09
1
-16
/
+4
*
Inherit incompatible/obsolete package faces from error
Tino Calancha
2017-05-04
1
-1
/
+1
*
Introduce customizable variable 'package-gnupghome-dir'
Jens Lechtenboerger
2017-04-11
1
-9
/
+26
*
; * lisp/emacs-lisp/package.el (describe-package-1): Tweak recent.
Glenn Morris
2017-04-04
1
-6
/
+5
[next]