svn: r2406
This commit is contained in:
Don Allingham 2003-11-30 05:53:23 +00:00
parent 589bfdb0f8
commit 272d58b5d2

View File

@ -1,3 +1,9 @@
2003-11-29 Don Allingham <dallingham@users.sourceforge.net>
* 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 <shura@alex.neuro.umn.edu>
* 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 <dallingham@users.sourceforge.net>
* 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 <dallingham@users.sourceforge.net>
* src/po/template.po: updated translatable strings
* src/AttrEdit.py: Add warning when a new attribute type is added