aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-06-15 12:34:20 +0300
committerEli Zaretskii2013-06-15 12:34:20 +0300
commit9583ec36c459ecf14237b08ee2e29fe301a63c4e (patch)
tree9f3f8b2b6a9901cdbe7f430ab109b333ca630311 /lisp/ChangeLog
parentd1ad37b23f4e0f6e9403355e1844d33a23e84544 (diff)
downloademacs-9583ec36c459ecf14237b08ee2e29fe301a63c4e.tar.gz
emacs-9583ec36c459ecf14237b08ee2e29fe301a63c4e.zip
Fix bug #14567 with jumpy scrolling of tall images.
src/xdisp.c (Fline_pixel_height): New function, required for solving bug #14567. lisp/simple.el (line-move-partial): Don't jump to the next screen line as soon as it becomes visible. Instead, continue enlarging the vscroll until the portion of a tall screen line that's left on display is about the height of the frame's default font.
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 cced6eb0043..fadbabf808e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12013-06-15 Eli Zaretskii <eliz@gnu.org>
2
3 * simple.el (line-move-partial): Don't jump to the next screen
4 line as soon as it becomes visible. Instead, continue enlarging
5 the vscroll until the portion of a tall screen line that's left on
6 display is about the height of the frame's default font.
7 (Bug#14567)
8
12013-06-15 Glenn Morris <rgm@gnu.org> 92013-06-15 Glenn Morris <rgm@gnu.org>
2 10
3 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making 11 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making