diff options
| author | Eli Zaretskii | 2014-07-29 11:19:29 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-07-29 11:19:29 +0300 |
| commit | 64ae6e0100fab05b0ceb9bded6d834208eeb3e8f (patch) | |
| tree | 50e1359eaf21ea2b3e1d4e9f273d47cc863fce8b /src/ChangeLog | |
| parent | aac90c4a9c760ca12395783c7c4120427ba32a96 (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-07-29 Andreas Schwab <schwab@suse.de> | 9 | 2014-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 |