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 7dc4786aff5..1e447d446db 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-11-06 Daiki Ueno <ueno@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/package.el (package--display-verify-error): New function. | ||
| 4 | (package--check-signature): Use it to display output sent to stderr. | ||
| 5 | |||
| 1 | 2014-11-06 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2014-11-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * subr.el (pop): Don't call the getter twice (bug#18968). | 8 | * subr.el (pop): Don't call the getter twice (bug#18968). |