2008-03-07 Douglas S. Blank <dblank@cs.brynmawr.edu>

* src/DataViews/GrampletView.py (GrampletView): 
	turned GrampletView into a PersonNavView to get Forward/Next/Home

	* src/GrampsDbUtils/_WriteGedcom.py: #1849 gedcom output: omit 'Y'
	* src/test/gedread_util.py: update test utility per r10169 changes that


svn: r10205
This commit is contained in:
Doug Blank
2008-03-07 12:05:34 +00:00
parent 9a0a08bfd2
commit 0b60f234a7
2 changed files with 65 additions and 26 deletions

View File

@@ -1,9 +1,13 @@
2008-03-07 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/DataViews/GrampletView.py (GrampletView):
turned GrampletView into a PersonNavView to get Forward/Next/Home
2008.03.06 Jim Sack <jgsack@san.rr.com>
src/GrampsDbUtils/_WriteGedcom.py: #1849 gedcom output: omit 'Y'
* src/GrampsDbUtils/_WriteGedcom.py: #1849 gedcom output: omit 'Y'
when there is subpordinate data in event (person or family)
2008.03.06 Jim Sack <jgsack@san.rr.com>
src/test/gedread_util.py: update test utility per r10169 changes that
* src/test/gedread_util.py: update test utility per r10169 changes that
removed the "TRANSACTIONS" option.
2008-03-06 Jason Simanek <jsimanek@gmail.com>