diff options
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 62ea887f9f0..36e7ea0c6ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | 2008-05-23 Kenichi Handa <handa@m17n.org> | 1 | 2008-05-23 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * w32term.c (x_draw_glyph_string): Be sure to update | 3 | * w32term.c (x_draw_glyph_string): Be sure to update |
| 4 | s->underline_thickness and s->underline_position. | 4 | s->underline_thickness and s->underline_position. Be sure to draw |
| 5 | underline within the current line area. | ||
| 5 | 6 | ||
| 6 | * xterm.c (x_draw_glyph_string): Be sure to update | 7 | * xterm.c (x_draw_glyph_string): Be sure to update |
| 7 | s->underline_thickness and s->underline_position. Be sore to draw | 8 | s->underline_thickness and s->underline_position. Be sure to draw |
| 8 | underline within the current line area. | 9 | underline within the current line area. |
| 9 | 10 | ||
| 10 | * fontset.c: Delete unused variables and add casting for char * | 11 | * fontset.c: Delete unused variables and add casting for char * |