Fix bug #14567 with jumpy scrolling of tall images.
authorEli Zaretskii <eliz@gnu.org>
Sat, 15 Jun 2013 09:34:20 +0000 (12:34 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Jun 2013 09:34:20 +0000 (12:34 +0300)
commit9583ec36c459ecf14237b08ee2e29fe301a63c4e
tree9f3f8b2b6a9901cdbe7f430ab109b333ca630311
parentd1ad37b23f4e0f6e9403355e1844d33a23e84544
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.
lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/xdisp.c