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