diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index b024c318e..4f31601f3 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-05-12 Alex Roitman + * src/Filters/Makefile.am (pkgdata_PYTHON): Add new files. + 2006-05-11 Don Allingham * src/DataViews/_PersonView.py: add additional fields, and build filter diff --git a/gramps2/po/ChangeLog b/gramps2/po/ChangeLog index 770c159a0..0c974ea29 100644 --- a/gramps2/po/ChangeLog +++ b/gramps2/po/ChangeLog @@ -1,3 +1,6 @@ +2006-05-12 Alex Roitman + * POTFILES.in: Add missing files. + 2006-05-10 Alex Roitman * POTFILES.in: Add new file. diff --git a/gramps2/po/POTFILES.in b/gramps2/po/POTFILES.in index 5c102b25b..870085d59 100644 --- a/gramps2/po/POTFILES.in +++ b/gramps2/po/POTFILES.in @@ -340,6 +340,8 @@ src/Filters/_FilterWidget.py src/Filters/_GenericFilter.py src/Filters/_ParamFilter.py src/Filters/__init__.py +src/Filters/_SearchBar.py +src/Filters/_SearchFilter.py src/Filters/Rules/_Everything.py src/Filters/Rules/_HasTextMatchingRegexpOf.py src/Filters/Rules/_HasTextMatchingSubstringOf.py diff --git a/gramps2/src/Filters/Makefile.am b/gramps2/src/Filters/Makefile.am index 5d7e95180..10a362870 100644 --- a/gramps2/src/Filters/Makefile.am +++ b/gramps2/src/Filters/Makefile.am @@ -13,7 +13,10 @@ pkgdata_PYTHON = \ _FilterWidget.py \ _GenericFilter.py \ _ParamFilter.py \ - __init__.py + __init__.py \ + _SearchBar.py \ + _SearchFilter.py + pkgpyexecdir = @pkgpyexecdir@/Filters pkgpythondir = @pkgpythondir@/Filters