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