aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 34e4e9d1c2b..def4620db02 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,13 @@
3 * hi-lock.el (hi-lock-unface-buffer): Don't call 3 * hi-lock.el (hi-lock-unface-buffer): Don't call
4 font-lock-remove-keywords if not needed (bug#19737). 4 font-lock-remove-keywords if not needed (bug#19737).
5 5
62015-02-11 Artur Malabarba <bruce.connor.am@gmail.com>
7
8 * emacs-lisp/package.el (package-install): Invert the second
9 argument, for better backwards compatibility.
10 (package-install-button-action, package-reinstall)
11 (package-menu-execute): Account for the change.
12
62015-02-11 Nicolas Petton <nicolas@petton.fr> 132015-02-11 Nicolas Petton <nicolas@petton.fr>
7 14
8 * emacs-lisp/seq.el (seq-reverse): Add a backward-compatible 15 * emacs-lisp/seq.el (seq-reverse): Add a backward-compatible