2007-04-22 Don Allingham <don@gramps-project.org>
* configure.in: bump to full release of 2.2.7 * src/const.py.in: fix 2007 in copyright * NEWS: update news file svn: r8419
This commit is contained in:
parent
a1eb59b868
commit
7dd5d94322
@ -1,3 +1,8 @@
|
|||||||
|
2007-04-22 Don Allingham <don@gramps-project.org>
|
||||||
|
* configure.in: bump to full release of 2.2.7
|
||||||
|
* src/const.py.in: fix 2007 in copyright
|
||||||
|
* NEWS: update news file
|
||||||
|
|
||||||
2007-04-22 Brian Matherly <brian@gramps-project.org>
|
2007-04-22 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/docgen/ODFDoc.py: escape still wasn't right. ancestor and descendant
|
* src/docgen/ODFDoc.py: escape still wasn't right. ancestor and descendant
|
||||||
charts were wrong.
|
charts were wrong.
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
Version 2.2.7 -- the "Well, I didn't vote for you." release
|
||||||
|
* Many, many bug fixes
|
||||||
|
|
||||||
Version 2.2.6 -- the "Summarize Proust Competition" release
|
Version 2.2.6 -- the "Summarize Proust Competition" release
|
||||||
* Fix report option saving
|
* Fix report option saving
|
||||||
|
|
||||||
|
@ -11,8 +11,8 @@ AM_INIT_AUTOMAKE(1.6.3)
|
|||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
GNOME_DOC_INIT
|
GNOME_DOC_INIT
|
||||||
|
|
||||||
RELEASE=0.SVN$(svnversion -n .)
|
dnl RELEASE=0.SVN$(svnversion -n .)
|
||||||
dnl RELEASE=1
|
RELEASE=1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
@ -237,7 +237,6 @@ src/DateHandler/Makefile
|
|||||||
src/data/Makefile
|
src/data/Makefile
|
||||||
src/glade/Makefile
|
src/glade/Makefile
|
||||||
src/images/Makefile
|
src/images/Makefile
|
||||||
src/data/templates/Makefile
|
|
||||||
data/Makefile
|
data/Makefile
|
||||||
data/man/Makefile
|
data/man/Makefile
|
||||||
data/man/fr/Makefile
|
data/man/fr/Makefile
|
||||||
|
@ -30,7 +30,6 @@ Provides the interface to allow a person to add a media object to the database.
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
import os
|
import os
|
||||||
import sys
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
@ -165,7 +164,6 @@ class AddMediaObject(ManagedWindow.ManagedWindow):
|
|||||||
self.db.commit_media_object(mobj, trans)
|
self.db.commit_media_object(mobj, trans)
|
||||||
self.db.transaction_commit(trans, _("Add Media Object"))
|
self.db.transaction_commit(trans, _("Add Media Object"))
|
||||||
|
|
||||||
|
|
||||||
def on_name_changed(self, *obj):
|
def on_name_changed(self, *obj):
|
||||||
"""
|
"""
|
||||||
Called anytime the filename text window changes. Checks to
|
Called anytime the filename text window changes. Checks to
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# Gramps - a GTK+/GNOME based genealogy program
|
||||||
#
|
#
|
||||||
# Copyright (C) 2000-2006 Donald N. Allingham
|
# Copyright (C) 2000-2007 Donald N. Allingham
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -145,7 +145,7 @@ else:
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
program_name = "GRAMPS"
|
program_name = "GRAMPS"
|
||||||
version = "@VERSIONSTRING@"
|
version = "@VERSIONSTRING@"
|
||||||
copyright_msg = unicode("© 2001-2006 Donald N. Allingham","iso-8859-1")
|
copyright_msg = unicode("© 2001-2007 Donald N. Allingham","iso-8859-1")
|
||||||
comments = _("GRAMPS (Genealogical Research and Analysis "
|
comments = _("GRAMPS (Genealogical Research and Analysis "
|
||||||
"Management Programming System) is a personal "
|
"Management Programming System) is a personal "
|
||||||
"genealogy program.")
|
"genealogy program.")
|
||||||
|
Loading…
Reference in New Issue
Block a user