diff options
| author | Kenichi Handa | 2008-05-23 06:31:17 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-05-23 06:31:17 +0000 |
| commit | 328fab2aee40e2a405ae8e10ddd7013c1bd0edbd (patch) | |
| tree | b7b0d37ef14b6526d586636ce77b5b6e87ea3094 /src | |
| parent | a3cdbdf8b4f10d7c1173d9bf30de0a74e81422ca (diff) | |
| download | emacs-328fab2aee40e2a405ae8e10ddd7013c1bd0edbd.tar.gz emacs-328fab2aee40e2a405ae8e10ddd7013c1bd0edbd.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -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 * |