comparison src/ChangeLog.unicode @ 91338:cf1f728facf2

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 14 Jan 2008 01:33:15 +0000
parents ee57eaa96e8c
children f8775578c21a
comparison
equal deleted inserted replaced
91337:8a5868a05083 91338:cf1f728facf2
1 2008-01-14 Kenichi Handa <handa@ni.aist.go.jp>
2
3 * font.c (font_find_for_lface): Fix the handling of the return
4 value of font_has_char.
5 (Ffont_shape_text): Fix previous change.
6
7 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
8 (fontset_ref_and_range): Delete it.
9 (fontset_find_font): Call char_table_ref_and_range instead of
10 FONTSET_REF_AND_RANGE.
11 (make_fontset): Don't setup font groups of Latin here.
12 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
13 (new_fontset_from_font): Make the specified font the default for
14 all Latin characters.
15
1 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp> 16 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
2 17
3 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame 18 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
4 is on a window system before accessing the fontset of the frame. 19 is on a window system before accessing the fontset of the frame.
5 20