Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog.unicode Mon Jan 14 01:33:02 2008 +0000 +++ b/src/ChangeLog.unicode Mon Jan 14 01:33:15 2008 +0000 @@ -1,3 +1,18 @@ +2008-01-14 Kenichi Handa <handa@ni.aist.go.jp> + + * font.c (font_find_for_lface): Fix the handling of the return + value of font_has_char. + (Ffont_shape_text): Fix previous change. + + * fontset.c (FONTSET_REF_AND_RANGE): Delete it. + (fontset_ref_and_range): Delete it. + (fontset_find_font): Call char_table_ref_and_range instead of + FONTSET_REF_AND_RANGE. + (make_fontset): Don't setup font groups of Latin here. + (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII. + (new_fontset_from_font): Make the specified font the default for + all Latin characters. + 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp> * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
