diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index fbfc3426d..3c2ea3523 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,10 @@ +2003-08-11 Don Allingham + * src/gramps_main.py: apply the filter after a load of the database, + allow default view to be set + * src/GrampsCfg.py: handle the defaultview key to allow the user to + choose Family or People view as the default + * src/preferences.glade: defaultview settings + 2003-08-11 Alex Roitman * TODO: Some nice features to implement, mostly from RFE at sf.net. diff --git a/gramps2/NEWS b/gramps2/NEWS index f826dc6c3..399c642f9 100644 --- a/gramps2/NEWS +++ b/gramps2/NEWS @@ -1,5 +1,6 @@ Version 0.9.4 -- the "This used to bug me..." release * More compliance with GNOME HIG. +* User can choose either the People or Family view as default * Fixed style problems for book items. * New Book item: Custom Text. * New export plugin: Web Family Tree.