aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Innes2001-02-12 14:50:08 +0000
committerAndrew Innes2001-02-12 14:50:08 +0000
commit60222d69c6d0c46532c9f1f7824f2c7c992da39e (patch)
treea93a6c6915c6355b9179d1c740366eb59737d775 /src/ChangeLog
parent6c542587e5679ea7a3ea47190675ce419a4f0095 (diff)
downloademacs-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/ChangeLog19
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 @@
12001-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
12001-02-09 Kenichi Handa <handa@etl.go.jp> 202001-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