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