From c71eb91fdc6a8ab2dcbe28dfe82f2c05cf3ef556 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 2 Jun 2003 03:51:08 +0000 Subject: [PATCH] * src/plugins/DetDescendantReport.py (DetDescendantReport.write_marriage): Missing value for the format line parameter * src/plugins/FtmStyleDescendants.py (FtmDescendantReport.print_more_about): Print regular name in the header of the "More About" dialog. Also add missing endnotes value. (FtmDescendantReport.print_parents): Fix a typo in a format line value. svn: r1624 --- gramps2/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 0e37afa9a..08083c665 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,14 @@ +2003-06-01 Tim Waugh + + * src/plugins/DetDescendantReport.py + (DetDescendantReport.write_marriage): + Missing value for the format line parameter + + * src/plugins/FtmStyleDescendants.py + (FtmDescendantReport.print_more_about): Print regular name in the + header of the "More About" dialog. Also add missing endnotes value. + (FtmDescendantReport.print_parents): Fix a typo in a format line value. + 2003-06-01 Alex Roitman * ChangeLog: trying out clcommit