*** empty log message ***
authorhanda <handa>
Thu, 26 Feb 2009 05:40:07 +0000 (05:40 +0000)
committerhanda <handa>
Thu, 26 Feb 2009 05:40:07 +0000 (05:40 +0000)
ChangeLog

index 08c8667..ba91d22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2009-02-26  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfopen.c (free_stream): Check stream->buf before freeing
+       it.
+       (read_gdef_table): Do nothing if stream->buf is NULL.
+       (read_header_part): If a font doesn't have a GDEF table, make a
+       pseudo stream.
+
+       * src/otfdrive.c (glyph_class_table): New variable.
+       (get_class_def_auto): New function.
+       (OTF_drive_gdef): If a font doesn't have a GDEF table, use
+       get_class_def_auto.
+
+2009-02-25  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfopen.c (get_table_info): Always succeed for GDEF table.
+
+       * example/otfview.c (main): If ! otf, don't setup sub14.
+
 2008-12-31  Kenichi Handa  <handa@m17n.org>
 
        * src/otfdrive.c (check_cmap_uvs): Update the member
 2005-11-22  Kenichi Handa  <handa@m17n.org>
 
        * example/otfview.c (main) [! HAVE_X11_XAW_COMMAND_H]: Fix args to
-       fpintf.
+       fprintf.
 
        * configure.ac: Use AC_CHECK_HEADERS instead of AC_CHECK_HEADER.