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