diff src/ChangeLog @ 107992:27128322dda6

Continue work on R2L paragraphs in GUI sessions. xdisp.c (set_cursor_from_row): Don't be fooled by truncated rows: don't treat them as having zero-width characters. Improve comments. (extend_face_to_end_of_line): Use window_box_width to compute the width of the stretch glyph, to account for margins. If this is the last glyph row, use DEFAULT_FACE_ID, to avoid painting the rest of the window with the region face.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 17 Apr 2010 12:46:44 +0300
parents 74557d25410e
children 7a57ff6ef75c
line wrap: on
line diff
--- a/src/ChangeLog	Sat Apr 10 19:28:30 2010 +0300
+++ b/src/ChangeLog	Sat Apr 17 12:46:44 2010 +0300
@@ -1,3 +1,15 @@
+2010-04-17  Eli Zaretskii  <eliz@gnu.org>
+
+	Continue work on R2L paragraphs in GUI sessions.
+
+	* xdisp.c (set_cursor_from_row): Don't be fooled by truncated
+	rows: don't treat them as having zero-width characters.  Improve
+	comments.
+	(extend_face_to_end_of_line): Use window_box_width to compute the
+	width of the stretch glyph, to account for margins.  If this is
+	the last glyph row, use DEFAULT_FACE_ID, to avoid painting the
+	rest of the window with the region face.
+
 2010-04-10  Eli Zaretskii  <eliz@gnu.org>
 
 	Implement display of R2L paragraphs in GUI sessions.