]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Wed, 25 Apr 2007 12:07:30 +0000 (12:07 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 25 Apr 2007 12:07:30 +0000 (12:07 +0000)
src/ChangeLog.unicode

index e51ad19de5fb772897f6182f29375a1aacfc39bf..f8682f4a91410a89fb4d7a10fc949aa366961c48 100644 (file)
@@ -1,3 +1,37 @@
+2007-04-25  Kenichi Handa  <handa@m17n.org>
+
+       * ftfont.c (ftfont_driver): Delete font_otf_gsub and
+       font_otf_gpos, add font_drive_otf.
+
+       * fontset.c (fontset_find_font): Pay attention to font size
+       specified for a font.
+
+       * font.c (struct otf_list): Delete it.
+       (otf_list): Make it a lisp variable..
+       (otf_open): Use lispy otf_list.
+       (generate_otf_features): Renamed from parse_gsub_gpos_spec.
+       (check_otf_features): New function.
+       (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor): New
+       functinos.
+       (font_drive_otf): New function merging font_otf_gsub and
+       font_otf_gpos.
+       (font_open_for_lface): New arg spec.  Change argument order.
+       (font_load_for_face): Adjusted for the change of
+       font_open_for_lface.
+       (Ffont_drive_otf): New function merging Ffont_otf_gsub and
+       Ffont_otf_gpos.
+       (syms_of_font): Staticpro otf_list.  Delete defsubr of
+       Sfont_otf_gsub and Sfont_otf_gpos.  Defsubr Sfont_drive_otf.
+
+       * xfaces.c (set_font_frame_param): Adjusted for the change of
+       font_open_for_lface.
+
+       * font.h (font_open_for_lface): Adjust prototype.
+       (struct font_driver): Delete members otf_gsub and otf_gpos, add
+       member otf_drive.
+       (font_otf_gsub, font_otf_gpos): Delete externs.
+       (font_drive_otf): Extern it.
+
 2007-04-24  Kenichi Handa  <handa@m17n.org>
 
        * font.c (font_at): If the window W is not on a window system,