diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0a04daf0c5b..b71af77179c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,23 +1,28 @@ | |||
| 1 | 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers | ||
| 4 | if some non-hidden buffers are selected by string&pred. | ||
| 5 | |||
| 1 | 2008-05-19 Kenichi Handa <handa@m17n.org> | 6 | 2008-05-19 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * font.c (font_list_entities): Fix handling of cache. | 8 | * font.c (font_list_entities): Fix handling of cache. |
| 4 | (font_matching_entity): Likewise. | 9 | (font_matching_entity): Likewise. |
| 5 | 10 | ||
| 6 | * ftfont.c (cs_iso8859_1): Deleted. | 11 | * ftfont.c (cs_iso8859_1): Delete. |
| 7 | (ft_face_cache): New variable. | 12 | (ft_face_cache): New variable. |
| 8 | (struct ftfont_info): New member fc_charset_idx; | 13 | (struct ftfont_info): New member fc_charset_idx; |
| 9 | (ftfont_build_basic_charsets): Deleted. | 14 | (ftfont_build_basic_charsets): Delete. |
| 10 | (fc_charset_table): New variable. | 15 | (fc_charset_table): New variable. |
| 11 | (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME | 16 | (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME |
| 12 | . FC_CHARSET_IDX) as :font-entity property in the font entity. | 17 | . FC_CHARSET_IDX) as :font-entity property in the font entity. |
| 13 | Callers changed. | 18 | Callers changed. |
| 14 | (ftfont_lookup_cache, ftfont_get_charset): New funcitons. | 19 | (ftfont_lookup_cache, ftfont_get_charset): New funcitons. |
| 15 | (ftfont_spec_pattern): New argument fc_charset_idx. Check | 20 | (ftfont_spec_pattern): New argument fc_charset_idx. |
| 16 | registry more rigidly. Callers changed. | 21 | Check registry more rigidly. Change callers. |
| 17 | (ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the | 22 | (ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the |
| 18 | change of :font-entity property of the font. | 23 | change of :font-entity property of the font. |
| 19 | 24 | ||
| 20 | * xftfont.c (xftfont_open): Ajusted for the change of :font-entity | 25 | * xftfont.c (xftfont_open): Ajuste for the change of :font-entity |
| 21 | property of the font. | 26 | property of the font. |
| 22 | 27 | ||
| 23 | 2008-05-18 Juanma Barranquero <lekktu@gmail.com> | 28 | 2008-05-18 Juanma Barranquero <lekktu@gmail.com> |