diff --git a/ChangeLog b/ChangeLog index d232ec950..adf7dc2f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-07-20 Don Allingham + * src/plugins/ExtractCity.py: Add utilty to try to extract city, state, and + postal code from a place title + * src/plugins/EventNames.py: Add utility to try to build a name for an + unnamed event + * src/plugins/Makefile.am: add new files + 2007-07-20 Brian Matherly * src/Filters/Rules/_HasNoteSubstrBase.py: * src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py: diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 88fefe7d3..ffb63b3bf 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -20,8 +20,10 @@ pkgdata_PYTHON = \ DetAncestralReport.py\ DetDescendantReport.py\ EventCmp.py\ + EventNames.py\ ExportVCalendar.py\ ExportVCard.py\ + ExtractCity.py\ FamilyGroup.py\ FanChart.py\ GraphViz.py\