diff options
| author | Kenichi Handa | 2008-05-28 12:26:41 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-05-28 12:26:41 +0000 |
| commit | b75d7f28826a896fad4599b22f25599a4ee582d1 (patch) | |
| tree | 5afb484e1aff4272d1c4a43c480104770713413c /src/ChangeLog | |
| parent | bbfea8767aebce0a64aa75b19f53f1ccc5d0f702 (diff) | |
| download | emacs-b75d7f28826a896fad4599b22f25599a4ee582d1.tar.gz emacs-b75d7f28826a896fad4599b22f25599a4ee582d1.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -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 @@ | |||
| 9 | 9 | ||
| 10 | 2008-05-28 Kenichi Handa <handa@m17n.org> | 10 | 2008-05-28 Kenichi Handa <handa@m17n.org> |
| 11 | 11 | ||
| 12 | * fontset.c (Ffont_info): Don't call font_close_object. | ||
| 13 | |||
| 14 | * font.c (font_parse_family_registry): Use Ffont_put to validate | ||
| 15 | foundry and family. | ||
| 16 | (font_delete_unmatched): Don't check spacing. | ||
| 17 | (font_list_entities): Add spacing to the spec to list fonts. | ||
| 18 | |||
| 19 | * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern. | ||
| 20 | (ftfont_list): Check spacing here. Don't include FC_CHARSET in | ||
| 21 | objset. | ||
| 22 | |||
| 12 | * coding.c (encode_coding_raw_text): Fix previous change. | 23 | * coding.c (encode_coding_raw_text): Fix previous change. |
| 13 | (encode_coding_object): When the dst_object is a buffer and is | 24 | (encode_coding_object): When the dst_object is a buffer and is |
| 14 | different from src_object, move gap to PT. | 25 | different from src_object, move gap to PT. |