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