diff options
author | Kenichi Handa <handa@m17n.org> | 2008-05-28 12:26:41 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-05-28 12:26:41 +0000 |
commit | b75d7f28826a896fad4599b22f25599a4ee582d1 (patch) | |
tree | 5afb484e1aff4272d1c4a43c480104770713413c /src | |
parent | bbfea8767aebce0a64aa75b19f53f1ccc5d0f702 (diff) | |
download | emacs-b75d7f28826a896fad4599b22f25599a4ee582d1.tar.gz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c9bf04148a8..ef7acb97eb4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. |