aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 01bfbf55434..89d56ffd323 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12010-04-14 Juri Linkov <juri@jurta.org> 12010-04-14 Juri Linkov <juri@jurta.org>
2 2
3 * simple.el (scroll-error-top-bottom): New defcustom.
4 (scroll-up-command, scroll-down-command): Use it. Doc fix.
5
6 * emulation/pc-select.el (pc-select-override-scroll-error):
7 Obsolete in favor of `scroll-error-top-bottom'.
8
92010-04-14 Juri Linkov <juri@jurta.org>
10
3 * tutorial.el (tutorial--default-keys): Rebind `C-v' to 11 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
4 `scroll-up-command' and `M-v' to `scroll-down-command'. 12 `scroll-up-command' and `M-v' to `scroll-down-command'.
5 13