aboutsummaryrefslogtreecommitdiffstats
path: root/src/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 /src/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 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ec0fbc493cb..a26577c20a3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-06-15 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (Fline_pixel_height): New function, required for solving
4 bug #14567.
5
12013-06-15 Paul Eggert <eggert@cs.ucla.edu> 62013-06-15 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * fns.c (Fcopy_sequence): Simplify XTYPE calculation. 8 * fns.c (Fcopy_sequence): Simplify XTYPE calculation.