diff options
| author | Artur Malabarba | 2015-02-03 13:43:10 +0000 |
|---|---|---|
| committer | Artur Malabarba | 2015-02-03 13:54:41 +0000 |
| commit | c184e85ea2adfc5b63f1fe55a6fa2eaaacbda97b (patch) | |
| tree | f62bbf32a9a6717aa1676b991d7680e36d0154e8 /lisp/ChangeLog | |
| parent | 6d767f961fe9f3bff9f59f5902db7925e6da19ef (diff) | |
| download | emacs-c184e85ea2adfc5b63f1fe55a6fa2eaaacbda97b.tar.gz emacs-c184e85ea2adfc5b63f1fe55a6fa2eaaacbda97b.zip | |
emacs-lisp/package.el (package--user-selected-p): New function.
Populates `package-selected-packages' if necessary, and then checks if
symbol PKG is contained in it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 61e05705c41..d3850310dc5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,18 @@ | |||
| 2 | 2 | ||
| 3 | * emacs-lisp/package.el (package-delete): Document NOSAVE. | 3 | * emacs-lisp/package.el (package-delete): Document NOSAVE. |
| 4 | (package--get-deps): delete-dups when ONLY is nil. | 4 | (package--get-deps): delete-dups when ONLY is nil. |
| 5 | (package-autoremove): Warn the user if `package-selected-packages' | ||
| 6 | is empty. | ||
| 7 | |||
| 8 | (package--user-selected-p): New function. | ||
| 9 | (package-delete, package-install, package-install-from-buffer): | ||
| 10 | Use it | ||
| 11 | (package-selected-packages): Mention it. | ||
| 12 | |||
| 13 | (package-initialize): Don't populate `package-selected-packages'. | ||
| 14 | (package-install-user-selected-packages, package-autoremove): | ||
| 15 | Special handling for empty `package-selected-packages'. | ||
| 16 | (package-install): Fix when PKG is a package-desc. | ||
| 5 | 17 | ||
| 6 | 2015-02-03 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 18 | 2015-02-03 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 7 | 19 | ||