X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=ChangeLog;h=ee0992e4088a435c7e96952a0288bb29b0eea3aa;hb=b2c566e811d8b4d69761570bd957189b12c2c01e;hp=c6528aae2aa59ad440701efe1672b31ebf505c23;hpb=9268ab4f4300b9be5d74a3203827416724940732;p=gedcom-parse.git diff --git a/ChangeLog b/ChangeLog index c6528aa..ee0992e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,113 @@ +2002-12-30 Peter Verthez + + * release 0.20.0 + + * gedcom/write.c: Give warning if character set in HEAD.CHAR is not + the same as current character set (and force value). + + * gom/header.c, gom/gom_modify.c: Added function + gom_header_update_timestamp and supporting functions. + +2002-12-29 Peter Verthez + + * configure.in, include/gedcom.h.in: Move to three-part version + numbers. + + * m4/gedcom.m4: Major changes. + +2002-12-22 Peter Verthez + + * gedcom-config.in: New file. + +2002-12-21 Peter Verthez + + * libutf8 is changed to a shared library, and has now its own + package (see further ChangeLog in that directory). + + * gedcom/date.c, gedcom/gedcom_date.*: New functions for handling + date values. + +2002-12-15 Peter Verthez + + * gom/*.c, gedcom/write.c, gedcom/date.c, gedcom/age.c: Support for + writing age values and data values (rudimentary). + + * gom/*.c, gedcom/write.c: Completed writing of strings and xrefs. + +2002-12-08 Peter Verthez + + * gedcom/write.c: Writing long strings (with continuation), and + doubling of at characters. + + * gedcom/gedcom.y, gedcom/buffer.*: Use safe buffer mechanism for + storing gedcom value (to avoid fixed buffer size). + +2002-12-07 Peter Verthez + + * gom/*: Use complete concatenated text instead of concatenating the + texts itself. + + * gedcom/gedcom.y: Pass complete concatenated text in end callback + (this causes a backward incompatibility in the end record callback!) + +2002-12-04 Peter Verthez + + * gedcom/write.c, gom/gom.c: Beginnings of write support. + +2002-12-01 Peter Verthez + + * gedcom/encoding.c (to_internal): Use the conv_buffer interface + from utf8/utf8-convert.c. + +2002-11-30 Peter Verthez + + * utf8/utf8-convert.c: More general conversion interface (extracted + from utf8-locale.c and gedcom/encoding.c). + +2002-11-24 Peter Verthez + + * gedcom/message.c: Extracted safe buffer mechanism to buffer.c + for reuse. + +2002-11-22 Peter Verthez + + * gom/gom_modify.c: Check whether given strings are valid. + + * utf8/utf8.c: Functions for checking UTF-8 strings and computing + length. + +2002-11-04 Peter Verthez + + * gedcom/multilex.c, all: Use dgettext instead of gettext => no more + need of textdomain(). + +2002-11-03 Peter Verthez + + * gedcom/multilex.c (gedcom_parse_file): Move setlocale call to + gedcom_init, make strdup of saved textdomain (to avoid corruption). + + * all: Removed support for dmalloc (valgrind is much better and doesn't + require changing the sources). + + * m4/gedcom.m4: Added m4 macro for configure.in support. + +2002-11-01 Peter Verthez + + * gedcom/gedcom_*.lex: A pointer with only one character between the + at signs is also valid. + + * gedcom/xref.c (is_valid_pointer): New function (also checks for + maximum size). + + * include/gom.h: Added links to the definitions in the Gedcom standard. + + * all: update of documentation + +2002-10-30 Peter Verthez + + * gedcom/gedcom_lex_common.c, gedcom/multilex.c: Fix for line numbering + bug (bug 613480). + 2002-10-28 Peter Verthez * release 0.17.2