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