diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 3cd8c37ea..a85d82a6e 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -6,6 +6,10 @@ * src/plugins/CmdRef.py: Work out Report docs. * src/Report.py: Typo. + * src/WriteXML.py: Switch from preferred to alt name attribute. + * doc/grampsxml.dtd: Update. + * src/ReadXML.py: Bring in sync with format changes. + 2005-10-06 Martin Hawlisch * src/plugins/CmdRef.py: New file. diff --git a/gramps2/doc/grampsxml.dtd b/gramps2/doc/grampsxml.dtd index 045b79eb2..e3334615c 100644 --- a/gramps2/doc/grampsxml.dtd +++ b/gramps2/doc/grampsxml.dtd @@ -109,7 +109,7 @@ GENDER has values of M, F, or U. %s\n' % (' '*indent,label,self.fix(value),label)) - def dump_name(self,name,preferred=False,index=1): + def dump_name(self,name,alternative=False,index=1): sp = " "*index name_type = name.get_type() self.g.write('%s