diff src/ChangeLog @ 36046:e86b87b9797e

*** empty log message ***
author Andrew Innes <andrewi@gnu.org>
date Mon, 12 Feb 2001 14:50:08 +0000
parents 89cd7494e5cb
children 117b2d7dad42
line wrap: on
line diff
--- a/src/ChangeLog	Mon Feb 12 14:49:50 2001 +0000
+++ b/src/ChangeLog	Mon Feb 12 14:50:08 2001 +0000
@@ -1,3 +1,22 @@
+2001-02-12  Andrew Innes  <andrewi@gnu.org>
+
+	The following changes are to draw box lines inside characters area
+	if line-width is negative.
+	
+	* w32term.c (x_produce_image_glyph): Pay attention to the case that
+	face->box_line_width is negative.
+	(x_produce_stretch_glyph): Likewise.
+	(x_produce_glyphs): Likewise.
+	(x_estimate_mode_line_height): Likewise.
+	(x_draw_glyph_string_background): Likewise.
+	(x_draw_glyph_string_foreground): Likewise.
+	(x_draw_composite_glyph_string_foreground): Likewise.
+	(x_draw_glyph_string_box): Likewise.
+	(x_draw_image_foreground): Likewise.
+	(x_draw_image_relief): Likewise.
+	(x_draw_image_foreground_1): Likewise.
+	(x_draw_image_glyph_string): Likewise.
+
 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
 
 	The following changes are to draw box lines inside characters area