aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2010-07-12 11:27:21 +0900
committerKenichi Handa2010-07-12 11:27:21 +0900
commit892dd5657e548f66bbcfb07a9556cc5fc9f17b8d (patch)
tree0a5d5b08fd8242e9cc0f904470342f81d395e48d /src
parente1ffae3bb6b87eb824ea9c6291935584fc806cc4 (diff)
downloademacs-892dd5657e548f66bbcfb07a9556cc5fc9f17b8d.tar.gz
emacs-892dd5657e548f66bbcfb07a9556cc5fc9f17b8d.zip
Add ChangeLog
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 97e9f6897d8..1cd57516c45 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12010-07-12 Kenichi Handa <handa@m17n.org>
2
3 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
4
5 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
6 of FONT_ENTITY_INDEX.
7 (Ffont_get): If KEY is :otf and the font-object doesn't have the
8 property, get the property value dynamically.
9 (Ffont_put): Accept font-entity and font-object too.
10 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
11 return value changed.
12 (syms_of_font): Adjusted for the above change.
13
12010-07-08 Dan Nicolaescu <dann@ics.uci.edu> 142010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2 15
3 * alloc.c: Convert DEFUNs to standard C. 16 * alloc.c: Convert DEFUNs to standard C.