Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
36045:8be6a1c85409 | 36046:e86b87b9797e |
---|---|
1 2001-02-12 Andrew Innes <andrewi@gnu.org> | |
2 | |
3 The following changes are to draw box lines inside characters area | |
4 if line-width is negative. | |
5 | |
6 * w32term.c (x_produce_image_glyph): Pay attention to the case that | |
7 face->box_line_width is negative. | |
8 (x_produce_stretch_glyph): Likewise. | |
9 (x_produce_glyphs): Likewise. | |
10 (x_estimate_mode_line_height): Likewise. | |
11 (x_draw_glyph_string_background): Likewise. | |
12 (x_draw_glyph_string_foreground): Likewise. | |
13 (x_draw_composite_glyph_string_foreground): Likewise. | |
14 (x_draw_glyph_string_box): Likewise. | |
15 (x_draw_image_foreground): Likewise. | |
16 (x_draw_image_relief): Likewise. | |
17 (x_draw_image_foreground_1): Likewise. | |
18 (x_draw_image_glyph_string): Likewise. | |
19 | |
1 2001-02-09 Kenichi Handa <handa@etl.go.jp> | 20 2001-02-09 Kenichi Handa <handa@etl.go.jp> |
2 | 21 |
3 The following changes are to draw box lines inside characters area | 22 The following changes are to draw box lines inside characters area |
4 if line-width is negative. | 23 if line-width is negative. |
5 | 24 |