diff options
| author | Jason Rumney | 2008-06-23 12:41:50 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-06-23 12:41:50 +0000 |
| commit | 0b07ad98c5b93cc57cc7a9349eee7a6dbae4e869 (patch) | |
| tree | b4ba84958bdaf36df8b1c89bcb4a1fa6e0e5800f /src/ChangeLog | |
| parent | ffbda93a863b687a419b1c6453deae23e8be4829 (diff) | |
| download | emacs-0b07ad98c5b93cc57cc7a9349eee7a6dbae4e869.tar.gz emacs-0b07ad98c5b93cc57cc7a9349eee7a6dbae4e869.zip | |
* w32term.c (x_draw_glyph_string_background)
(x_draw_glyph_string): Remove old bdf font code.
* w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a61e3e4b44a..2a496a41a45 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-06-23 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (x_draw_glyph_string_background) | ||
| 4 | (x_draw_glyph_string): Remove old bdf font code. | ||
| 5 | |||
| 6 | * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove. | ||
| 7 | |||
| 1 | 2008-06-22 Kenichi Handa <handa@m17n.org> | 8 | 2008-06-22 Kenichi Handa <handa@m17n.org> |
| 2 | 9 | ||
| 3 | * font.c (font_find_for_lface): Try the adstyle specified in | 10 | * font.c (font_find_for_lface): Try the adstyle specified in |