aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-07-08 18:12:39 +0300
committerEli Zaretskii2014-07-08 18:12:39 +0300
commit9aac592d887c360c9cae88db350ec69019ded573 (patch)
tree3bb2dfc765a308456b4bdfd3e4dd07f0d8492616 /src/ChangeLog
parent7acd41f38f21b03dd73256e7ef5a7db2c733df00 (diff)
downloademacs-9aac592d887c360c9cae88db350ec69019ded573.tar.gz
emacs-9aac592d887c360c9cae88db350ec69019ded573.zip
Fix bug #17969 with vertical-motion through continuation lines with TABs.
src/xdisp.c (move_it_to): Adjust calculation of line_start_x to what x_produce_glyphs does when it generates a stretch glyph that represents a TAB.
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 89621bd54ec..d2f1999b546 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-07-08 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (move_it_to): Adjust calculation of line_start_x to what
4 x_produce_glyphs does when it generates a stretch glyph that
5 represents a TAB. (Bug#17969)
6
12014-07-05 Eli Zaretskii <eliz@gnu.org> 72014-07-05 Eli Zaretskii <eliz@gnu.org>
2 8
3 * xdisp.c (pos_visible_p): If CHARPOS is at beginning of window, 9 * xdisp.c (pos_visible_p): If CHARPOS is at beginning of window,