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