diff options
| author | Eli Zaretskii | 2013-06-15 12:34:20 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-06-15 12:34:20 +0300 |
| commit | 9583ec36c459ecf14237b08ee2e29fe301a63c4e (patch) | |
| tree | 9f3f8b2b6a9901cdbe7f430ab109b333ca630311 /src/ChangeLog | |
| parent | d1ad37b23f4e0f6e9403355e1844d33a23e84544 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2013-06-15 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (Fline_pixel_height): New function, required for solving | ||
| 4 | bug #14567. | ||
| 5 | |||
| 1 | 2013-06-15 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2013-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. |