* 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:
parent
c4b5ff9013
commit
aa732c16d7
@ -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 <twaugh@redhat.com>
|
||||
* src/plugins/WriteGedcom.py: Fix GEDCOM export. Fixed date
|
||||
|
3
NEWS
3
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
|
||||
|
@ -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\
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user