*** empty log message ***
[m17n/libotf.git] / ChangeLog
1 2004-07-26  Kenichi Handa  <handa@m17n.org>
2
3         * src/otfopen.c (read_value_record): Fix typo.
4
5         * src/otfdrive.c (lookup_gpos): Don't apply a GPOS feature twice.
6         (OTF_drive_gpos): Initialize values positioning_type memeber.
7
8 2004-07-24  Kenichi Handa  <handa@m17n.org>
9
10         * src/otfdrive.c (gstring_subst): Set `c' and `f.index' of
11         OTF_Glyph.
12         (OTF_drive_gsub): Iniialize f.index member of OTF_Glhph.
13
14         * src/otf.h (OTF_Glyph): New union member u.index.
15
16 2004-07-23  Kenichi Handa  <handa@m17n.org>
17
18         * example/otfview.c: Big change to implement selection of script.
19
20 2004-07-12  Kenichi Handa  <handa@m17n.org>
21
22         * example/otfview.c: Big change to implement driving OpenType
23         tables (GSUB and GPOS).
24
25         * src/otfdrive.c (get_langsys): If script is NULL, use the first
26         one in script_list.
27
28 2004-07-09  Kenichi Handa  <handa@m17n.org>
29
30         * src/otfdrive.c (lookup_gpos): Ignore glyphs whose ID is 0 (fix
31         for the case of LookupType 2).
32
33 2004-07-08  Kenichi Handa  <handa@m17n.org>
34
35         * src/otfopen.c (read_class_set_list): Allocate the array *set
36         by OTF_CALLOC.
37
38 2004-07-07  Kenichi Handa  <handa@m17n.org>
39
40         * src/otfdrive.c (lookup_gsub): For LookupType 5 Subformat 2, if
41         ClassSet is not defined, do nothing.
42
43 2004-06-29  Kenichi Handa  <handa@m17n.org>
44
45         * src/otfdrive.c (lookup_gsub): Fix handling of lookup type 6
46         format 3.
47
48 2004-05-28  Kenichi Handa  <handa@m17n.org>
49
50         * example/otflist.c: Include <sys/types.h> and "config.h".
51         (next_file): New function.
52         (main): Call next_file.
53
54         * configure.ac: Check functions scandir and alphasort.
55
56 2004-05-06  Kenichi Handa  <handa@m17n.org>
57
58         * example/otftobdf.c (registry): New variable.
59         (dump_header): Include registry in the font name.
60         (main): Handle the encoding arg of the format M-N.  Without this
61         arg, generate a font with raw-encoding.
62
63         * src/otfdrive.c: Include "config.h".  Delete '//' style comments.
64         (lookup_encoding_0, lookup_encoding_2, lookup_encoding_4)
65         (lookup_encoding_6, lookup_encoding_8, lookup_encoding_10)
66         (lookup_encoding_12, OTF_drive_cmap2): New functions.
67
68         * src/otfopen.c (read_name): Argument changed.  Set
69         OTF_NameRecord->ascii.  If possible, convert Unicode sequence to
70         ASCII.
71         (read_name_table): Adjusted for the change of read_name.
72         (read_cmap_table): Signal an error (not-yet-supported) if format
73         is 2.  Support for formats, 8, 10, 12.
74         (read_value_record): Clear value_record at first.
75         (read_lookup_subtable_gpos): Fix for the case subFormat is 1 and
76         2.
77         (OTF_open): Check file name extension.
78
79         * example/otflist.c: Include <otf.h>.
80         (FATAL_ERROR): New macro.
81         (print_tag, print_gsub_gpos_info, help_and_exit): New functions.
82         (main): Handle -h, --help, -l args.  Prefer family/style names
83         extracted by the otf library.
84
85 2004-03-30  Kenichi Handa  <handa@m17n.org>
86
87         * src/otfopen.c (read_value_record): Clear value_record at
88         first.
89         (read_lookup_subtable_gpos): For Lookup Type 1, read Coverage at
90         first.
91
92 2004-03-29  Kenichi Handa  <handa@m17n.org>
93
94         * example/otfdump.c (dump_lookup_subtable_gsub): For Lookup Type
95         7, fix arg to dump_lookup_subtable_gsub.
96         (dump_lookup_subtable_gpos): Support Lookup Type 9.
97
98         * autogen.sh: Run automake after autoheader.
99
100         * src/otfopen.c (OTF_close): Free otf->filename.
101
102 2004-02-01  Kenichi Handa  <handa@m17n.org>
103
104         * Version 0.9 released.
105
106 \f
107 Copyright (C) 2003, 2004
108   National Institute of Advanced Industrial Science and Technology (AIST)
109   Registration Number H15PRO112
110
111 This file is part of the m17n library.
112
113 The m17n library is free software; you can redistribute it and/or
114 modify it under the terms of the GNU Lesser General Public License
115 as published by the Free Software Foundation; either version 2.1 of
116 the License, or (at your option) any later version.
117
118 The m17n library is distributed in the hope that it will be useful,
119 but WITHOUT ANY WARRANTY; without even the implied warranty of
120 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
121 Lesser General Public License for more details.
122
123 You should have received a copy of the GNU Lesser General Public
124 License along with the m17n library; if not, write to the Free
125 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
126 02111-1307, USA.