From e96bbdb75e7f38c6b31c02a4990eb571859d7dc5 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Thu, 30 Nov 2006 19:55:28 +0000 Subject: [PATCH] In .: 2006-11-30 Alex Roitman * 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 * POTFILES.in: List new files. svn: r7736 --- ChangeLog | 5 +++++ po/ChangeLog | 3 +++ po/POTFILES.in | 3 +++ src/Filters/Rules/Family/Makefile.am | 3 ++- src/Filters/Rules/Makefile.am | 3 ++- src/Filters/Rules/Person/Makefile.am | 1 + 6 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 28a577aa5..d1e6c3d32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-30 Alex Roitman + * 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. + 2006-11-30 Martin Hawlisch * src/Filters/Rules/*: Add new Rule HasMarkerOf * src/FilterEditor/_EditRule.py: Support MarkerType diff --git a/po/ChangeLog b/po/ChangeLog index 9822b1525..62d2b0323 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,6 @@ +2006-11-30 Alex Roitman + * POTFILES.in: List new files. + 2006-11-29 Lubo Vasko * sk.po: Translation update. diff --git a/po/POTFILES.in b/po/POTFILES.in index b136418af..45717299a 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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 diff --git a/src/Filters/Rules/Family/Makefile.am b/src/Filters/Rules/Family/Makefile.am index 7f4103e0a..7a23ec7e0 100644 --- a/src/Filters/Rules/Family/Makefile.am +++ b/src/Filters/Rules/Family/Makefile.am @@ -23,7 +23,8 @@ pkgdata_PYTHON = \ _SearchFatherName.py\ _SearchMotherName.py\ _SearchChildName.py\ - _MemberBase.py + _MemberBase.py\ + _HasMarkerOf.py pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Family diff --git a/src/Filters/Rules/Makefile.am b/src/Filters/Rules/Makefile.am index 1fb091a09..d4f495ee2 100644 --- a/src/Filters/Rules/Makefile.am +++ b/src/Filters/Rules/Makefile.am @@ -18,7 +18,8 @@ pkgdata_PYTHON = \ _RegExpIdBase.py\ _Rule.py\ _RuleUtils.py\ - _MatchesFilterBase.py + _MatchesFilterBase.py\ + _HasMarkerBase.py pkgpyexecdir = @pkgpyexecdir@/Filters/Rules pkgpythondir = @pkgpythondir@/Filters/Rules diff --git a/src/Filters/Rules/Person/Makefile.am b/src/Filters/Rules/Person/Makefile.am index b5a7f1efb..5450126e6 100644 --- a/src/Filters/Rules/Person/Makefile.am +++ b/src/Filters/Rules/Person/Makefile.am @@ -62,6 +62,7 @@ pkgdata_PYTHON = \ _MatchIdOf.py \ _HasNoteRegexp.py \ _RegExpName.py \ + _HasMarkerOf.py \ __init__.py pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Person