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:
parent
e3068f3185
commit
08fa10cd75
@ -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>
|
2007-07-20 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/Filters/Rules/_HasNoteSubstrBase.py:
|
* src/Filters/Rules/_HasNoteSubstrBase.py:
|
||||||
* src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py:
|
* src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py:
|
||||||
|
@ -20,8 +20,10 @@ pkgdata_PYTHON = \
|
|||||||
DetAncestralReport.py\
|
DetAncestralReport.py\
|
||||||
DetDescendantReport.py\
|
DetDescendantReport.py\
|
||||||
EventCmp.py\
|
EventCmp.py\
|
||||||
|
EventNames.py\
|
||||||
ExportVCalendar.py\
|
ExportVCalendar.py\
|
||||||
ExportVCard.py\
|
ExportVCard.py\
|
||||||
|
ExtractCity.py\
|
||||||
FamilyGroup.py\
|
FamilyGroup.py\
|
||||||
FanChart.py\
|
FanChart.py\
|
||||||
GraphViz.py\
|
GraphViz.py\
|
||||||
|
Loading…
Reference in New Issue
Block a user