]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 3 Dec 2007 13:54:06 +0000 (13:54 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 3 Dec 2007 13:54:06 +0000 (13:54 +0000)
src/ChangeLog.unicode

index d959c2ade4a3b7899bfa6697409d00fe4bb88271..a4f5ad6125e9e31211496ffcbfc3a0b44c7da57c 100644 (file)
@@ -1,5 +1,24 @@
 2007-12-03  Kenichi Handa  <handa@ni.aist.go.jp>
 
+       * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
+       (choose_face_font): Accept new form of font-spec.
+
+       * frame.h (font_driver_list): Declare it unconditionally.
+       (struct frame): Define members font_driver_list and font_data_list
+       unconditionally.
+
+       * fontset.c: Include "font.h" unconditionally.
+       (generate_ascii_font_name): Use font_parse_xlfd and
+       font_unparse_xlfd.
+       (Fset_fontset_font): Accept a font-spec object.
+
+       * font.c (font_unparse_xlfd): If pixel_size is zero, make the
+       PIXEL_SIZE part a wild card.
+
+       * dispextern.h (struct glyph_string): Define members clip and
+       num_clips unconditionally.
+       (struct face): Define members font_info and extra unconditionally.
+
        * ftfont.c (ftfont_open): Set members maybe_otf and otf of
        ftfont_info only when HAVE_LIBOTF is defined.