1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

Add ChangeLog

This commit is contained in:
Kenichi Handa 2010-07-12 11:27:21 +09:00
parent e1ffae3bb6
commit 892dd5657e

View File

@ -1,3 +1,16 @@
2010-07-12 Kenichi Handa <handa@m17n.org>
* 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 <dann@ics.uci.edu>
* alloc.c: Convert DEFUNs to standard C.