From fa97897da1686bd387db5d58ce5259ccde064260 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Mon, 21 Jul 2003 00:13:59 +0000 Subject: [PATCH] update svn: r1906 --- gramps2/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index d54c65f74..cc6be37e0 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,7 +1,22 @@ +2003-07-20 Don Allingham + + * src/plugins/ReadGedcom.py: handle sources attached to a person (not + to an event), handle the PAF/FTW _MARNM extension. + 2003-07-20 Tim Waugh * src/plugins/Ancestors.py: Include source notes. Adjusted default styles. +2003-07-19 Don Allingham + * src/Sources.py: use textview instead of entry for page information + * src/srcsel.glade: use textview instead of entry for page information + * src/plugins/WriteGedcom.py: Allow for multi-line PAGE information for + as source. + * src/gramps.glade: parent relationship editor has an indicator to + mark the parents as the preferred parents for reporting and display + * src/ChooseParents.py: parent relationship editor has an indicator to + mark the parents as the preferred parents for reporting and display + 2003-07-18 Alex Roitman * src/docgen/OpenOfficeDoc.py (_write_styles_file): Switch paragraph alignment to "start" and "end" (was "left and "right").