diff options
| author | Dmitry Gutov | 2014-03-25 00:38:06 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2014-03-25 00:38:06 +0200 |
| commit | 3e2377ce2f4eeb141ffbd000723c55813f78b08f (patch) | |
| tree | 7922b10c1ce1e548527041e35e0508f70639f9f7 /lisp/ChangeLog | |
| parent | 544ab460f5a473854be948847364125357928774 (diff) | |
| download | emacs-3e2377ce2f4eeb141ffbd000723c55813f78b08f.tar.gz emacs-3e2377ce2f4eeb141ffbd000723c55813f78b08f.zip | |
Fix bug#16762
* lisp/emacs-lisp/package.el (package--add-to-archive-contents):
Include already installed and built-in packages in
`package-archive-contents'.
(package-install): Don't include already installed packages in the
options on interactive invocation.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20b0a98f8d7..667b85729d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-03-24 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * emacs-lisp/package.el (package--add-to-archive-contents): | ||
| 4 | Include already installed and built-in packages in | ||
| 5 | `package-archive-contents'. | ||
| 6 | (package-install): Don't include already installed packages in the | ||
| 7 | options during interactive invocation. (Bug#16762) | ||
| 8 | |||
| 1 | 2014-03-24 Daniel Colascione <dancol@dancol.org> | 9 | 2014-03-24 Daniel Colascione <dancol@dancol.org> |
| 2 | 10 | ||
| 3 | * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member' | 11 | * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member' |