# HG changeset patch # User Gerd Moellmann # Date 965685271 0 # Node ID 4cfa4fd4a53fdfcf42113f9c57f5fb19a19b02c4 # Parent 319c3bad8ada01d59ad5f3a828e7bba13a0a3a98 *** empty log message *** diff -r 319c3bad8ada -r 4cfa4fd4a53f src/ChangeLog --- a/src/ChangeLog Mon Aug 07 21:52:54 2000 +0000 +++ b/src/ChangeLog Mon Aug 07 21:54:31 2000 +0000 @@ -1,5 +1,20 @@ 2000-08-07 Gerd Moellmann + * xdisp.c (start_display): WHen starting display on a continuation + line, clear ascent and descent members of the iterator structure; + the height of the continued line does not affect the height of the + continuation line. + (make_cursor_line_fully_visible): Do nothing if cursor is on a + line taller than the window. + (redisplay_window) : Handle case that the + middle of the window is not found in any row. + (dump_glyph_row): Show more information. + (compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the + first text line in a glyph matrix. + + * xterm.c (x_draw_image_foreground): Avoid drawing outside + of the clip area when image doesn't have a mask. + * fns.c (sweep_weak_table): Fix survival conditions for key-or-value and key-and-value weakness.