2006-11-30  Alex Roitman  <shura@gramps-project.org>
	* src/Filters/Rules/Makefile.am: Ship new file.
	* src/Filters/Rules/Family/Makefile.am: Ship new file.
	* src/Filters/Rules/Person/Makefile.am: Ship new file.

In po:
2006-11-30  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: List new files.



svn: r7736
This commit is contained in:
Alex Roitman
2006-11-30 19:55:28 +00:00
parent 48762ac54e
commit e96bbdb75e
6 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
2006-11-30 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: List new files.
2006-11-29 Lubo Vasko <pgval@post.sk>
* sk.po: Translation update.

View File

@@ -424,6 +424,7 @@ src/Filters/Rules/_MatchesFilterBase.py
src/Filters/Rules/_RegExpIdBase.py
src/Filters/Rules/_Rule.py
src/Filters/Rules/_RuleUtils.py
src/Filters/Rules/_HasMarkerBase.py
# Filters.Rules.Person package
src/Filters/Rules/Person/_Disconnected.py
@@ -486,6 +487,7 @@ src/Filters/Rules/Person/_RegExpName.py
src/Filters/Rules/Person/_RelationshipPathBetween.py
src/Filters/Rules/Person/_RelationshipPathBetweenBookmarks.py
src/Filters/Rules/Person/_SearchName.py
src/Filters/Rules/Person/_HasMarkerOf.py
# Filters.Rules.Family package
src/Filters/Rules/Family/__init__.py
@@ -509,6 +511,7 @@ src/Filters/Rules/Family/_SearchFatherName.py
src/Filters/Rules/Family/_SearchChildName.py
src/Filters/Rules/Family/_SearchMotherName.py
src/Filters/Rules/Family/_MemberBase.py
src/Filters/Rules/Family/_HasMarkerOf.py
# Filters.Rules.Event package
src/Filters/Rules/Event/_MatchesFilter.py