comparison src/ChangeLog @ 103272:aeb321cc874b

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 21 May 2009 11:24:19 +0000
parents 26fe9add7299
children 0e85983c95eb
comparison
equal deleted inserted replaced
103271:f3d9124c9d27 103272:aeb321cc874b
1 2009-05-21 Kenichi Handa <handa@m17n.org>
2
3 * fontset.c (Qlatin): Don't make it static.
4
5 * xfont.c (xfont_chars_supported, xfont_supported_scripts): New
6 functions.
7 (xfont_scripts_cache, xfont_scratch_props): New variables.
8 (Qlatin, Vscalable_fonts_allowed): Extern it.
9 (xfont_list_pattern): Argument changed. Callers changed. Check
10 Vscalable_fonts_allowed. Check the support of a script.
11 (xfont_list): Don't reject a font spec with :script property.
12 (xfont_has_char): Fix setting of encoding.
13 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
14 xfont_scratch_props.
15
16 2009-05-19 Kenichi Handa <handa@m17n.org>
17
18 * font.c (font_sort_entities): Renamed from font_sort_entites.
19 Callers changed.
20
21 2009-05-18 Kenichi Handa <handa@m17n.org>
22
23 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
24
1 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca> 25 2009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2 26
3 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window. 27 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
4 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here. 28 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
5 29