aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2009-02-21 13:38:16 +0000
committerChong Yidong2009-02-21 13:38:16 +0000
commit0b6f228ca9b9d08e8326994b1b6bda75132711eb (patch)
tree567c46ff6df13e530d50edfa1af823f2412496a3 /src
parent5ca454075e54e84a574831b9ca4e0d087ab6987d (diff)
downloademacs-0b6f228ca9b9d08e8326994b1b6bda75132711eb.tar.gz
emacs-0b6f228ca9b9d08e8326994b1b6bda75132711eb.zip
* 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.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 492a3c41e75..d53b29bbffb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12009-02-21 Chong Yidong <cyd@stupidchicken.com>
2
3 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
4 Qfont_object.
5 (Ftype_of): Recognize font objects.
6
7 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
8
9 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
10 moved to data.c.
11
12009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com> 122009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
2 13
3 * nsterm.m (x_make_frame_invisible): Unset async_visible, 14 * nsterm.m (x_make_frame_invisible): Unset async_visible,