Mercurial > emacs
changeset 36046:e86b87b9797e
*** empty log message ***
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Mon, 12 Feb 2001 14:50:08 +0000 |
parents | 8be6a1c85409 |
children | e1126269be53 |
files | src/ChangeLog |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
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