(MAX_FEATURE_COUNT): Delete this macro.
[m17n/libotf.git] / ChangeLog
1 2004-11-02  Kenichi Handa  <handa@m17n.org>
2
3         * src/otfopen.c (read_cmap_table): Support Format 2 of cmap.
4
5         * src/otfdrive.c (lookup_gsub): For Format 3, set
6         OTF_Glyph->alternate_set.
7
8         * src/otf.h (OTF_EncodingSubtable2): New members subHeaderCount
9         and glyphIndexCount.
10         (OTF_Glyph): New member alternate_set.
11
12 2004-10-27  Kenichi Handa  <handa@m17n.org>
13
14         * example/otfview.c: Pay attention to HAVE_X11_XAW_COMMAND_H.
15
16         * configure.ac: Check existence of X11/Xaw/Command.h.
17
18 2004-09-03  Kenichi Handa  <handa@m17n.org>
19
20         * src/otfdrive.c (GSTRING_INSERT): Fix size of reallocating
21         memory.
22         (lookup_gpos): For LooupType 5, fix finding a base/ligature glyph.
23
24         * example/otfview.c (update_seq_area): Use malloc and free for
25         gstring.glyphs.
26
27 2004-08-13  Kenichi Handa  <handa@m17n.org>
28
29         * Version 0.9.2 released.
30
31 2004-08-13  Kenichi Handa  <handa@m17n.org>
32
33         * src/otfdrive.c (IGNORED_GLYPH): Fix checking of MarkAttachClass.
34
35         * configure.ac: Updated to 0.9.2.
36
37         * src/otf.h (LIBOTF_VERSION): Updated to 0.9.2.
38         (LIBOTF_RELEASE_NUMBER): Updated to 2.
39
40 2004-08-09  Kenichi Handa  <handa@m17n.org>
41
42         * Version 0.9.1 released.
43
44 2004-08-09  Kenichi Handa  <handa@m17n.org>
45
46         * src/otfdrive.c (setup_lookup_indices): Fix handling of "*" in
47         features.
48
49         * example/otfview.c (update_seq_area): Call OTF_drive_gdef only
50         when otf is not NULL.
51
52 2004-08-07  Kenichi Handa  <handa@m17n.org>
53
54         * example/otfview.c (FeatureProc): Highlight selected features by
55         changing border width, not by changing fore and back color.
56         (setup_feature_rec): Setup internal height and width of widgets.
57         (create_otf_widgets): Likewise.
58
59         * src/otfdrive.c (IGNORED_GLYPH): New macro.
60         (gstring_subst, match_ids, match_chain_ids, match_classes)
61         (match_chain_classes, match_coverages, match_chain_coverages):
62         use IGNORED_GLYPH.
63         (lookup_gsub): Likewise.  Include OTF_MarkAttachmentType in flag.
64         (lookup_gpos): Likewise.
65
66 2004-08-06  Kenichi Handa  <handa@m17n.org>
67
68         * src/otfdrive.c (lookup_gsub): Fix handling of Extension lookup.
69         (lookup_gpos): Support Extension lookup.
70         (gstring_subst): Fix previous change.
71
72 2004-08-05  Kenichi Handa  <handa@m17n.org>
73
74         * src/otf.h (enum OTF_LookupFlagBit): Fix OTF_IgnoreMarks.
75
76         * example/otfview.c (update_seq_area): Fix sign of yoff.
77         Support more positioning_type.
78
79         * example/otfdump.c (dump_lookup_subtable_gpos): Add support for
80         LookupType 5.
81
82         * src/otfopen.c (read_ligature_attach): Fix for the case that an
83         offset is NULL.
84
85         * src/otfdrive.c (lookup_gpos): Add support for LookupType 5.
86         Fix handling of flag.
87         (gstring_subst): Fix previous change.
88
89 2004-08-04  Kenichi Handa  <handa@m17n.org>
90
91         * example/otfview.c (bidi, reversed): New variables.
92         (update_seq_area): Call OTF_drive_gdef.  If reversed is nonzero,
93         reorder glyphs properly.  Create pixmap if necessary.  Handle
94         OTF_XAdvance and OTF_XAdvDevice.
95         (BidiProc): New function.
96         (create_widgets): Setup bidi.
97
98         * src/otfdrive.c (gstring_subst): New arg flag.  Caller changed.
99         Ignore glyphs specified in flag.
100         (match_ids, match_classes, match_coverages): Likewise.
101         (match_chain_ids, match_chain_classes, match_chain_coverages): New
102         arg flag.
103         (lookup_gsub): Fix handling of LookupFlag.
104         (lookup_gpos): Likewise.  Support more LookupType.
105
106         * src/otf.h (OTF_LookupFlagIgnoreMask): New macro.
107
108 2004-07-29  Kenichi Handa  <handa@m17n.org>
109
110         * example/otfview.c (create_widgets): Fix width of index glyphs..
111
112 2004-07-26  Kenichi Handa  <handa@m17n.org>
113
114         * src/otfopen.c (read_value_record): Fix typo.
115
116         * src/otfdrive.c (lookup_gpos): Don't apply a GPOS feature twice.
117         (OTF_drive_gpos): Initialize values positioning_type memeber.
118         (OTF_drive_gsub): Fix previous change.
119
120 2004-07-24  Kenichi Handa  <handa@m17n.org>
121
122         * src/otfdrive.c (gstring_subst): Set `c' and `f.index' of
123         OTF_Glyph.
124         (OTF_drive_gsub): Iniialize f.index member of OTF_Glhph.
125
126         * src/otf.h (OTF_Glyph): New union member u.index.
127
128 2004-07-23  Kenichi Handa  <handa@m17n.org>
129
130         * example/otfview.c: Big change to implement selection of script.
131
132 2004-07-12  Kenichi Handa  <handa@m17n.org>
133
134         * example/otfview.c: Big change to implement driving OpenType
135         tables (GSUB and GPOS).
136
137         * src/otfdrive.c (get_langsys): If script is NULL, use the first
138         one in script_list.
139
140 2004-07-09  Kenichi Handa  <handa@m17n.org>
141
142         * src/otfdrive.c (lookup_gpos): Ignore glyphs whose ID is 0 (fix
143         for the case of LookupType 2).
144
145 2004-07-08  Kenichi Handa  <handa@m17n.org>
146
147         * src/otfopen.c (read_class_set_list): Allocate the array *set
148         by OTF_CALLOC.
149
150 2004-07-07  Kenichi Handa  <handa@m17n.org>
151
152         * src/otfdrive.c (lookup_gsub): For LookupType 5 Subformat 2, if
153         ClassSet is not defined, do nothing.
154
155 2004-06-29  Kenichi Handa  <handa@m17n.org>
156
157         * src/otfdrive.c (lookup_gsub): Fix handling of lookup type 6
158         format 3.
159
160 2004-05-28  Kenichi Handa  <handa@m17n.org>
161
162         * example/otflist.c: Include <sys/types.h> and "config.h".
163         (next_file): New function.
164         (main): Call next_file.
165
166         * configure.ac: Check functions scandir and alphasort.
167
168 2004-05-06  Kenichi Handa  <handa@m17n.org>
169
170         * example/otftobdf.c (registry): New variable.
171         (dump_header): Include registry in the font name.
172         (main): Handle the encoding arg of the format M-N.  Without this
173         arg, generate a font with raw-encoding.
174
175         * src/otfdrive.c: Include "config.h".  Delete '//' style comments.
176         (lookup_encoding_0, lookup_encoding_2, lookup_encoding_4)
177         (lookup_encoding_6, lookup_encoding_8, lookup_encoding_10)
178         (lookup_encoding_12, OTF_drive_cmap2): New functions.
179
180         * src/otfopen.c (read_name): Argument changed.  Set
181         OTF_NameRecord->ascii.  If possible, convert Unicode sequence to
182         ASCII.
183         (read_name_table): Adjusted for the change of read_name.
184         (read_cmap_table): Signal an error (not-yet-supported) if format
185         is 2.  Support for formats, 8, 10, 12.
186         (read_value_record): Clear value_record at first.
187         (read_lookup_subtable_gpos): Fix for the case subFormat is 1 and
188         2.
189         (OTF_open): Check file name extension.
190
191         * example/otflist.c: Include <otf.h>.
192         (FATAL_ERROR): New macro.
193         (print_tag, print_gsub_gpos_info, help_and_exit): New functions.
194         (main): Handle -h, --help, -l args.  Prefer family/style names
195         extracted by the otf library.
196
197 2004-03-30  Kenichi Handa  <handa@m17n.org>
198
199         * src/otfopen.c (read_value_record): Clear value_record at
200         first.
201         (read_lookup_subtable_gpos): For Lookup Type 1, read Coverage at
202         first.
203
204 2004-03-29  Kenichi Handa  <handa@m17n.org>
205
206         * example/otfdump.c (dump_lookup_subtable_gsub): For Lookup Type
207         7, fix arg to dump_lookup_subtable_gsub.
208         (dump_lookup_subtable_gpos): Support Lookup Type 9.
209
210         * autogen.sh: Run automake after autoheader.
211
212         * src/otfopen.c (OTF_close): Free otf->filename.
213
214 2004-02-01  Kenichi Handa  <handa@m17n.org>
215
216         * Version 0.9 released.
217
218 \f
219 Copyright (C) 2003, 2004
220   National Institute of Advanced Industrial Science and Technology (AIST)
221   Registration Number H15PRO112
222
223 This file is part of the m17n library.
224
225 The m17n library is free software; you can redistribute it and/or
226 modify it under the terms of the GNU Lesser General Public License
227 as published by the Free Software Foundation; either version 2.1 of
228 the License, or (at your option) any later version.
229
230 The m17n library is distributed in the hope that it will be useful,
231 but WITHOUT ANY WARRANTY; without even the implied warranty of
232 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
233 Lesser General Public License for more details.
234
235 You should have received a copy of the GNU Lesser General Public
236 License along with the m17n library; if not, write to the Free
237 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
238 02111-1307, USA.