aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-11-15 19:04:17 +0200
committerEli Zaretskii2014-11-15 19:04:17 +0200
commit1fb97e79d269d8196811ebb6abdd93d70c95bc5c (patch)
tree78607add4b5dc0efc79ba4d3c0a76b2c939c802f /src/ChangeLog
parentd4fceca9cd0d6f42bd45f4c6e572d1335c9d40dc (diff)
downloademacs-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/ChangeLog6
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 @@
12014-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
12014-11-15 Jan Djärv <jan.h.d@swipnet.se> 72014-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,