From 08fa10cd75383642ccc9cb0bd93ccc80e6dd9e24 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sat, 21 Jul 2007 04:52:39 +0000 Subject: [PATCH] 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 svn: r8749 --- ChangeLog | 7 +++++++ src/plugins/Makefile.am | 2 ++ 2 files changed, 9 insertions(+) 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\