diff options
| author | Eli Zaretskii | 2014-11-15 19:04:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-11-15 19:04:17 +0200 |
| commit | 1fb97e79d269d8196811ebb6abdd93d70c95bc5c (patch) | |
| tree | 78607add4b5dc0efc79ba4d3c0a76b2c939c802f /src/ChangeLog | |
| parent | d4fceca9cd0d6f42bd45f4c6e572d1335c9d40dc (diff) | |
| download | emacs-1fb97e79d269d8196811ebb6abdd93d70c95bc5c.tar.gz emacs-1fb97e79d269d8196811ebb6abdd93d70c95bc5c.zip | |
Fix bug #19060 with inaccurate pixel-based scrolling.
src/window.c (window_scroll_pixel_based): Avoid truncation/rounding
errors in computing the number of pixels to scroll. Suggested by
Kelly Dean <kelly@prtime.org>.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b431dd255a9..2ea5d29d3b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-11-15 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * window.c (window_scroll_pixel_based): Avoid truncation/rounding | ||
| 4 | errors in computing the number of pixels to scroll. Suggested by | ||
| 5 | Kelly Dean <kelly@prtime.org>. (Bug#19060) | ||
| 6 | |||
| 1 | 2014-11-15 Jan Djärv <jan.h.d@swipnet.se> | 7 | 2014-11-15 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 8 | ||
| 3 | * nsmenu.m (update_frame_tool_bar): If tool bar changes height, | 9 | * nsmenu.m (update_frame_tool_bar): If tool bar changes height, |