2001-01-12 Gerd Moellmann <gerd@gnu.org>
+ * xdisp.c (Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROW
+ and GLYPHS.
+
+ * dispnew.c (update_text_area): Put code which decrements the
+ stop position when the row's face extends to the end of the
+ line in \e,Ad\e(Bif 0.
+
* xfns.c (x_set_mouse_color): Fix color allocation.
* keyboard.c: Call get_local_map with new argument list.
2001-01-10 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (display_line): On ttys, produce more than one
- truncation glyph for multibyte characters that don't fit on the
+ truncation glyph for multi-column characters that don't fit on the
line.
* xselect.c (x_reply_selection_request): Add a comment.
/* If the desired row extends its face to the text area end,
make sure we write at least one glyph, so that the face
extension actually takes place. */
- if (MATRIX_ROW_EXTENDS_FACE_P (desired_row)
- && !w->pseudo_window_p)
+ if (MATRIX_ROW_EXTENDS_FACE_P (desired_row))
--desired_stop_pos;
#endif