readonly DB fixes, GEDCOM parsing fixes

svn: r4459
This commit is contained in:
Don Allingham
2005-05-02 22:27:12 +00:00
parent 893168feb6
commit 5ff894307d
3 changed files with 13 additions and 8 deletions

View File

@@ -1,4 +1,8 @@
2005-05-02 <dona@gramps-project.org>
* src/GrampsBSDDB.py: handle missing version number properly, detect
empty database properly.
* src/ReadGedcom.py: set default gedcom parser class to "GEDCOM 5.5"
instead of None
* src/AddSpouse.py: fix filtering of lists using GenericFilters
* src/ChooseParents.py: fix filtering of lists using GenericFilters
* src/GenericFilter.py: fix date comparison