From 9730743ccb5b1d04f4cc30bee90a2a5373166ca9 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sun, 30 Nov 2003 05:53:23 +0000 Subject: [PATCH] update svn: r2406 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 329a98ae4..029eebb9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-11-29 Don Allingham + * src/docgen/OpenOfficeDoc.py (OpenOfficeDoc.close): replace hardcoded + "oowriter" with the command found by querying the mime database with + the open office document type. Different distributions seem to install + OOo with different names (oofice, oowriter, soffice). + 2003-11-29 Alex Roitman * src/filters/MatchSndEx2.py: Typo. * src/plugins/RelGraph.py: Typo. @@ -12,6 +18,12 @@ * doc/gramps-manual/C/keybind.xml: Add to CVS. * doc/gramps-manual/C/Makefile.am: Add new files to the distribution. +2003-11-28 Don Allingham + * src/EventEdit.py (EventEditor.__init__): add translated name to the + popdown menu list if isn't already there. Prevents a parital match on + other strings + * src/PedView.py: add a '*' to the popup menu if the child has children + 2003-11-27 Don Allingham * src/po/template.po: updated translatable strings * src/AttrEdit.py: Add warning when a new attribute type is added