diff options
| author | Kenichi Handa | 2008-05-25 11:19:50 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-05-25 11:19:50 +0000 |
| commit | 505ecc496904f64f9725c2cadc962fc1c48933bc (patch) | |
| tree | 6746b26726b33ff5e1ceb403c9c58b187dc49ff6 /src/ChangeLog | |
| parent | a6c4ecbc324627a24ed12afe91c112c6537801ed (diff) | |
| download | emacs-505ecc496904f64f9725c2cadc962fc1c48933bc.tar.gz emacs-505ecc496904f64f9725c2cadc962fc1c48933bc.zip | |
(x_draw_glyph_string): Fix calculation of underline
position.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5de6cd8a75e..f9a137c290e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2008-05-25 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * w32term.c (x_draw_glyph_string): Fix calculation of underline | ||
| 4 | position. | ||
| 5 | |||
| 6 | * xterm.c (x_draw_glyph_string): Fix calculation of underline | ||
| 7 | position. | ||
| 8 | |||
| 9 | * xfaces.c: Delete unused function prototypes. | ||
| 10 | (xstrlwr, font_frame): Delete them. | ||
| 11 | (clear_face_cache): Delete unused variable. | ||
| 12 | |||
| 13 | * xftfont.c (xftfont_open): Delete unused variable. If | ||
| 14 | underline_thickness is not 1, adjust underline_position. | ||
| 15 | |||
| 16 | * ftxfont.c (ftxfont_open): Delete unused variable. | ||
| 17 | |||
| 18 | * fontset.c (face_for_char): Optimize for the case of no charset | ||
| 19 | property. | ||
| 20 | |||
| 21 | * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE) | ||
| 22 | (check_gstring, check_otf_features, otf_list, otf_tag_symbol) | ||
| 23 | (otf_open, font_otf_capability, generate_otf_features) | ||
| 24 | (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor): | ||
| 25 | Commented out by surrounding "#if 0" and "#endif" for the moment. | ||
| 26 | (Ffont_drive_otf, Ffont_otf_alternates): Likewise. | ||
| 27 | (syms_of_font): Codes for accessing above commented out. | ||
| 28 | |||
| 1 | 2008-05-24 Eli Zaretskii <eliz@gnu.org> | 29 | 2008-05-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 30 | ||
| 3 | * w32proc.c: Include dispextern.h. | 31 | * w32proc.c: Include dispextern.h. |