aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-12-11 13:31:27 +0100
committerJoakim Verona2012-12-11 13:31:27 +0100
commitde199f72cd92076fe3132e7f45808cd805b36861 (patch)
tree6a447c236437167310a8d1e7ff148c0ecd848756 /src/ChangeLog
parent35a625807ba9e7c573dd29d22d9bdebcc016912e (diff)
parentf9d1448f46d3d645e68fdd449758b50a1402d729 (diff)
downloademacs-de199f72cd92076fe3132e7f45808cd805b36861.tar.gz
emacs-de199f72cd92076fe3132e7f45808cd805b36861.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
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 @@
12012-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
12012-12-11 Dmitry Antipov <dmantipov@yandex.ru> 142012-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