comparison src/ChangeLog.unicode @ 90477:c5d9875473a9

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 19 Jun 2006 01:38:58 +0000
parents bdc1386b2827
children e507e2cc7f5e
comparison
equal deleted inserted replaced
90476:017a6aec5d77 90477:c5d9875473a9
1 2006-06-19 Kenichi Handa <handa@m17n.org>
2
3 * font.c (font_parse_fcname): Fix parsing of point-size.
4 (font_unparse_fcname): Produce symbolic names for style
5 properties.
6 (font_list_entities): Handle float size correctly.
7 (font_open_by_name): Prefer `normal' property values if the name
8 doesn't specify them.
9
10 * fontset.c (Finternal_char_font): Use font_get_name, not
11 Ffont_xlfd_name.
12
13 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
14 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
15 pattern. Don't force scalable.
16
17 * xftfont.c (xftfont_open): For generating a name, start from
18 96-byte buffer.
19
1 2006-06-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 20 2006-06-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 21
3 * frame.h (x_new_fontset2): Fix prototype. 22 * frame.h (x_new_fontset2): Fix prototype.
4 23
5 2006-06-16 Kenichi Handa <handa@m17n.org> 24 2006-06-16 Kenichi Handa <handa@m17n.org>