Mercurial > emacs
changeset 95361:86492fb49824
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 28 May 2008 12:26:41 +0000 |
parents | f472b6b1baa8 |
children | e886c765584a |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed May 28 12:19:52 2008 +0000 +++ b/src/ChangeLog Wed May 28 12:26:41 2008 +0000 @@ -9,6 +9,17 @@ 2008-05-28 Kenichi Handa <handa@m17n.org> + * fontset.c (Ffont_info): Don't call font_close_object. + + * font.c (font_parse_family_registry): Use Ffont_put to validate + foundry and family. + (font_delete_unmatched): Don't check spacing. + (font_list_entities): Add spacing to the spec to list fonts. + + * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern. + (ftfont_list): Check spacing here. Don't include FC_CHARSET in + objset. + * coding.c (encode_coding_raw_text): Fix previous change. (encode_coding_object): When the dst_object is a buffer and is different from src_object, move gap to PT.