aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-07-10 19:18:17 +0300
committerEli Zaretskii2013-07-10 19:18:17 +0300
commit35cb8a3e0f6712a23d1fb16a0c90aceff45ed0e4 (patch)
tree5ff99b36ababdab55c853d04f563005ee7727346 /lisp/ChangeLog
parent45b683a16c289f67079f60ca1a7bc51d75e8d0c1 (diff)
downloademacs-35cb8a3e0f6712a23d1fb16a0c90aceff45ed0e4.tar.gz
emacs-35cb8a3e0f6712a23d1fb16a0c90aceff45ed0e4.zip
Improve scrolling when line-spacing != 0 and scroll-step = 1.
lisp/simple.el (default-line-height): New function. (line-move-partial, line-move): Use it instead of computing the line height inline. (line-move-partial): Always compute ROWH. If the last line is partially-visible, but its text is completely visible, allow cursor to enter such a partially-visible line.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 008932be738..ce10b033652 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12013-07-10 Eli Zaretskii <eliz@gnu.org>
2
3 * simple.el (default-line-height): New function.
4 (line-move-partial, line-move): Use it instead of computing the
5 line height inline.
6 (line-move-partial): Always compute ROWH. If the last line is
7 partially-visible, but its text is completely visible, allow
8 cursor to enter such a partially-visible line.
9
12013-07-10 Michael Albinus <michael.albinus@gmx.de> 102013-07-10 Michael Albinus <michael.albinus@gmx.de>
2 11
3 Improve error messages. (Bug#14808) 12 Improve error messages. (Bug#14808)