From 93f87bda385e5b473c39ef95f5a031e1fbd35b4a Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Mon, 27 Oct 2003 03:51:22 +0000 Subject: [PATCH] update svn: r2288 --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index 459163868..2e39dc3d1 100644 --- a/ChangeLog +++ b/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.