svn: r2288
This commit is contained in:
Don Allingham 2003-10-27 03:51:22 +00:00
parent 94a50f3c26
commit 93f87bda38

View File

@ -1,3 +1,25 @@
2003-10-26 Don Allingham <dallingham@users.sourceforge.net>
* 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 <dallingham@users.sourceforge.net>
* src/GenericFilter.py: add a filter to return the path to the
common ancestor(s) of two people.