diff options
| author | Kenichi Handa | 2001-02-09 12:35:22 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2001-02-09 12:35:22 +0000 |
| commit | 9804b84670be792751c10ec075aae5d1dde48f1f (patch) | |
| tree | 451d23828f981c4d1cf20c239476b7886c844478 /src/ChangeLog | |
| parent | 08f9976fd4815db193e98f49e04ca6f7672c95ac (diff) | |
| download | emacs-9804b84670be792751c10ec075aae5d1dde48f1f.tar.gz emacs-9804b84670be792751c10ec075aae5d1dde48f1f.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7bc9d4aaaa..c8fe9acd1b7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2001-02-09 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | The following changes are to draw box lines inside characters area | ||
| 4 | if line-width is negative. | ||
| 5 | |||
| 6 | * xterm.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 | |||
| 20 | * xfaces.c (Finternal_set_lisp_face_attribute): The value of :box | ||
| 21 | and :line-width can be negative. | ||
| 22 | (realize_x_face): The value of attrs[LFACE_BOX_INDEX] can be | ||
| 23 | negative. | ||
| 24 | |||
| 1 | 2001-02-09 Jason Rumney <jasonr@gnu.org> | 25 | 2001-02-09 Jason Rumney <jasonr@gnu.org> |
| 2 | 26 | ||
| 3 | * w32term.c (w32_encode_char): Treat eight bit graphic and control | 27 | * w32term.c (w32_encode_char): Treat eight bit graphic and control |