aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.unicode
diff options
context:
space:
mode:
authorKenichi Handa2007-12-03 13:54:06 +0000
committerKenichi Handa2007-12-03 13:54:06 +0000
commitc75d4c72634a5e76dd7aeda315281f20c9aeabb1 (patch)
tree7a9245beab84122a9320564b54262c5ddaf2bc3a /src/ChangeLog.unicode
parentdb3aa8c34d4557be69096ee45580dcbf268c9f97 (diff)
downloademacs-c75d4c72634a5e76dd7aeda315281f20c9aeabb1.tar.gz
emacs-c75d4c72634a5e76dd7aeda315281f20c9aeabb1.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog.unicode')
-rw-r--r--src/ChangeLog.unicode19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index d959c2ade4a..a4f5ad6125e 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -1,5 +1,24 @@
12007-12-03 Kenichi Handa <handa@ni.aist.go.jp> 12007-12-03 Kenichi Handa <handa@ni.aist.go.jp>
2 2
3 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
4 (choose_face_font): Accept new form of font-spec.
5
6 * frame.h (font_driver_list): Declare it unconditionally.
7 (struct frame): Define members font_driver_list and font_data_list
8 unconditionally.
9
10 * fontset.c: Include "font.h" unconditionally.
11 (generate_ascii_font_name): Use font_parse_xlfd and
12 font_unparse_xlfd.
13 (Fset_fontset_font): Accept a font-spec object.
14
15 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
16 PIXEL_SIZE part a wild card.
17
18 * dispextern.h (struct glyph_string): Define members clip and
19 num_clips unconditionally.
20 (struct face): Define members font_info and extra unconditionally.
21
3 * ftfont.c (ftfont_open): Set members maybe_otf and otf of 22 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
4 ftfont_info only when HAVE_LIBOTF is defined. 23 ftfont_info only when HAVE_LIBOTF is defined.
5 24