diff options
| author | Kenichi Handa | 2008-06-19 00:43:34 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-06-19 00:43:34 +0000 |
| commit | d26424c5eb84c4bd153a375052fdc96223e0c46e (patch) | |
| tree | d71ffe8aa73cd92f7636daff06a3d0697d91f390 /src/ChangeLog | |
| parent | 4ffe34a4ed2058c93a01c5a176eb0971c61eaa4c (diff) | |
| download | emacs-d26424c5eb84c4bd153a375052fdc96223e0c46e.tar.gz emacs-d26424c5eb84c4bd153a375052fdc96223e0c46e.zip | |
(font_parse_xlfd): Fix previous change.
(font_parse_fcname): Don't use :fc-unknown-spec.
(FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height.
(Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
(font_add_log): Prepend the driver name to the resulting fonts.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9f65fbe91b9..60cff399cd7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2008-06-18 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * font.c (font_parse_xlfd): Fix previous change. | ||
| 4 | (font_parse_fcname): Don't use :fc-unknown-spec. | ||
| 5 | (FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height. | ||
| 6 | (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA. | ||
| 7 | (font_add_log): Prepend the driver name to the resulting fonts. | ||
| 8 | |||
| 9 | * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed. | ||
| 10 | (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname. | ||
| 11 | (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset. | ||
| 12 | |||
| 13 | * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba) | ||
| 14 | (QCembolden): New variables. | ||
| 15 | (syms_of_xftfont): DEFSYM them. | ||
| 16 | (xftfont_open): Call XftFontMatch. Don't trust the result of | ||
| 17 | XftTextExtents8 if the pixel_size is less than 5. | ||
| 18 | |||
| 1 | 2008-06-18 Andreas Schwab <schwab@suse.de> | 19 | 2008-06-18 Andreas Schwab <schwab@suse.de> |
| 2 | 20 | ||
| 3 | * font.c (Ffont_face_attributes): Only define if | 21 | * font.c (Ffont_face_attributes): Only define if |