* configure.in, configure: Change version and release numbers.
* TODO: Remove completed items. svn: r2247
This commit is contained in:
parent
2fd773bda4
commit
2d9909d471
@ -1,3 +1,7 @@
|
|||||||
|
2003-10-13 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
|
* configure.in, configure: Change version and release numbers.
|
||||||
|
* TODO: Remove completed items.
|
||||||
|
|
||||||
2003-10-12 Alex Roitman <shura@alex.neuro.umn.edu>
|
2003-10-12 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/gramps_main.py (edit_button_clicked): Modify edit person call
|
* src/gramps_main.py (edit_button_clicked): Modify edit person call
|
||||||
to always handle currently active person in family view;
|
to always handle currently active person in family view;
|
||||||
|
3
TODO
3
TODO
@ -29,8 +29,5 @@
|
|||||||
either a column in the People View or something like boldfaces "Notes"
|
either a column in the People View or something like boldfaces "Notes"
|
||||||
tab title. I like the latter because it can be uniformly applied to
|
tab title. I like the latter because it can be uniformly applied to
|
||||||
any notes, not only people's. Not so hard to implement.
|
any notes, not only people's. Not so hard to implement.
|
||||||
* Replace ListModel with the TreeModel
|
|
||||||
* Work out BookReport dialog so that resize is not necessary
|
|
||||||
* Work out name capitalization options
|
|
||||||
* Make Date parsing locale dependent, like relationship calculator
|
* Make Date parsing locale dependent, like relationship calculator
|
||||||
* And a whole lot more....
|
* And a whole lot more....
|
||||||
|
6
configure
vendored
6
configure
vendored
@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='gramps'
|
PACKAGE_NAME='gramps'
|
||||||
PACKAGE_TARNAME='gramps'
|
PACKAGE_TARNAME='gramps'
|
||||||
PACKAGE_VERSION='0.9.5'
|
PACKAGE_VERSION='0.98.0'
|
||||||
PACKAGE_STRING='gramps 0.9.5'
|
PACKAGE_STRING='gramps 0.98.0'
|
||||||
PACKAGE_BUGREPORT='gramps-bugs@lists.sourceforge.net'
|
PACKAGE_BUGREPORT='gramps-bugs@lists.sourceforge.net'
|
||||||
|
|
||||||
ac_unique_file="src/gramps.py"
|
ac_unique_file="src/gramps.py"
|
||||||
@ -1616,7 +1616,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
RELEASE=1.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
dnl May need to run automake && aclocal first
|
dnl May need to run automake && aclocal first
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT(gramps, 0.9.5, gramps-bugs@lists.sourceforge.net)
|
AC_INIT(gramps, 0.98.0, gramps-bugs@lists.sourceforge.net)
|
||||||
AC_CONFIG_SRCDIR(src/gramps.py)
|
AC_CONFIG_SRCDIR(src/gramps.py)
|
||||||
AM_INIT_AUTOMAKE(1.6.3)
|
AM_INIT_AUTOMAKE(1.6.3)
|
||||||
RELEASE=1.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
||||||
dnl RELEASE=1
|
dnl RELEASE=1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user