2007-07-20 Don Allingham <don@gramps-project.org>

* 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
This commit is contained in:
Don Allingham 2007-07-21 04:52:39 +00:00
parent e3068f3185
commit 08fa10cd75
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2007-07-20 Don Allingham <don@gramps-project.org>
* 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 <brian@gramps-project.org>
* src/Filters/Rules/_HasNoteSubstrBase.py:
* src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py:

View File

@ -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\