diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index e5a31b37f..525308ce5 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,7 @@ +2003-09-29 Alex Roitman + * TODO: Update the list with the postponed todo items. + * configure.in: Increment release number. + 2003-09-28 Don Allingham * Version 0.9.4: the "This used to bug me..." release. diff --git a/gramps2/TODO b/gramps2/TODO index 511782030..f6eaab0a7 100644 --- a/gramps2/TODO +++ b/gramps2/TODO @@ -1,18 +1,3 @@ -* Add support for storing reliability (confidence) of the marriage information; - see http://sourceforge.net/mailarchive/forum.php?thread_id=3066997&forum_id=1993 - and http://sourceforge.net/mailarchive/forum.php?thread_id=3134931&forum_id=1993 - for the details. - -* Work out the model and the interface for the completeness of a person, - see http://sourceforge.net/mailarchive/forum.php?thread_id=3127454&forum_id=1993 - and http://sourceforge.net/mailarchive/forum.php?thread_id=3134932&forum_id=1993 - for the details. - -* Presense of Notes for a person/event/whatever_else. RFE 747527 suggested - 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 - any notes, not only people's. Not so hard to implement. - * Allow for multiple notes. A tabbed interface would be really useful, since there are no titles for notes. Not all objects would necessarily need multiple notes. Determine which ones should and shouldn't. @@ -26,7 +11,22 @@ try to create a thumbnail in a readonly database. * Startup tips. * Add sequence number to childlist in family view -* Add completeness level to person/family * Add string substitutions for web page generation (name, report name, date, etc). +* Add support for sources of the parent/child relation +* Add support for storing reliability (confidence) of the marriage information; + see http://sourceforge.net/mailarchive/forum.php?thread_id=3066997&forum_id=1993 + and http://sourceforge.net/mailarchive/forum.php?thread_id=3134931&forum_id=1993 + for the details. +* Work out the model and the interface for the completeness of a person, + see http://sourceforge.net/mailarchive/forum.php?thread_id=3127454&forum_id=1993 + and http://sourceforge.net/mailarchive/forum.php?thread_id=3134932&forum_id=1993 + for the details. +* Presense of Notes for a person/event/whatever_else. RFE 747527 suggested + 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 + 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 * And a whole lot more.... diff --git a/gramps2/configure.in b/gramps2/configure.in index 660c24862..a38348357 100644 --- a/gramps2/configure.in +++ b/gramps2/configure.in @@ -5,7 +5,7 @@ AC_PREREQ(2.57) AC_INIT(gramps, 0.9.4, gramps-bugs@lists.sourceforge.net) AC_CONFIG_SRCDIR(src/gramps.py) AM_INIT_AUTOMAKE(1.6.3) -RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-') +RELEASE=1.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-') VERSIONSTRING=$VERSION if test x"$RELEASE" != "x"