diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9d9002ed77b..0a2af0472a9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2012-12-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (handle_face_prop): Fix logic of computing | ||
| 4 | it->start_of_box_run_p. | ||
| 5 | (append_space_for_newline): If the glyph row is R2L, reset the | ||
| 6 | iterator's end_of_box_run_p flag before prepending the space glyph. | ||
| 7 | (extend_face_to_end_of_line): If the glyph row is R2L, reset the | ||
| 8 | iterator's start_of_box_run_p flag before prepending the stretch. | ||
| 9 | (append_glyph, produce_image_glyph, append_composite_glyph) | ||
| 10 | (append_stretch_glyph, append_glyphless_glyph): Reverse the | ||
| 11 | left_box_line_p and right_box_line_p flags of the glyph for R2L | ||
| 12 | glyph rows. (Bug#13011) | ||
| 13 | |||
| 1 | 2012-12-11 Dmitry Antipov <dmantipov@yandex.ru> | 14 | 2012-12-11 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 15 | ||
| 3 | * buffer.c (Fset_buffer_multibyte): Do not force redisplay | 16 | * buffer.c (Fset_buffer_multibyte): Do not force redisplay |