* src/AddrEdit.py: setCountry -> set_country

* src/RelLib.py: Add concept of PrimaryObject
* src/GrampsDbBase.py: add local constants
* src/ReadGedcom.py: support new API


svn: r3374
This commit is contained in:
Don Allingham
2004-08-11 16:22:36 +00:00
parent f1dad71117
commit 90de8501ff
6 changed files with 61 additions and 142 deletions

View File

@@ -1,3 +1,9 @@
2004-08-11 Don Allingham <dallingham@users.sourceforge.net>
* src/AddrEdit.py: setCountry -> set_country
* src/RelLib.py: Add concept of PrimaryObject
* src/GrampsDbBase.py: add local constants
* src/ReadGedcom.py: support new API
2004-08-11 Tim Waugh <twaugh@redhat.com>
* src/GrampsDbBase.py: Fixed some missed str()s.