diff --git a/ChangeLog b/ChangeLog index 84836729d..55016b45f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-01-22 Raphael Ackermann + * src/ReportBase/_Bibliography.py + * src/ReportBase/_Endnotes.py + * src/GrampsLocale/__init__.py + * src/gen/db/dbconst.py + * src/gen/lib/test/date_test.py + * src/plugins/CalculateEstimatedDates.py + * src/BasicUtils/__init__.py + * src/test/utils_test.py + * src/GrampsDbUtils/importdbdir.py + * po/test/po_test.py + add filename to $Id: $ to allow automatic filling in of svn properties + 2008-01-22 Raphael Ackermann * src/* Everything but src/images/* and src/data/* add correct svn properties with the commands: diff --git a/po/test/po_test.py b/po/test/po_test.py index b5a097a03..ca970cd63 100644 --- a/po/test/po_test.py +++ b/po/test/po_test.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id: po_test.py $ """ Unittest for testing POTFILES.in and Makefile contents """ diff --git a/src/BasicUtils/__init__.py b/src/BasicUtils/__init__.py index bb30a89b2..81e73457b 100644 --- a/src/BasicUtils/__init__.py +++ b/src/BasicUtils/__init__.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id: __init__.py$ from _UpdateCallback import UpdateCallback from _NameDisplay import displayer as name_displayer diff --git a/src/GrampsDbUtils/importdbdir.py b/src/GrampsDbUtils/importdbdir.py index c18a42415..dc3fea788 100644 --- a/src/GrampsDbUtils/importdbdir.py +++ b/src/GrampsDbUtils/importdbdir.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ # Based on ReadGrdb of version 2.x diff --git a/src/GrampsLocale/__init__.py b/src/GrampsLocale/__init__.py index 471025cf7..4287025b0 100644 --- a/src/GrampsLocale/__init__.py +++ b/src/GrampsLocale/__init__.py @@ -18,6 +18,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ from _GrampsLocale import * diff --git a/src/ReportBase/_Bibliography.py b/src/ReportBase/_Bibliography.py index b8aebfe7b..ccaa640fa 100644 --- a/src/ReportBase/_Bibliography.py +++ b/src/ReportBase/_Bibliography.py @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ """ Contain and organize bibliographic information. diff --git a/src/ReportBase/_Endnotes.py b/src/ReportBase/_Endnotes.py index 2d0390f85..fe14b00f4 100644 --- a/src/ReportBase/_Endnotes.py +++ b/src/ReportBase/_Endnotes.py @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ """ Provide utilities for printing endnotes in text reports. diff --git a/src/gen/db/dbconst.py b/src/gen/db/dbconst.py index 50435edb8..69c6f2867 100644 --- a/src/gen/db/dbconst.py +++ b/src/gen/db/dbconst.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/gen/lib/test/date_test.py b/src/gen/lib/test/date_test.py index 518434ca2..e48a3bcb7 100644 --- a/src/gen/lib/test/date_test.py +++ b/src/gen/lib/test/date_test.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ """ Unittest for testing dates """ diff --git a/src/plugins/CalculateEstimatedDates.py b/src/plugins/CalculateEstimatedDates.py index 00a8fd75a..e1f8b34a8 100644 --- a/src/plugins/CalculateEstimatedDates.py +++ b/src/plugins/CalculateEstimatedDates.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ "Calculate Estimated Dates" diff --git a/src/test/utils_test.py b/src/test/utils_test.py index 7bd288898..be23595b7 100644 --- a/src/test/utils_test.py +++ b/src/test/utils_test.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: $ +# $Id$ """ Unittest for testing ... """