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