diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index a2916c8e9..0d62bbd3c 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,10 @@ +2006-04-19 Alex Roitman + * src/Editors/_EditPrimary.py (EditPrimary.build_window_key): + Always have a window key, even if there is no handle. + * src/Editors/_EditFamily.py (EditFamily.build_menu_names): + Properly set up menu labels. + * src/Utils.py (family_name): Add optional argument. + 2006-04-19 Martin Hawlisch * src/plugins/ImportGeneWeb.py: Use new type classes; Start of parsing relationships (unfinished)