Mercurial > emacs
comparison src/ChangeLog @ 36008:89cd7494e5cb
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 09 Feb 2001 12:35:22 +0000 |
parents | 32011da5632e |
children | e86b87b9797e |
comparison
equal
deleted
inserted
replaced
36007:6be98ede1ec8 | 36008:89cd7494e5cb |
---|---|
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 |
4 characters the same as ASCII and latin-1. | 28 characters the same as ASCII and latin-1. |
5 (x_display_and_set_cursor): Check for the focus frame's selected | 29 (x_display_and_set_cursor): Check for the focus frame's selected |