From 0b6f228ca9b9d08e8326994b1b6bda75132711eb Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 21 Feb 2009 13:38:16 +0000 Subject: [PATCH] * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and Qfont_object. (Ftype_of): Recognize font objects. * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern. * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions moved to data.c. --- src/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 492a3c41e75..d53b29bbffb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2009-02-21 Chong Yidong + + * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and + Qfont_object. + (Ftype_of): Recognize font objects. + + * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern. + + * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions + moved to data.c. + 2009-02-20 Adrian Robert * nsterm.m (x_make_frame_invisible): Unset async_visible, -- 2.39.5