From: Kenichi Handa Date: Thu, 13 Dec 2007 02:44:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~136 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12fa59988f92c6a07edc3a1de90cff33a84408e1;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 24142131fe8..e0172aa1bae 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode @@ -1,5 +1,12 @@ 2007-12-13 Kenichi Handa + * fontset.c (fontset_add): New args charset_id and famliy. Caller + changed. + (load_font_get_repertory): Assume that font_spec is always a + font-spec object. + (fontset_find_font): Likewise. + (Fset_fontset_font): Always store a font-spec object in a fontset. + * xdisp.c (handle_auto_composed_prop): Use Fget_text_property instead of get_property_and_range.