diff options
| author | Eli Zaretskii | 2015-01-17 20:32:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-01-17 20:32:16 +0200 |
| commit | e6518fc8f5afca5d71582aabb089147cba583966 (patch) | |
| tree | 68975fea40e5e98bf689323fcb3c260016ad5c83 /src/ChangeLog | |
| parent | b0af6745d6dfc19cdbeac2b6c34087a44c9f03fd (diff) | |
| download | emacs-e6518fc8f5afca5d71582aabb089147cba583966.tar.gz emacs-e6518fc8f5afca5d71582aabb089147cba583966.zip | |
Fix display of images in R2L screen lines
src/xdisp.c (produce_image_glyph): Fix display of images in R2L
screen lines: prepend the new glyph to the ones already there
instead of appending it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a90cc41e601..ad4a85ae487 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-01-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (produce_image_glyph): Fix display of images in R2L | ||
| 4 | screen lines: prepend the new glyph to the ones already there | ||
| 5 | instead of appending it. | ||
| 6 | |||
| 1 | 2015-01-14 Eli Zaretskii <eliz@gnu.org> | 7 | 2015-01-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * w32fns.c (w32_set_title_bar_text): New function, including | 9 | * w32fns.c (w32_set_title_bar_text): New function, including |