Mercurial > emacs
comparison lisp/ChangeLog @ 111316:c133fe92297f
Two fixes for elpa packages overriding built-in ones.
* emacs-lisp/package.el (package-initialize): Ensure that
obsoleted built-in packages are not in package-activated-list
during activation.
(describe-package-1): Make the "installed" status override
"built-in".
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 01 Nov 2010 21:50:26 -0400 |
parents | bad40b05a0df |
children | e282e3411e9a |
comparison
equal
deleted
inserted
replaced
111315:bad40b05a0df | 111316:c133fe92297f |
---|---|
1 2010-11-02 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * emacs-lisp/package.el (package-initialize): Ensure that | |
4 obsoleted built-in packages are not in package-activated-list | |
5 during activation. | |
6 (describe-package-1): Make the "installed" status override | |
7 "built-in". | |
8 | |
1 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 9 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
2 | 10 |
3 * subr.el (version-separator, version-regexp-alist): Remove '*' | 11 * subr.el (version-separator, version-regexp-alist): Remove '*' |
4 from docstring. | 12 from docstring. |
5 (version-list-<=, version<=, version=): Doc fix. | 13 (version-list-<=, version<=, version=): Doc fix. |