Release 0.90.0.
[gedcom-parse.git] / ChangeLog
1 2003-02-02  Peter Verthez  <Peter.Verthez@advalvas.be>
2
3         * release 0.90.0
4
5 2003-02-01  Peter Verthez  <Peter.Verthez@advalvas.be>
6
7         * gedcom/compat.c, gedcom/gedcom.y, gedcom/gedcom_lex_common.c:
8         More EasyTree compatibility.
9
10         * gom/gom.c, gom/gom_internal.h: Better warning messages for context
11         mismatches.
12
13         * gedcom/compat.c, gedcom/gedcom.y, gedcom/gedcom_lex_common.c:
14         Added compatibility for PAF 4.
15
16         * include/gedcom.h.in, gedcom/compat.c: New function
17         gedcom_set_compat_options.
18
19 2003-01-26  Peter Verthez  <Peter.Verthez@advalvas.be>
20
21         * gedcom/compat.c: Added compatibility for Family Origins.
22
23         * gedcom/gedcom.y: Allow empty CONT tags.
24
25         * include/gom.h, gom/*.c: Added functions to add, remove and move
26         substructs.
27
28         * gedcom/date.c (numbers_to_strings): Some checking of input.
29
30         * include/gedcom.h.in, gedcom/age.c, gedcom/date.c, gedcom/write.c:
31         Some const correctness fixes.
32
33         * gedcom/date.c (gedcom_parse_date): Put invalid date in phrase member.
34
35 2003-01-25  Peter Verthez  <Peter.Verthez@advalvas.be>
36
37         * gedcom/gedcom.y: Make sure that a note record tag is never empty.
38
39         * gom/note_sub.c (sub_note_end): Bugfix in callback: parsed value can
40         be NULL.
41
42         * gedcom/gedcom.y: Bugfix in compatibility for address (ftree).
43
44         * gedcom/interface.c (gedcom_cast_error): Bugfix in error message.
45
46         * gom/gom.c: Second call of gom_parse_file or gom_new_model should
47         clean up model.
48
49         * gom/gom_modify.c (gom_set_string): Allow setting a string to NULL.
50
51         * gom/personal_name.c (write_names): Correction in containment of
52         tags.
53
54         * gedcom/encoding.c, gedcom/write.c, gedcom/encoding.state.c:
55         Implemented an encoding state.
56
57         * bin/gedcom-sanitize.c: Added program to convert to standard GEDCOM.
58
59 2003-01-24  Peter Verthez  <Peter.Verthez@advalvas.be>
60
61         * gom/lds_event.c: Added some missing code for writing LSS events.
62
63 2003-01-23  Peter Verthez  <Peter.Verthez@advalvas.be>
64
65         * gom/user_rec.c (write_user_data): Fixed a nasty corruption bug.
66
67 2003-01-22  Peter Verthez  <Peter.Verthez@advalvas.be>
68
69         * gedcom/gedcom_date.y: Cleaned up error handling on dates.
70
71 2003-01-18  Peter Verthez  <Peter.Verthez@advalvas.be>
72
73         * gedcom/gedcom_date.y: Compatibility added for different format of
74         double years.
75
76         * gedcom/date.c: Pass date values via pointers instead of on stack.
77
78 2003-01-15  Peter Verthez  <Peter.Verthez@advalvas.be>
79
80         * gedcom/compat.c, gedcom/gedcom.y: Start with compatibility for PAF2.
81
82 2003-01-14  Peter Verthez  <Peter.Verthez@advalvas.be>
83
84         * gedcom/compat.c: Reworked compatibility computation to take program
85         version into account.
86
87 2003-01-12  Peter Verthez  <Peter.Verthez@advalvas.be>
88
89         * gom/gom_modify.c, gom/func_template.h, include/gom.h: Function to
90         move xref in a list.
91
92         * gom/*: Unlink xrefs properly when structs are deleted.
93
94 2003-01-11  Peter Verthez  <Peter.Verthez@advalvas.be>
95
96         * gom/*, include/gom.h: Functions to add and remove xrefs in objects.
97
98         * gedcom/gedcom_1byte.lex (gedcom_check_token): Fix bug: line length
99         should be reset to 0.
100
101 2003-01-04  Peter Verthez  <Peter.Verthez@advalvas.be>
102
103         * gedcom/compat.c, gedcom/gedcom.y: Some compatibility with PAF added.
104
105         * gedcom/multilex.c (determine_encoding): Recognize the UTF-8 byte
106         order mark.
107
108         * gom/change_date.c: Added functions to update timestamps in any
109         record.
110
111         * gedcom/compat.*, gedcom.y, gedcom_lex_common.c: Better separation
112         of compatibility handling.
113
114         * t/compat-*: Tests for compatibility handling.
115
116 2003-01-03  Peter Verthez  <Peter.Verthez@advalvas.be>
117
118         * bin/gedcom-check.c: Added program to check validity of a GEDCOM file.
119
120 2003-01-02  Peter Verthez  <Peter.Verthez@advalvas.be>
121
122         * gom/*: Added functions to add and remove records.
123
124 2002-12-30  Peter Verthez  <Peter.Verthez@advalvas.be>
125
126         * release 0.20.0
127
128         * gedcom/write.c: Give warning if character set in HEAD.CHAR is not
129         the same as current character set (and force value).
130
131         * gom/header.c, gom/gom_modify.c: Added function
132         gom_header_update_timestamp and supporting functions.
133
134 2002-12-29  Peter Verthez  <Peter.Verthez@advalvas.be>
135
136         * configure.in, include/gedcom.h.in: Move to three-part version
137         numbers.
138
139         * m4/gedcom.m4: Major changes.
140
141 2002-12-22  Peter Verthez  <Peter.Verthez@advalvas.be>
142
143         * gedcom-config.in: New file.
144
145 2002-12-21  Peter Verthez  <Peter.Verthez@advalvas.be>
146
147         * libutf8 is changed to a shared library, and has now its own
148         package (see further ChangeLog in that directory).
149
150         * gedcom/date.c, gedcom/gedcom_date.*: New functions for handling
151         date values.
152
153 2002-12-15  Peter Verthez  <Peter.Verthez@advalvas.be>
154
155         * gom/*.c, gedcom/write.c, gedcom/date.c, gedcom/age.c: Support for
156         writing age values and data values (rudimentary).
157
158         * gom/*.c, gedcom/write.c: Completed writing of strings and xrefs.
159
160 2002-12-08  Peter Verthez  <Peter.Verthez@advalvas.be>
161
162         * gedcom/write.c: Writing long strings (with continuation), and
163         doubling of at characters.
164
165         * gedcom/gedcom.y, gedcom/buffer.*: Use safe buffer mechanism for
166         storing gedcom value (to avoid fixed buffer size).
167
168 2002-12-07  Peter Verthez  <Peter.Verthez@advalvas.be>
169
170         * gom/*: Use complete concatenated text instead of concatenating the
171         texts itself.
172
173         * gedcom/gedcom.y: Pass complete concatenated text in end callback
174         (this causes a backward incompatibility in the end record callback!)
175
176 2002-12-04  Peter Verthez  <Peter.Verthez@advalvas.be>
177
178         * gedcom/write.c, gom/gom.c: Beginnings of write support.
179
180 2002-12-01  Peter Verthez  <Peter.Verthez@advalvas.be>
181
182         * gedcom/encoding.c (to_internal): Use the conv_buffer interface
183         from utf8/utf8-convert.c.
184
185 2002-11-30  Peter Verthez  <Peter.Verthez@advalvas.be>
186
187         * utf8/utf8-convert.c: More general conversion interface (extracted
188         from utf8-locale.c and gedcom/encoding.c).
189
190 2002-11-24  Peter Verthez  <Peter.Verthez@advalvas.be>
191
192         * gedcom/message.c: Extracted safe buffer mechanism to buffer.c
193         for reuse.
194
195 2002-11-22  Peter Verthez  <Peter.Verthez@advalvas.be>
196
197         * gom/gom_modify.c: Check whether given strings are valid.
198
199         * utf8/utf8.c: Functions for checking UTF-8 strings and computing
200         length.
201
202 2002-11-04  Peter Verthez  <Peter.Verthez@advalvas.be>
203
204         * gedcom/multilex.c, all: Use dgettext instead of gettext => no more
205         need of textdomain().
206
207 2002-11-03  Peter Verthez  <Peter.Verthez@advalvas.be>
208
209         * gedcom/multilex.c (gedcom_parse_file): Move setlocale call to
210         gedcom_init, make strdup of saved textdomain (to avoid corruption).
211
212         * all: Removed support for dmalloc (valgrind is much better and doesn't
213         require changing the sources).
214
215         * m4/gedcom.m4: Added m4 macro for configure.in support.
216
217 2002-11-01  Peter Verthez  <Peter.Verthez@advalvas.be>
218
219         * gedcom/gedcom_*.lex: A pointer with only one character between the
220         at signs is also valid.
221
222         * gedcom/xref.c (is_valid_pointer): New function (also checks for
223         maximum size).
224
225         * include/gom.h: Added links to the definitions in the Gedcom standard.
226
227         * all: update of documentation
228
229 2002-10-30  Peter Verthez  <Peter.Verthez@advalvas.be>
230
231         * gedcom/gedcom_lex_common.c, gedcom/multilex.c: Fix for line numbering
232         bug (bug 613480).
233
234 2002-10-28  Peter Verthez  <Peter.Verthez@advalvas.be>
235
236         * release 0.17.2
237           This is another test release
238
239 2002-10-27  Peter Verthez  <Peter.Verthez@advalvas.be>
240
241         * gedcom/Makefile.am: Put generated lex and yacc files also in dist.
242
243         * doc/Makefile.am: Put generated file gomxref.html also in dist (so
244         perl isn't needed at make-time).
245
246         * utf8/utf8-locale.c (convert_utf8_to_locale): Set conv_fails on total
247         conversion failure too.
248
249         * all: Further small portability fixes.
250
251 2002-10-26  Peter Verthez  <Peter.Verthez@advalvas.be>
252
253         * t/output/*: Reference output for the tests; compare the actual test
254         output to these files.
255
256 2002-10-23  Peter Verthez  <Peter.Verthez@advalvas.be>
257
258         * Makefile.inc: Portability fix: 'if ! diff ...' isn't always supported
259         by sh.
260
261         * include/Makefile.am: Portability fix: grep isn't always understanding
262         full regex syntax.
263
264         * utf8/Makefile.am, configure.in: Only link in libcharset if libiconv
265         is not used.
266
267 2002-10-21  Peter Verthez  <Peter.Verthez@advalvas.be>
268
269         * all: Further portability fixes to Makefile.am and such.
270
271 2002-10-20  Peter Verthez  <Peter.Verthez@advalvas.be>
272
273         * */Makefile.am: Fixes for using included gettext.
274
275         * intl/Makefile.in: Hack for generating libtool convenience library
276         instead of shared library.
277
278         * README: Modify at dist instead of via configure.in (GNU make is used
279         anyway).
280
281         * intl/*: Upgraded to gettext 0.10.38 (to have extra functions, such
282         as bind_textdomain_codeset).
283
284 2002-10-14  Peter Verthez  <Peter.Verthez@advalvas.be>
285
286         * gedcom/encoding.c (to_internal): Add ICONV_CONST for portability.
287
288         * utf8/utf8-locale.c: Add forgotten header string.h
289
290 2002-10-13  Peter Verthez  <Peter.Verthez@advalvas.be>
291
292         * Makefile: Require GNU make to be used -> normal makefile is then
293         GNUmakefile in top directory.
294
295         * README, doc/index.html: Generate from *.in via configure (for
296         portability).
297
298         * utf8/utf8-locale.c, utf8/libcharset/: Use locale_charset instead of
299         nl_langinfo directly, for portability.
300
301 2002-10-05  Peter Verthez  <Peter.Verthez@advalvas.be>
302
303         * release 0.17.1
304           This is a test release
305
306 2002-10-04  Peter Verthez  <Peter.Verthez@advalvas.be>
307
308         * iconv/libiconv/*: libiconv changes for ANSEL encoding.
309
310 2002-10-01  Peter Verthez  <Peter.Verthez@advalvas.be>
311
312         * ansel/ANSI_Z39.47.c: Fixes to ansel decoding and (mostly) encoding.
313
314 2002-09-28  Peter Verthez  <Peter.Verthez@advalvas.be>
315
316         * all: Portability fixes and support for libiconv.
317
318 2002-09-22  Peter Verthez  <Peter.Verthez@advalvas.be>
319
320         * gedcom/xref.c, include/gedcom.h.in: Added functions to retrieve, add,
321         link/unlink and delete cross-references.
322
323         * gedcom/gedcom_1byte.lex, gedcom/gedcom_lex_common.c: Added a function
324         to check whether a (UTF-8) string is a valid token; bypass iconv
325         conversion for this.
326
327         * gedcom/*: Fixed memory leaks reported by valgrind.
328
329 2002-09-21  Peter Verthez  <Peter.Verthez@advalvas.be>
330
331         * t/standalone.c: Close outfile *after* the last output is done...
332
333         * gedcom/gedcom_*.lex, gedcom/gedcom_lex_common.c: Workaround for
334         memory leak in flex.
335
336         * gedcom/encoding.c: Clean up environment at exit.
337
338 2002-09-15  Peter Verthez  <Peter.Verthez@advalvas.be>
339
340         * gedcom.h.in, gedcom/*, gom/*: Take care of const correctness.
341
342 2002-09-13  Peter Verthez  <Peter.Verthez@advalvas.be>
343
344         * include/gom.h: Add include file to be able to recognize __BEGIN_DECLS
345
346         * doc/make_gom_xref: Corrected 'Generated from' string.
347
348 2002-09-12  Peter Verthez  <Peter.Verthez@advalvas.be>
349
350         * release 0.17
351
352         * gedcom/gedcom_lex_common.c, gedcom/interface.c, gedcom/message.c:
353         Fixes for internationalization.
354
355         * doc/make_gom_xref, doc/usage.html: Documentation for the gedcom
356         object model.
357
358 2002-09-09  Peter Verthez  <Peter.Verthez@advalvas.be>
359
360         * gom/*: First check-in of gedcom object model.
361
362 2002-09-08  Peter Verthez  <Peter.Verthez@advalvas.be>
363
364         * all: More thorough error checking on library calls.
365
366 2002-09-01  Peter Verthez  <Peter.Verthez@advalvas.be>
367
368         * gedcom/gedcom.y: Use XREF_ANY for an association instead of XREF_INDI
369
370         * include/gedcom.h.in, gedcom/xref.c: Added XREF_ANY for when type of
371         xref_value is not known yet.  Added function gedcom_get_by_xref.
372
373 2002-08-28  Peter Verthez  <Peter.Verthez@advalvas.be>
374
375         * gedcom/interface.c: A little more checking (for duplicate
376         registration).
377
378         * gedcom/age.c, gedcom/age.h, gedcom/gedcom.y, include/gedcom.h,
379         t/standalone.c:
380         Parsing age values.
381
382 2002-08-25  Peter Verthez  <Peter.Verthez@advalvas.be>
383
384         * gedcom/xref.c: Clean up xref table at exit (not after check), or when
385         new file is parsed.
386
387         * include/gedcom.h.in, gedcom/interface.c, t/standalone.c: Added
388         extra argument to callback functions: the record/element identifier.
389
390 2002-08-16  Peter Verthez  <Peter.Verthez@advalvas.be>
391
392         * gedcom/compat.*, gedcom/gedcom.y: Moved all compatibility handling
393         functions to compat.c; let default charset depend on the program.
394
395         * t/test_script: Check for a core file.
396
397         * release 0.16
398
399         * t/dates.test, t/encoding_error.test: New tests.
400
401         * t/utf8-locale.c: Remove conversion warning at compilation.
402
403         * t/test_script: Enhancements to use script outside 'make check'.
404
405         * t/standalone.c, t/bogus.test: Parse bogus file only if enabled
406         via option.
407
408         * t/Makefile.am: Added rule to be able to perform single tests.
409
410         * gedcom/encoding.c, gedcom/gedcom_lex_common.c: Handle illegal
411         characters in to_internal (to avoid crashes).
412
413         * Lots of files: Add compability for Lifelines.
414
415         * Makefile.inc, gedcom/Makefile.am, gedcom/gedcom_lex_common.c,
416         gedcom/gedcom_date.lex:
417         Added rule that can help to avoid unnecessary recompilation of lex
418         files.  It generates a new include file only when necessary: use this
419         one in lex files.
420
421 2002-04-08  Peter Verthez  <Peter.Verthez@advalvas.be>
422
423         * t/minimal.test: Added test on a minimal GEDCOM file.
424
425 2002-03-27  Peter Verthez  <Peter.Verthez@advalvas.be>
426
427         * release 0.15
428
429         * gedcom/multilex.c: Make the use of gedcom_init() mandatory.
430
431 2002-03-17  Peter Verthez  <Peter.Verthez@advalvas.be>
432
433         * gedcom/gedcom.y: Graceful error handling on bogus input.
434
435         * t/path1.test, t/path2.test, t/pathtest.c: New tests (for the
436         GCONV_PATH environment variable).
437
438         * Moved the test program to the t subdirectory.
439
440         * standalone.c, doc/usage.html: Use of the gedcom_init() function.
441
442         * gedcom/multilex.c, gedcom/encoding.*: Added gedcom_init() function
443         to avoid problem with GCONV_PATH environment variable (see note in
444         gedcom/encoding.c).
445
446 2002-01-22  Peter Verthez  <Peter.Verthez@advalvas.be>
447
448         * gedcom/gedcom.y, gedcom/compat.c, gedcom/compat.h: Added
449         compatibility handling for ftree.
450
451 2002-01-20  Peter Verthez  <Peter.Verthez@advalvas.be>
452
453         * release 0.14
454
455         * restructured the test setup
456
457 2002-01-19  Peter Verthez  <Peter.Verthez@advalvas.be>
458
459         * gedcom.h: Renamed to gedcom.h.in: at configure, the VERSION
460         variables are substituted and the file gedcom.h is written
461
462         * utf8-locale.c: Added parameter to conversion from UTF-8 to locale,
463         to return number of conversion failures.
464
465 2002-01-16  Peter Verthez  <Peter.Verthez@advalvas.be>
466
467         * gedcom/xref.c: Make sure that the 'string' member of an xref always
468         contains a valid string.
469
470         * gedcom/gedcom.y: in use of INVALID_TAG: tag is struct instead of
471         simple string.
472
473         * gedcom/multilex.c (gedcom_parse_file): setlocale returns a string
474         in static storage, so must use strdup and free afterwards.
475
476 2002-01-15  Peter Verthez  <Peter.Verthez@advalvas.be>
477
478         * gedcom/encoding.c: Separate the modification of GCONV_PATH from the
479         rest of the initialization, and let it be called before main (necessary
480         because iconv_open will only look at GCONV_PATH once, and e.g. GTK
481         calls iconv_open very early).
482
483         * gedcom/gedcom.y: Don't allow the parser to continue if the conversion
484         context couldn't be opened, even if IGNORE_ERRORS.
485
486         * gedcom/multilex.c (gedcom_parse_file): Save the old locale (in case
487         the application had set it).
488
489 2002-01-13  Peter Verthez  <Peter.Verthez@advalvas.be>
490
491         * utf8-locale.c: Example implementation for conversion UTF-8 to
492         locale.
493
494 2002-01-12  Peter Verthez  <Peter.Verthez@advalvas.be>
495
496         * more documentation...
497
498 2002-01-10  Peter Verthez  <Peter.Verthez@advalvas.be>
499
500         * doc/parser.html: Start of character set explanation.
501
502         * enhancements to Makefiles for documentation.
503
504         * gedcom/Makefile.am, gedcom/gedcom_lex_common.c: Some bugfixes for the
505         standalone lexers.
506
507 2002-01-05  Peter Verthez  <Peter.Verthez@advalvas.be>
508
509         * release 0.13
510
511         * xref.*, gedcom.y, gedcom.h: Parse and process cross-references.
512
513         * encoding.c: Bugfixes in using the hash implementation of kazlib.
514
515         * interface.h: Add a variable to the GEDCOM_MAKE_* macros, to be able
516         to have two of these macros in one statement.  Move GEDCOM_MAKE_DATE
517         to date.h.
518
519 2002-01-03  Peter Verthez  <Peter.Verthez@advalvas.be>
520
521         * gedcom.y: Bugfix for context handling of tags that are grouped in
522         the yacc file.
523
524         * gedcom.y, gedcom.h, standalone.c, interface.*: Record can also
525         have a value (e.g. the NOTE record), so extra value necessary on
526         start record callback.
527
528         * gedcom.y: Correct value of NOTE element (opt_line_item was missing
529         an action).
530
531 2002-01-02  Peter Verthez  <Peter.Verthez@advalvas.be>
532
533         * lots of files: Pass the parsed tag value (integer) together with
534         the string value in the callbacks.  For this, a separate header is
535         auto-generated, containing the #defines from bison.
536
537         * t/test_script: Return exit code from testgedcom.
538
539         * gedcom/hash.*, gedcom/encoding.*: Use hash implementation from
540         kazlib (see AUTHORS for pointer).
541
542 2001-12-31  Peter Verthez  <Peter.Verthez@advalvas.be>
543
544         * release 0.12
545
546 2001-12-30  Peter Verthez  <Peter.Verthez@advalvas.be>
547
548         * all: Added some initial documentation.
549
550         * gedcom/gedcom.y: Completed the calling of callbacks.
551
552 2001-12-29  Peter Verthez  <Peter.Verthez@advalvas.be>
553
554         * gedcom/gedcom_date.y: Added graceful fallback for date parse errors:
555         put everything as a 'date phrase'.
556
557 2001-12-28  Peter Verthez  <Peter.Verthez@advalvas.be>
558
559         * gedcom_date.*, date.*: Parsing dates via a separate yacc parser.
560
561         * gedcom/calendar/*: Calendar routines by Scott E. Lee
562
563         * gedcom.y: Added some more callbacks (not complete yet)
564
565 2001-12-23  Peter Verthez  <Peter.Verthez@advalvas.be>
566
567         * include/gedcom.h: Add some declarations so that the external header
568         can be used in C++ programs.
569
570 2001-12-22  Peter Verthez  <Peter.Verthez@advalvas.be>
571
572         * Makefile.am, gedcom/Makefile.am: Don't link libgedcom with libintl:
573         leave that to the applications.
574
575 2001-12-15  Peter Verthez  <Peter.Verthez@advalvas.be>
576
577         * release 0.11
578         Moved CVS repository to sourceforge.net (project gedcom-parse)
579
580 2001-12-10  Peter Verthez  <Peter.Verthez@advalvas.be>
581
582         * all: Use of gettext.
583
584         * gedcom/Makefile.am: Support for the lexer test programs.
585
586         * all: Moved to LGPL license.
587
588 2001-12-09  Peter Verthez  <Peter.Verthez@advalvas.be>
589
590         * gedcom/encoding.c (init_encodings): Put data directory of libgedcom
591         in the GCONV_PATH environment variable (for the ANSEL encoding).
592
593         * release 0.10
594
595         * all: Full move to autoconf/automake.
596
597 2001-12-08  Peter Verthez  <Peter.Verthez@advalvas.be>
598
599         * all: Further specification of interface: message handler.
600         Start of specification of callbacks.
601
602 2001-12-03  Peter Verthez  <Peter.Verthez@advalvas.be>
603
604         * Uploaded release 0.9 to genes at SourceForge.
605
606 2001-12-02  Peter Verthez  <Peter.Verthez@advalvas.be>
607
608         * release 0.9
609
610         * gedcom.h, Makefile: Add dmalloc testability.
611
612         * all: Reset the state properly for parsing new files.
613
614         * release 0.8
615
616         * encoding.c: Specify explicitly the output buffer for to_internal:
617         used to put pointers and tags in different output buffer.
618
619         * gedcom_lex_common.c: New file containing all lex actions (is common
620           for all lexers).  Better checks for maximum lengths.
621
622 2001-12-01  Peter Verthez  <Peter.Verthez@advalvas.be>
623
624         * gedcom_*.lex: Return level number together with OPEN token.
625
626 2001-11-27  Peter Verthez  <Peter.Verthez@advalvas.be>
627
628         * gedcom.enc: Adapt default iconv encoding names (to also support
629         glibc-2.1.x).
630
631 2001-11-25  Peter Verthez  <Peter.Verthez@advalvas.be>
632
633         * all: added proper copyright notice (copyright to the Genes
634         Development Team)
635
636         * release 0.7
637           Uploaded to genes at SourceForge.
638
639         * all: general cleanup, making sure everything is in CVS
640
641 2001-11-24  Peter Verthez  <Peter.Verthez@advalvas.be>
642
643         * release 0.6
644
645         * ANSEL decoding added.
646
647 2001-11-23  Peter Verthez  <Peter.Verthez@advalvas.be>
648
649         * release 0.5
650
651         * Now with encoding mapping via configuration file.
652
653 2001-11-16  Peter Verthez  <Peter.Verthez@advalvas.be>
654
655         * release 0.4
656
657         * Now with full unicode support.
658
659 2001-11-04  Peter Verthez  <Peter.Verthez@advalvas.be>
660
661         * release 0.3
662
663         * Compatibility mode implemented.
664
665 2001-11-01  Peter Verthez  <Peter.Verthez@advalvas.be>
666
667         * release 0.2
668
669         * Now with full error handling of tags and subtags.
670
671         * release 0.1
672
673         * Now covering the entire GEDCOM spec, without error handling.
674