# HG changeset patch # User Kenichi Handa # Date 1278901641 -32400 # Node ID 2803d726899d06b19eda6dbb94ddc4dec21a093d # Parent c8a969d13edae41affd712e1ca86d932691e6095 Add ChangeLog diff -r c8a969d13eda -r 2803d726899d src/ChangeLog --- a/src/ChangeLog Fri Jul 09 15:55:27 2010 +0900 +++ b/src/ChangeLog Mon Jul 12 11:27:21 2010 +0900 @@ -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.