# HG changeset patch # User Gerd Moellmann # Date 996247775 0 # Node ID f5d08cdf180b5318ab95d39a2389fcf47f66e003 # Parent 08a4c6c00af0dee52b56ac92a2a864d3c67a659e *** empty log message *** diff -r 08a4c6c00af0 -r f5d08cdf180b src/ChangeLog --- a/src/ChangeLog Fri Jul 27 15:29:16 2001 +0000 +++ b/src/ChangeLog Fri Jul 27 15:29:35 2001 +0000 @@ -1,3 +1,18 @@ +2001-07-27 Gerd Moellmann + + * xterm.c (x_get_glyph_string_clip_rect): Minor cleanup. + + * dispnew.c (shift_glyph_matrix, blank_row): Fix computation + of row's visible height. + + * xdisp.c (init_from_display_pos): If POS is in an overlay string, + deal with the first overlay string having an image `display' + property. + (try_window_reusing_current_matrix, compute_line_metrics): Fix + compuation of row's visible height for the case that part of the + row is invisible above and part of the row is at the same time + invisible below the window. + 2001-07-26 Gerd Moellmann * xfns.c (x-show-tip): Doc fix.