From aa732c16d72c9e7b4dcca5e4fd69a520c31881ed Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 7 Jul 2003 23:54:40 +0000 Subject: [PATCH] * src/Makefile.am: Ship SelectPerson.py and choose.glade. * src/plugins/Makefile.am: Ship SimpleBookTitle.py and book.glade. * NEWS: Some updates for upcoming release. svn: r1838 --- ChangeLog | 3 +++ NEWS | 3 +++ src/Makefile.am | 6 ++++-- src/plugins/Makefile.am | 6 ++++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b03b6265..f29fdcf05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,9 @@ * src/plugins/SimpleBookTitle.py: Fix styles in book. * src/plugins/FamilyGroup.py: Fix styles in book. * src/plugins/DetAncestralReport.py: Fix styles in book. + * src/Makefile.am: Ship SelectPerson.py and choose.glade. + * src/plugins/Makefile.am: Ship SimpleBookTitle.py and book.glade. + * NEWS: Some updates for upcoming release. 2003-07-07 Tim Waugh * src/plugins/WriteGedcom.py: Fix GEDCOM export. Fixed date diff --git a/NEWS b/NEWS index 40b819b63..6dce20902 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ Version 0.9.3 * Improved Family View. * Fixed duplicate people problem. * Imporved sharing of a single database between the users. +* Improved witness handling. +* Speed up in SourceView performance. +* Proper handling of different encodings in gedcom export. * Many dozens of bug fixes. Version 0.9.2 diff --git a/src/Makefile.am b/src/Makefile.am index f30a1fa9c..7ba99023c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -91,7 +91,8 @@ pkgpython_PYTHON = \ Utils.py\ VersionControl.py\ Witness.py\ - WriteXML.py + WriteXML.py\ + SelectPerson.py # Could use GNU make's ':=' syntax for nice wildcard use. # If not using GNU make, then list all files individually @@ -110,7 +111,8 @@ GLADEFILES = \ revision.glade\ rule.glade\ srcsel.glade\ - styles.glade + styles.glade\ + choose.glade GRAPHICS = \ bad.png\ diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 77df5f933..b62312234 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -41,7 +41,8 @@ pkgpython_PYTHON = \ WriteCD.py\ rel_ru.py\ eval.py\ - leak.py + leak.py\ + SimpleBookTitle.py pkgpyexecdir = @pkgpyexecdir@/plugins pkgpythondir = @pkgpythondir@/plugins @@ -62,7 +63,8 @@ GLADEFILES = \ verify.glade\ cdexport.glade\ eval.glade\ - leak.glade + leak.glade\ + book.glade pkgdatadir = $(datadir)/@PACKAGE@/plugins