comparison src/ChangeLog.unicode @ 91209:e5b2819be397

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sat, 08 Dec 2007 01:49:46 +0000
parents 7866eec7f840
children c82b5901f204
comparison
equal deleted inserted replaced
91208:98329725c530 91209:e5b2819be397
1 2007-12-08 Jason Rumney <jasonr@gnu.org>
2
3 * w32font.h: New file.
4
5 * w32font.c: Include it.
6 (struct w32font_info): Add owning_frame field. Move to w32font.h.
7 (w32font_open): Set owning_frame.
8 (w32font_text_extents): Use owning_frame.
9 (struct font_callback_data): Add opentype_only field.
10 (add_font_entity_to_list): Use it to filter fonts.
11 Don't check against full name.
12 (w32font_list_internal): New function.
13 (w32font_list): Use it.
14 (w32font_match_internal): New function.
15 (w32font_match): Use it.
16 (w32font_get_cache, w32font_open, w32font_close, w32font_has_char)
17 (w32font_encode_char, w32font_text_extents, w32font_draw):
18 Make non-static.
19
20 * makefile.w32-in (w32font.o): Depend on w32font.h.
21
1 2007-12-06 Kenichi Handa <handa@ni.aist.go.jp> 22 2007-12-06 Kenichi Handa <handa@ni.aist.go.jp>
2 23
3 * charset.c (Fdefine_charset_internal): Record a supplementary 24 * charset.c (Fdefine_charset_internal): Record a supplementary
4 charset at the tail of Vcharset_order_list. 25 charset at the tail of Vcharset_order_list.
5 26