diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 459163868..2e39dc3d1 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,25 @@ +2003-10-26 Don Allingham + * src/docgen/AbiWordDoc2.py: make sure that an object is + an image before attempting to include in in a report + * src/docgen/AbiWordDoc.py: make sure that an object is + an image before attempting to include in in a report + * src/docgen/KwordDoc.py: make sure that an object is + an image before attempting to include in in a report + * src/docgen/LaTeXDoc.py: make sure that an object is + an image before attempting to include in in a report + * src/docgen/OpenOfficeDoc.py: make sure that an object is + an image before attempting to include in in a report + * src/docgen/PdfDoc.py: make sure that an object is + an image before attempting to include in in a report + * src/docgen/RTFDoc.py: make sure that an object is + an image before attempting to include in in a report + * src/plugins/Ancestors.py: make sure that an object is + an image before attempting to include in in a report + * src/plugins/DetAncestralReport.py: make sure that an object is + an image before attempting to include in in a report + * src/plugins/DetDescendantReport.py: make sure that an object is + an image before attempting to include in in a report + 2003-10-23 Don Allingham * src/GenericFilter.py: add a filter to return the path to the common ancestor(s) of two people.