From: Chong Yidong Date: Sat, 21 Feb 2009 13:38:16 +0000 (+0000) Subject: * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and X-Git-Tag: emacs-pretest-23.0.91~106 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b6f228ca9b9d08e8326994b1b6bda75132711eb;p=emacs.git * 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. --- 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,