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