aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-07-29 11:19:29 +0300
committerEli Zaretskii2014-07-29 11:19:29 +0300
commit64ae6e0100fab05b0ceb9bded6d834208eeb3e8f (patch)
tree50e1359eaf21ea2b3e1d4e9f273d47cc863fce8b /src/ChangeLog
parentaac90c4a9c760ca12395783c7c4120427ba32a96 (diff)
downloademacs-64ae6e0100fab05b0ceb9bded6d834208eeb3e8f.tar.gz
emacs-64ae6e0100fab05b0ceb9bded6d834208eeb3e8f.zip
Fix hscroll of R2L lines that begin with a TAB or another wide glyph.
src/xdisp.c (append_stretch_glyph): In a R2L glyph row, decrease the pixel width of the first glyph that is hscrolled from display. (display_line): In R2L glyph rows, don't give a negative offset to row->x when the first glyph begins before first_visible_x.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a86b695e147..9d5e7687110 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12014-07-29 Eli Zaretskii <eliz@gnu.org>
2
3 Fix hscroll of R2L lines that begin with a TAB or another wide glyph.
4 * xdisp.c (append_stretch_glyph): In a R2L glyph row, decrease the
5 pixel width of the first glyph that is hscrolled from display.
6 (display_line): In R2L glyph rows, don't give a negative offset to
7 row->x when the first glyph begins before first_visible_x.
8
12014-07-29 Andreas Schwab <schwab@suse.de> 92014-07-29 Andreas Schwab <schwab@suse.de>
2 10
3 * macros.c (Fstart_kbd_macro): Initialize kbd_macro_ptr and 11 * macros.c (Fstart_kbd_macro): Initialize kbd_macro_ptr and