changeset 38589:f5d08cdf180b

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 27 Jul 2001 15:29:35 +0000
parents 08a4c6c00af0
children 7c2e49c3cf0a
files src/ChangeLog
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <gerd@gnu.org>
+
+	* 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  <gerd@gnu.org>
 
 	* xfns.c (x-show-tip): Doc fix.