From c0ff073872a95d049e25c18f7fab0ccdadb4bc31 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 4 Jun 2003 05:12:21 +0000 Subject: [PATCH] Update svn: r1657 --- gramps2/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 0e67f8c63..dd9a81648 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,10 @@ +2003-06-04 Alex Roitman + * src/Report.py: Split ReportDialog into BareReportDialog and + its subclass of ReportDialog. BareReportDialog has nothing to do with + the paper, format, filename, etc. + * src/plugins/BookReport.py: Make ReportOptionsDialog a sublcass of + Report.BareReportDialog. + 2003-06-03 Alex Roitman * src/plugins/summary.glade, src/plugins/desbrowse.glade: Removed unnecessary buttonbox in the action area of a dialog -- this