diff options
| author | Andrew Innes | 2001-02-12 14:50:08 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-02-12 14:50:08 +0000 |
| commit | 60222d69c6d0c46532c9f1f7824f2c7c992da39e (patch) | |
| tree | a93a6c6915c6355b9179d1c740366eb59737d775 /src/ChangeLog | |
| parent | 6c542587e5679ea7a3ea47190675ce419a4f0095 (diff) | |
| download | emacs-60222d69c6d0c46532c9f1f7824f2c7c992da39e.tar.gz emacs-60222d69c6d0c46532c9f1f7824f2c7c992da39e.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c8fe9acd1b7..d0217b2e975 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 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 |