svn: r2597
This commit is contained in:
Don Allingham 2004-01-07 05:08:53 +00:00
parent d983a4ee35
commit f2ab67698b

View File

@ -1,4 +1,11 @@
2004-01-06 Don Allingham <dallingham@users.sourceforge.net> 2004-01-06 Don Allingham <dallingham@users.sourceforge.net>
* src/MergeData: Remove reference to personTable
* src/RelLib.py: Remove the personTable, since it is no longer needed
with the dropping of ZODB, and we don't have to worry about keeping
personTable and personMap in sync. Add sort field to Name class.
* src/GrampsParser.py: build the primary sort name
* src/GrampsXML.py: remove personTable references
* src/Find.py: don't user personTable
* src/EditPerson.py (EditPerson.__init__): use AutoCombo for name type * src/EditPerson.py (EditPerson.__init__): use AutoCombo for name type
* src/edit_person.glade: allow a name type that is not in the list * src/edit_person.glade: allow a name type that is not in the list