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