diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b69df34e673..f78714b3217 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7,6 +7,11 @@ | |||
| 7 | directory. The return result is a `package-desc'. | 7 | directory. The return result is a `package-desc'. |
| 8 | (package-install-from-buffer): Install packages from dired buffer. | 8 | (package-install-from-buffer): Install packages from dired buffer. |
| 9 | (package-install-file): Install packages from directory. | 9 | (package-install-file): Install packages from directory. |
| 10 | (package-desc-suffix) | ||
| 11 | (package-install-from-archive) | ||
| 12 | * emacs-lisp/package-x.el (package-upload-buffer-internal): Ensure | ||
| 13 | all remaining instances of `package-desc-kind' handle the 'dir | ||
| 14 | value. | ||
| 10 | 15 | ||
| 11 | 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de> | 16 | 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de> |
| 12 | 17 | ||