aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-08-15 18:20:03 +0300
committerEli Zaretskii2013-08-15 18:20:03 +0300
commitd39a3da6f3df4ff3c08e5b68fe629e10d1b8f3ea (patch)
tree1ead9db11e0da3c8649a422bc23587e47353aefb /src/ChangeLog
parent6e856b69ffea045be4efe029ecbb44df7fd4da21 (diff)
downloademacs-d39a3da6f3df4ff3c08e5b68fe629e10d1b8f3ea.tar.gz
emacs-d39a3da6f3df4ff3c08e5b68fe629e10d1b8f3ea.zip
Fix bug #15090 with redisplay under linum-mode and visual-line-mode.
src/xdisp.c (compute_window_start_on_continuation_line): When WORD_WRAP is in effect, use move_it_to instead of move_it_by_lines to make sure we end up setting the window start at the leftmost visible character of the display line. This avoids funky horizontal shifting because the window start is not kept on the same position.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5131f666c6e..1a83531ad10 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12013-08-15 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (compute_window_start_on_continuation_line): When
4 WORD_WRAP is in effect, use move_it_to instead of move_it_by_lines
5 to make sure we end up setting the window start at the leftmost
6 visible character of the display line. This avoids funky
7 horizontal shifting because the window start is not kept on the
8 same position. (Bug#15090)
9
12013-08-15 Lars Magne Ingebrigtsen <larsi@gnus.org> 102013-08-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 11
3 * image.c (imagemagick_compute_animated_image): Implement animated 12 * image.c (imagemagick_compute_animated_image): Implement animated