Describe how to check library version in configure.in.
[gedcom-parse.git] / ChangeLog
1 2002-01-19  Peter Verthez  <Peter.Verthez@advalvas.be>
2
3         * gedcom.h: Renamed to gedcom.h.in: at configure, the VERSION
4         variables are substituted and the file gedcom.h is written
5
6         * utf8-locale.c: Added parameter to conversion from UTF-8 to locale,
7         to return number of conversion failures.
8
9 2002-01-16  Peter Verthez  <Peter.Verthez@advalvas.be>
10
11         * gedcom/xref.c: Make sure that the 'string' member of an xref always
12         contains a valid string.
13
14         * gedcom/gedcom.y: in use of INVALID_TAG: tag is struct instead of
15         simple string.
16
17         * gedcom/multilex.c (gedcom_parse_file): setlocale returns a string
18         in static storage, so must use strdup and free afterwards.
19
20 2002-01-15  Peter Verthez  <Peter.Verthez@advalvas.be>
21
22         * gedcom/encoding.c: Separate the modification of GCONV_PATH from the
23         rest of the initialization, and let it be called before main (necessary
24         because iconv_open will only look at GCONV_PATH once, and e.g. GTK
25         calls iconv_open very early).
26
27         * gedcom/gedcom.y: Don't allow the parser to continue if the conversion
28         context couldn't be opened, even if IGNORE_ERRORS.
29
30         * gedcom/multilex.c (gedcom_parse_file): Save the old locale (in case
31         the application had set it).
32
33 2002-01-13  Peter Verthez  <Peter.Verthez@advalvas.be>
34
35         * utf8-locale.c: Example implementation for conversion UTF-8 to
36         locale.
37
38 2002-01-12  Peter Verthez  <Peter.Verthez@advalvas.be>
39
40         * more documentation...
41
42 2002-01-10  Peter Verthez  <Peter.Verthez@advalvas.be>
43
44         * doc/parser.html: Start of character set explanation.
45
46         * enhancements to Makefiles for documentation.
47
48         * gedcom/Makefile.am, gedcom/gedcom_lex_common.c: Some bugfixes for the
49         standalone lexers.
50
51 2002-01-05  Peter Verthez  <Peter.Verthez@advalvas.be>
52
53         * release 0.13
54
55         * xref.*, gedcom.y, gedcom.h: Parse and process cross-references.
56
57         * encoding.c: Bugfixes in using the hash implementation of kazlib.
58
59         * interface.h: Add a variable to the GEDCOM_MAKE_* macros, to be able
60         to have two of these macros in one statement.  Move GEDCOM_MAKE_DATE
61         to date.h.
62
63 2002-01-03  Peter Verthez  <Peter.Verthez@advalvas.be>
64
65         * gedcom.y: Bugfix for context handling of tags that are grouped in
66         the yacc file.
67
68         * gedcom.y, gedcom.h, standalone.c, interface.*: Record can also
69         have a value (e.g. the NOTE record), so extra value necessary on
70         start record callback.
71
72         * gedcom.y: Correct value of NOTE element (opt_line_item was missing
73         an action).
74
75 2002-01-02  Peter Verthez  <Peter.Verthez@advalvas.be>
76
77         * lots of files: Pass the parsed tag value (integer) together with
78         the string value in the callbacks.  For this, a separate header is
79         auto-generated, containing the #defines from bison.
80
81         * t/test_script: Return exit code from testgedcom.
82
83         * gedcom/hash.*, gedcom/encoding.*: Use hash implementation from
84         kazlib (see AUTHORS for pointer).
85
86 2001-12-31  Peter Verthez  <Peter.Verthez@advalvas.be>
87
88         * release 0.12
89
90 2001-12-30  Peter Verthez  <Peter.Verthez@advalvas.be>
91
92         * all: Added some initial documentation.
93
94         * gedcom/gedcom.y: Completed the calling of callbacks.
95
96 2001-12-29  Peter Verthez  <Peter.Verthez@advalvas.be>
97
98         * gedcom/gedcom_date.y: Added graceful fallback for date parse errors:
99         put everything as a 'date phrase'.
100
101 2001-12-28  Peter Verthez  <Peter.Verthez@advalvas.be>
102
103         * gedcom_date.*, date.*: Parsing dates via a separate yacc parser.
104
105         * gedcom/calendar/*: Calendar routines by Scott E. Lee
106
107         * gedcom.y: Added some more callbacks (not complete yet)
108
109 2001-12-23  Peter Verthez  <Peter.Verthez@advalvas.be>
110
111         * include/gedcom.h: Add some declarations so that the external header
112         can be used in C++ programs.
113
114 2001-12-22  Peter Verthez  <Peter.Verthez@advalvas.be>
115
116         * Makefile.am, gedcom/Makefile.am: Don't link libgedcom with libintl:
117         leave that to the applications.
118
119 2001-12-15  Peter Verthez  <Peter.Verthez@advalvas.be>
120
121         * release 0.11
122         Moved CVS repository to sourceforge.net (project gedcom-parse)
123
124 2001-12-10  Peter Verthez  <Peter.Verthez@advalvas.be>
125
126         * all: Use of gettext.
127
128         * gedcom/Makefile.am: Support for the lexer test programs.
129
130         * all: Moved to LGPL license.
131
132 2001-12-09  Peter Verthez  <Peter.Verthez@advalvas.be>
133
134         * gedcom/encoding.c (init_encodings): Put data directory of libgedcom
135         in the GCONV_PATH environment variable (for the ANSEL encoding).
136
137         * release 0.10
138
139         * all: Full move to autoconf/automake.
140
141 2001-12-08  Peter Verthez  <Peter.Verthez@advalvas.be>
142
143         * all: Further specification of interface: message handler.
144         Start of specification of callbacks.
145
146 2001-12-03  Peter Verthez  <Peter.Verthez@advalvas.be>
147
148         * Uploaded release 0.9 to genes at SourceForge.
149
150 2001-12-02  Peter Verthez  <Peter.Verthez@advalvas.be>
151
152         * release 0.9
153
154         * gedcom.h, Makefile: Add dmalloc testability.
155
156         * all: Reset the state properly for parsing new files.
157
158         * release 0.8
159
160         * encoding.c: Specify explicitly the output buffer for to_internal:
161         used to put pointers and tags in different output buffer.
162
163         * gedcom_lex_common.c: New file containing all lex actions (is common
164           for all lexers).  Better checks for maximum lengths.
165
166 2001-12-01  Peter Verthez  <Peter.Verthez@advalvas.be>
167
168         * gedcom_*.lex: Return level number together with OPEN token.
169
170 2001-11-27  Peter Verthez  <Peter.Verthez@advalvas.be>
171
172         * gedcom.enc: Adapt default iconv encoding names (to also support
173         glibc-2.1.x).
174
175 2001-11-25  Peter Verthez  <Peter.Verthez@advalvas.be>
176
177         * all: added proper copyright notice (copyright to the Genes
178         Development Team)
179
180         * release 0.7
181           Uploaded to genes at SourceForge.
182
183         * all: general cleanup, making sure everything is in CVS
184
185 2001-11-24  Peter Verthez  <Peter.Verthez@advalvas.be>
186
187         * release 0.6
188
189         * ANSEL decoding added.
190
191 2001-11-23  Peter Verthez  <Peter.Verthez@advalvas.be>
192
193         * release 0.5
194
195         * Now with encoding mapping via configuration file.
196
197 2001-11-16  Peter Verthez  <Peter.Verthez@advalvas.be>
198
199         * release 0.4
200
201         * Now with full unicode support.
202
203 2001-11-04  Peter Verthez  <Peter.Verthez@advalvas.be>
204
205         * release 0.3
206
207         * Compatibility mode implemented.
208
209 2001-11-01  Peter Verthez  <Peter.Verthez@advalvas.be>
210
211         * release 0.2
212
213         * Now with full error handling of tags and subtags.
214
215         * release 0.1
216
217         * Now covering the entire GEDCOM spec, without error handling.
218