* 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
This commit is contained in:
Alex Roitman 2003-07-07 23:54:40 +00:00
parent c4b5ff9013
commit aa732c16d7
4 changed files with 14 additions and 4 deletions

View File

@ -11,6 +11,9 @@
* src/plugins/SimpleBookTitle.py: Fix styles in book. * src/plugins/SimpleBookTitle.py: Fix styles in book.
* src/plugins/FamilyGroup.py: Fix styles in book. * src/plugins/FamilyGroup.py: Fix styles in book.
* src/plugins/DetAncestralReport.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 <twaugh@redhat.com> 2003-07-07 Tim Waugh <twaugh@redhat.com>
* src/plugins/WriteGedcom.py: Fix GEDCOM export. Fixed date * src/plugins/WriteGedcom.py: Fix GEDCOM export. Fixed date

3
NEWS
View File

@ -9,6 +9,9 @@ Version 0.9.3
* Improved Family View. * Improved Family View.
* Fixed duplicate people problem. * Fixed duplicate people problem.
* Imporved sharing of a single database between the users. * 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. * Many dozens of bug fixes.
Version 0.9.2 Version 0.9.2

View File

@ -91,7 +91,8 @@ pkgpython_PYTHON = \
Utils.py\ Utils.py\
VersionControl.py\ VersionControl.py\
Witness.py\ Witness.py\
WriteXML.py WriteXML.py\
SelectPerson.py
# Could use GNU make's ':=' syntax for nice wildcard use. # Could use GNU make's ':=' syntax for nice wildcard use.
# If not using GNU make, then list all files individually # If not using GNU make, then list all files individually
@ -110,7 +111,8 @@ GLADEFILES = \
revision.glade\ revision.glade\
rule.glade\ rule.glade\
srcsel.glade\ srcsel.glade\
styles.glade styles.glade\
choose.glade
GRAPHICS = \ GRAPHICS = \
bad.png\ bad.png\

View File

@ -41,7 +41,8 @@ pkgpython_PYTHON = \
WriteCD.py\ WriteCD.py\
rel_ru.py\ rel_ru.py\
eval.py\ eval.py\
leak.py leak.py\
SimpleBookTitle.py
pkgpyexecdir = @pkgpyexecdir@/plugins pkgpyexecdir = @pkgpyexecdir@/plugins
pkgpythondir = @pkgpythondir@/plugins pkgpythondir = @pkgpythondir@/plugins
@ -62,7 +63,8 @@ GLADEFILES = \
verify.glade\ verify.glade\
cdexport.glade\ cdexport.glade\
eval.glade\ eval.glade\
leak.glade leak.glade\
book.glade
pkgdatadir = $(datadir)/@PACKAGE@/plugins pkgdatadir = $(datadir)/@PACKAGE@/plugins