Mercurial > emacs
comparison src/ChangeLog.unicode @ 91172:32461c53ccb4
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 03 Dec 2007 13:54:06 +0000 |
parents | b4a503e69ff9 |
children | 47443840a6b9 |
comparison
equal
deleted
inserted
replaced
91171:609500aa30a8 | 91172:32461c53ccb4 |
---|---|
1 2007-12-03 Kenichi Handa <handa@ni.aist.go.jp> | 1 2007-12-03 Kenichi Handa <handa@ni.aist.go.jp> |
2 | |
3 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally. | |
4 (choose_face_font): Accept new form of font-spec. | |
5 | |
6 * frame.h (font_driver_list): Declare it unconditionally. | |
7 (struct frame): Define members font_driver_list and font_data_list | |
8 unconditionally. | |
9 | |
10 * fontset.c: Include "font.h" unconditionally. | |
11 (generate_ascii_font_name): Use font_parse_xlfd and | |
12 font_unparse_xlfd. | |
13 (Fset_fontset_font): Accept a font-spec object. | |
14 | |
15 * font.c (font_unparse_xlfd): If pixel_size is zero, make the | |
16 PIXEL_SIZE part a wild card. | |
17 | |
18 * dispextern.h (struct glyph_string): Define members clip and | |
19 num_clips unconditionally. | |
20 (struct face): Define members font_info and extra unconditionally. | |
2 | 21 |
3 * ftfont.c (ftfont_open): Set members maybe_otf and otf of | 22 * ftfont.c (ftfont_open): Set members maybe_otf and otf of |
4 ftfont_info only when HAVE_LIBOTF is defined. | 23 ftfont_info only when HAVE_LIBOTF is defined. |
5 | 24 |
6 2007-12-02 Andreas Schwab <schwab@suse.de> | 25 2007-12-02 Andreas Schwab <schwab@suse.de> |