From: Kenichi Handa Date: Mon, 12 Jul 2010 02:27:21 +0000 (+0900) Subject: Add ChangeLog X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~79 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=892dd5657e548f66bbcfb07a9556cc5fc9f17b8d;p=emacs.git Add ChangeLog --- diff --git a/src/ChangeLog b/src/ChangeLog index 97e9f6897d8..1cd57516c45 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2010-07-12 Kenichi Handa + + * font.h (enum font_property_index): New member FONT_ENTITY_INDEX. + + * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot + of FONT_ENTITY_INDEX. + (Ffont_get): If KEY is :otf and the font-object doesn't have the + property, get the property value dynamically. + (Ffont_put): Accept font-entity and font-object too. + (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and + return value changed. + (syms_of_font): Adjusted for the above change. + 2010-07-08 Dan Nicolaescu * alloc.c: Convert DEFUNs to standard C.