2003-06-09  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/ReadXML.py, src/plugins/Check.py, src/plugins/WriteCD.py,
	src/plugins/WritePkg.py: Proper use of dialog.run() in file
	selector for missing media files.

2003-06-09  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/Plugins.py: Register book items with options and style instead 
	of the functions get_options and get_style.
	* src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py,
	src/plugins/FtmStyleAncestors.py: Change from functions to values,
	accordingly. Also switch to a proper use of dialog.run(). 

2003-06-08  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py: 
	Minor fixes.
	* src/plugins/book.glade: Add Open and Save buttons.
	* src/plugins/FtmStyleAncestors.py: Enable book item functionality. 

2003-06-08  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/Report.py: De-uglify center_person frame.
	* src/plugins/BookReport.py: Add a center person column to a book
	selector dialog.
	* src/plugins/FtmStyleDescendants.py: Get the style right.

2003-06-08  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/Report.py, src/plugins/BookReport.py, 
	src/plugins/FtmStyleDescendants.py: Fix changing center person -- only
	remember change if OK was clicked.

2003-06-07  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/Report.py: Clean up the split into BareReportDialog and
	ReportDialog classes.
	* src/Plugins.py: Enable book item registration. 
	* src/plugins/BookReport.py: lots of changes -- trying to get it work. 
	* src/plugins/FtmStyleDescendants.py: book item functionality. 

2003-06-07  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EditPerson.py: Allow a default gender to be specified if a new
	person is being added
	* src/AddSpouse.py: All EditPerson dialog instead of QuickAdd

2003-06-07  Don Allingham  <dallingham@users.sourceforge.net>

	* src/FamilyView.py: Call marriage editor with callback to update
	the family view
	* src/Marriage.py: Call the family view callback after saving to update
	the display with changed marriage information

2003-06-07  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EditPerson.py:
	Don't reset date value after a page switch

2003-06-07  Don Allingham  <dallingham@users.sourceforge.net>
	* src/ImageSelect.py:
	Fixed typo in on_drag_begin
	* src/RelLib.py:
	Check for the existance of the witness member of an Event. ZODB
	stores an object, so elements read in from old databases may not 
	have the element, which can cause a traceback.

2003-06-06  Don Allingham  <dallingham@users.sourceforge.net>
	* src/AutoComp.py:
	Don't build popdown lists if the number of elements exceeds 250.
	Otherwise, the menus will become unusable, and just consume
	tons of memory.

2003-06-04  Don Allingham  <dallingham@users.sourceforge.net>
	* src/VersionControl.py:
	Sort revision numbers based on numerical value instead of ASCII value.
	* src/VersionControl.py:
	Check return values of all subprocesses

2003-06-04  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/Report.py: Split ReportDialog into BareReportDialog and
	its subclass of ReportDialog. BareReportDialog has nothing to do with 
	the paper, format, filename, etc. 
	* src/plugins/BookReport.py: Make ReportOptionsDialog a sublcass of
	Report.BareReportDialog. 

2003-06-03  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/plugins/summary.glade, src/plugins/desbrowse.glade: 
	Removed unnecessary buttonbox in the action area of a dialog -- this
	gets rid of annoying GTK warnings. 

2003-06-03  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/ReadXML.py (import_data), src/WriteXML.py (export_data), 
	src/RelImage.py (import_media_object), src/gramps_main.py 
	(open_example), src/plugins/Check.py (cleanup_missing_photos), 
	src/plugins/WebPage.py (write_gallery): 
	Change shutil.copy() calls to first call shutil.copyfile() and then try
	setting up bits. 
	
2003-06-03  Don Allingham  <dallingham@users.sourceforge.net>
	* src/VersionControl.py:
	Brought revision selection dialog up to date. Was dependant on
	the old CList.

2003-06-03  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/Plugins.py (on_apply_clicked): Do not destroy dialog window.
	(on_ok_clicked): Added. Destory the dialog and do on_apply_clicked().
	* src/plugins.glade: Added tooltips to Apply and OK buttons. 
	
2003-06-03  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/plugins/FtmStyleAncestor.py (apply_filter): 
	Fixed generation condition. 
	* src/plugins/FtmStyleDescendants.py (write_report): 
	Do not print children if the current generation is the last. 
	* src/plugins/DetDescendantReport.py (filter): 
	Make it apply_filter, clean up and make shorter, modify numbering 
	algorithm so that no gaps occur in people's indices.
	
2003-06-03  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/plugins/FtmStyleAncestor.py (print_more_about,print_notes):
	Change to regular name instead of formal name.
	* src/plugins/FtmStyleDescendants.py (print_more_about):
	Likewise.
	* src/plugins/FtmStyleDescendants.py (print_children):
	Table name includes only family id.

2003-06-02  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/DetAncestralReport.py (write_death): Proper checks for 
        valid day and month of death.
	* src/DetDescendantReport.py (write_death): Likewise.

2003-06-02  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/FamilyView.py (load_family): Select the first spouse 
        in the list.

2003-06-02  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/plugins/FtmStyleDescendants.py (print_children):
	End children's table only if it was started.

2003-06-02  Tim Waugh  <twaugh@users.sourceforge.net>
	* src/plugins/DetDescendantReport.py (write_mate): Swap mate and
	person variables, clear code a bit.
	(make_report, add_user_options): Allow same set of options as the
	detailed ancestral report.

2003-06-02  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/plugins/BookReport.py 
        (ReportOptionsDialog.on_change_clicked):
	Deal with Cancel button pressed.

2003-06-02  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/plugins/DetAncestralReport.py (write_marriage):
	Consider missing case of spouse and no-date-no-place for marriage.
        
2003-06-02  Alex Roitman  <shura@alex.neuro.umn.edu>
	* src/plugins/BookReport.py: Added to CVS. 
	* src/plugins/book.glade: Likewise. 
	* src/ListModel.py: (insert, get_data): Added new methods.
	* src/SelectPerson.py: Added to CVS.
	* src/choose.glade: Likewise.

2003-06-02  Tim Waugh  <twaugh@users.sourceforge.net>
	* src/plugins/Check.py (build_report): Fixing typos.
	* src/WriteXML.py (exportData): Likewise.

2003-06-01  Tim Waugh  <twaugh@users.sourceforge.net>

	* src/plugins/DetDescendantReport.py 
	(DetDescendantReport.write_marriage):
	Missing value for the format line parameter 
	* src/plugins/FtmStyleDescendants.py 
	(FtmDescendantReport.print_more_about): Print regular name in the
	header of the "More About" dialog. Also add missing endnotes value.
	(FtmDescendantReport.print_parents): Fix a typo in a format line value.

2003-06-01  Alex Roitman  <shura@alex.neuro.umn.edu>

	* ChangeLog: trying out clcommit
	* ChangeLog 1.3, ChangeLog.gz 1.2:
	Switching back to uncompressed ChangeLog
	* ChangeLog 1.2: Removing placeholder -- replaced by gzipped ChangeLog

2003-05-31  Alex Roitman  <shura@alex.neuro.umn.edu>

	* ChangeLog.gz 1.1: Replace placeholder with real ChangeLog

2003-05-31  Marcos Bedinelli  <bedinelli@users.sourceforge.net>

	* src/po/pt_BR.po 1.6:
	Brazilian-Portuguese translation for GRAMPS 2 - ver 0.9.2

2003-05-31  Don Allingham  <dallingham@users.sourceforge.net>

	* src/DrawDoc.py 1.6, src/Report.py 1.25, src/docgen/PdfDrawDoc.py 1.9:
	Handle formats without an extension type

2003-05-30  Lars Lundin  <gramps@lklundin.dk>

	* src/po/da_DK.po 1.3: Translated strings for 0.9.2

2003-05-30  Don Allingham  <dallingham@users.sourceforge.net>

	* doc/Makefile.in 1.8, doc/gramps-manual/C/Makefile.in 1.9, doc/gramps-manual/Makefile.in 1.8, doc/gramps.1 1.7, gramps.spec 1.21, gramps.spec.in 1.14, Makefile.in 1.12, configure 1.29, configure.in 1.32:
	0.9.2-rc1 setup

	* src/gramps.glade 1.42, src/ListModel.py 1.26:
	Sort list models correctly, C-Q short cut

2003-05-30  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/plugins/rel_ru.py 1.3: Added more generations

2003-05-29  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps-manual.xml 1.10:
	Mention new FTM-style reports

2003-05-28  Don Allingham  <dallingham@users.sourceforge.net>

	* src/po/template.po 1.40, src/Makefile.in 1.21, src/calendars/Makefile.in 1.5, src/data/Makefile.in 1.7, src/data/templates/Makefile.in 1.7, src/docgen/Makefile.in 1.8, src/filters/Makefile.in 1.8, src/plugins/Makefile.in 1.9, src/po/Makefile.in 1.9:
	Template update

	* src/plugins/FtmStyleAncestors.py 1.8, src/GenericFilter.py 1.18, src/MediaView.py 1.20, src/StartupDialog.py 1.11, src/const.py.in 1.28, src/edit_person.glade 1.19:
	Fixed typos for translations

2003-05-28  Jens Arvidsson  <jensa@users.sourceforge.net>

	* src/po/sv.po 1.6: Translation update for 0.9.2

2003-05-27  Donald A. Peterson  <dpeterson@sigmaxi.org>

	* gramps.spec 1.20, gramps.spec.in 1.13:
	Restore $RPM_OPT_FLAGS to make line in %build section

	* gramps.spec 1.19, gramps.spec.in 1.12:
	Remove % from configure/makeinstall comments near top to avoid premature expansion

2003-05-27  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/po/ru.po 1.16: Russian translation for 0.9.2

	* src/plugins/FtmStyleAncestors.py 1.7, src/plugins/FtmStyleDescendants.py 1.7, src/po/template.po 1.39:
	Typo

	* src/plugins/FtmStyleAncestors.py 1.6, src/plugins/FtmStyleDescendants.py 1.6, src/po/template.po 1.38:
	Removing redundant strings

2003-05-27  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EditPerson.py 1.35, src/ImageSelect.py 1.32:
	Image gallery handling - use EXPOSE to draw initial window, make sure
	images don't go over the edge

	* src/po/template.po 1.37: translation strings for 0.9.2

	* src/Calendar.py 1.12: Calendar/Date unicode fix

2003-05-24  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/po/ru.po 1.15, src/po/template.po 1.36, src/EditPerson.py 1.34, src/FamilyView.py 1.35, src/PedView.py 1.12, src/plugins/Makefile.am 1.8, src/plugins/eval.py 1.4:
	Translation cleanups

2003-05-23  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/Calendar.py 1.11: Return month in unicode

	* src/plugins/Makefile.am 1.7, src/po/ru.po 1.14, src/plugins/eval.py 1.3:
	Minor updates

	* src/soundex.py 1.3: Added new soundex rule

	* src/po/template.po 1.35: Update

	* src/plugins/leak.py 1.2, src/po/template.po 1.34:
	Translation template update

2003-05-23  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Makefile.in 1.20, src/plugins/Makefile.am 1.6, src/po/template.po 1.33:
	Updated translation template

	* src/plugins/AncestorChart.py 1.11, src/plugins/AncestorReport.py 1.8, src/plugins/DesGraph.py 1.10, src/plugins/DescendReport.py 1.9, src/plugins/DetAncestralReport.py 1.8, src/plugins/FamilyGroup.py 1.7, src/plugins/FtmStyleAncestors.py 1.5, src/plugins/FtmStyleDescendants.py 1.5, src/plugins/GraphViz.py 1.9, src/plugins/IndivComplete.py 1.11, src/plugins/IndivSummary.py 1.11, src/plugins/TimeLine.py 1.8, src/plugins/WebPage.py 1.13, src/Errors.py 1.6, src/GenericFilter.py 1.17, src/gramps_main.py 1.98:
	Catch loops in filters

	* src/Calendar.py 1.10, src/Date.py 1.12, src/Errors.py 1.5:
	Fixed date handling with invalid strings

	* src/EditPerson.py 1.33, src/Marriage.py 1.21:
	Sort places in pulldown menus

	* src/gramps_main.py 1.97:
	Fixed loading of places and goto person switching back to first page

2003-05-22  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/figures/researcher.png 1.2, doc/gramps-manual/C/figures/missing-media.png 1.2:
	Indexed images

	* doc/gramps-manual/C/gramps-manual.xml 1.9, doc/gramps-manual/C/figures/researcher.png 1.1, doc/gramps-manual/C/figures/missing-media.png 1.1:
	New shots

	* doc/gramps-manual/C/gramps-manual-C.omf 1.3, doc/gramps-manual/C/gramps-manual.xml 1.8:
	Docs update

	* doc/xmldocs.make 1.5: Back to 1.2

	* src/EditPerson.py 1.32, src/EventEdit.py 1.14:
	Retracting date warnings

	* src/AddSpouse.py 1.13, src/gramps.glade 1.41:
	Similar list speed-ups in AddSpouse

	* NEWS 1.15: Update

	* src/EditPerson.py 1.31, src/EventEdit.py 1.13:
	Warning if non-date text is entered into date fields

2003-05-22  Don Allingham  <dallingham@users.sourceforge.net>

	* src/gramps_main.py 1.96:
	Pass the correct object to apply_filter when apply is clicked

2003-05-22  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/gramps_main.py 1.95: Segfault on changing tab with filter applied

2003-05-21  Alex Roitman  <shura@alex.neuro.umn.edu>

	* TODO 1.5, doc/gramps.1.in 1.4, src/gramps_main.py 1.94, NEWS 1.14:
	Updates

2003-05-21  Don Allingham  <dallingham@users.sourceforge.net>

	* src/SelectChild.py 1.13: Select child list improvements

2003-05-21  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/ChooseParents.py 1.14, src/gramps.glade 1.40:
	Redraw optimizations

2003-05-21  Don Allingham  <dallingham@users.sourceforge.net>

	* src/ChooseParents.py 1.13, src/gramps.glade 1.39:
	Don't connect models until loaded

2003-05-21  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/ReadXML.py 1.22, src/gramps_main.py 1.93, src/plugins/Check.py 1.11, src/plugins/Summary.py 1.6, src/plugins/WriteCD.py 1.5:
	Finishing command line options

2003-05-21  Donald A. Peterson  <dpeterson@sigmaxi.org>

	* doc/gramps-manual/C/gramps-manual.xml 1.7, doc/gramps.1 1.6, doc/omf.make 1.3, doc/omf.make.in 1.2, doc/xmldocs.make 1.4, doc/xmldocs.make.in 1.2, configure.in 1.31:
	Revert bonehead doc/*.make.in mess

	* gramps.spec.in 1.11: Added BuildRequires dependency on rpm>4.1

	* doc/Makefile.am 1.3, doc/Makefile.in 1.7, doc/gramps-manual/C/Makefile.in 1.8, doc/gramps-manual/Makefile.in 1.7, doc/omf.make 1.2, doc/xmldocs.make 1.3:
	New makefiles generated by configure using token substitution

	* gramps.spec.in 1.10:
	Using internal macros for compilation, and a much cleaner %files section

	* src/Makefile.am 1.14, Makefile.am 1.8, src/calendars/Makefile.am 1.3, src/data/Makefile.am 1.2, src/data/templates/Makefile.am 1.2, src/docgen/Makefile.am 1.3, src/filters/Makefile.am 1.3, src/plugins/Makefile.am 1.5, src/po/Makefile.am 1.4:
	* Added new targets "trans" and "pycheck" to top-level Makefile
	* Python verification (pychecker) removed from check-local target to become
	part of the pycheck target heiarchy.  Each subdir now has a
	GRAMPS_PY_MODPATH variable that indicates a colon-separated path for
	the PYTHONPATH environment to allow module importing to work.

2003-05-20  Donald A. Peterson  <dpeterson@sigmaxi.org>

	* configure.in 1.30:
	Configure now sets variables in the doc/omf.mak and doc/xmldocs.make files

	* doc/omf.make.in 1.1, doc/xmldocs.make.in 1.1:
	Added *.in files for documentation makes

2003-05-20  Don Allingham  <dallingham@users.sourceforge.net>

	* Makefile.in 1.11, NEWS 1.13, configure 1.28, doc/gramps.1 1.5, gramps.spec 1.18, src/Makefile.in 1.19, src/docgen/AbiWordDoc.py 1.7, src/docgen/OpenOfficeDoc.py 1.9, src/plugins/IndivSummary.py 1.10:
	Support for AbiWord 1.9 or greater (table support)

2003-05-20  Alex Roitman  <shura@alex.neuro.umn.edu>

	* INSTALL 1.2, NEWS 1.12, README 1.3: Updates

	* src/plugins/ReadGedcom.py 1.20: Minor cleanup

	* src/plugins/WriteGedcom.py 1.21:
	Wrong level (3 instead of 2) for NOTE and SOUR in address/place

	* src/plugins/WriteGedcom.py 1.20, src/gramps_main.py 1.92, src/plugins/WriteCD.py 1.4:
	Command line imports: gedcom and iso

	* src/gramps_main.py 1.91: Unknown option handling

	* doc/gramps.1.in 1.3: Examples in man page

	* src/gramps_main.py 1.90: Command line export-> default to gramps

	* src/MediaView.py 1.19, src/RelImage.py 1.10, README 1.2:
	Check whether pil or convert exist

	* src/gramps_main.py 1.89: Correction

2003-05-19  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps.1.in 1.2: New man page

	* src/plugins/ReadGedcom.py 1.19, src/gramps_main.py 1.88:
	Command-line import from gedcom: cleanup

	* src/gramps_main.py 1.87: Prompt to save on Open and Open Example

	* Makefile.am 1.7: Removing obsolete data-hooks

	* src/gramps_main.py 1.86, src/plugins/Check.py 1.10:
	Command line: check action

	* src/gramps_main.py 1.85:
	Command line: import cleanup and some exports

2003-05-18  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Makefile.am 1.13: Remove grampslib.so (from James Treacy)

2003-05-18  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/gramps_main.py 1.84: Command-line import

2003-05-18  Don Allingham  <dallingham@users.sourceforge.net>

	* src/SelectChild.py 1.12, src/gramps.glade 1.38, src/gramps_main.py 1.83, NEWS 1.11, src/FamilyView.py 1.34, src/PedView.py 1.11, src/QuickAdd.py 1.7:
	Shift-click to edit spouse, re-implemented family name guessing

2003-05-17  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/StartupDialog.py 1.10, src/const.py.in 1.27, src/gramps.py 1.10, src/gramps_main.py 1.82:
	Command line parameters

2003-05-17  Don Allingham  <dallingham@users.sourceforge.net>

	* src/FamilyView.py 1.33, src/ImageSelect.py 1.31, src/MediaView.py 1.18, src/const.py.in 1.26:
	Icons for drag and drop

2003-05-16  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Errors.py 1.4, src/QuestionDialog.py 1.14, src/Report.py 1.24, src/docgen/AbiWordDoc.py 1.6, src/docgen/HtmlDoc.py 1.10, src/docgen/LaTeXDoc.py 1.6, src/docgen/OpenDrawDoc.py 1.12, src/docgen/OpenOfficeDoc.py 1.8, src/docgen/PSDrawDoc.py 1.12, src/docgen/PdfDoc.py 1.8, src/docgen/PdfDrawDoc.py 1.8, src/docgen/RTFDoc.py 1.5, src/docgen/SvgDrawDoc.py 1.8, src/plugins/AncestorChart.py 1.10, src/plugins/AncestorReport.py 1.7, src/plugins/DesGraph.py 1.9, src/plugins/DescendReport.py 1.8, src/plugins/DetAncestralReport.py 1.7, src/plugins/FamilyGroup.py 1.6, src/plugins/FtmStyleAncestors.py 1.4, src/plugins/FtmStyleDescendants.py 1.4, src/plugins/IndivComplete.py 1.10, src/plugins/IndivSummary.py 1.9, src/plugins/ReadGedcom.py 1.17, src/plugins/TimeLine.py 1.7:
	Change file extentions in reports when different filetype is chosen

2003-05-15  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/ImgManip.py 1.6: Case change for decoder

2003-05-15  Don Allingham  <dallingham@users.sourceforge.net>

	* gramps.spec 1.17, src/StartupDialog.py 1.9:
	initial values in gconf for first time startup

2003-05-14  Don Allingham  <dallingham@users.sourceforge.net>

	* src/plugins/WriteCD.py 1.3: WriteCD merges

2003-05-14  Alex Roitman  <shura@alex.neuro.umn.edu>

	* TODO 1.4, NEWS 1.10: Update

	* src/plugins/WriteCD.py 1.2, src/plugins/WritePkg.py 1.5:
	More missing media handling

2003-05-14  Don Allingham  <dallingham@users.sourceforge.net>

	* src/plugins/WriteCD.py 1.1, src/plugins/cdexport.glade 1.1: CD Writer

2003-05-14  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/plugins/Check.py 1.9: Fix missing files on check & repair

2003-05-14  Don Allingham  <dallingham@users.sourceforge.net>

	* src/plugins/eval.glade 1.2, src/plugins/eval.py 1.2: Handle stdout

2003-05-14  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/plugins/Check.py 1.8: Typos

	* src/gramps_main.py 1.81: Ask user if missing media files on Save As

2003-05-13  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EventEdit.py 1.12, src/Marriage.py 1.20, src/const.py 1.40, src/const.py.in 1.25:
	Default marriage event patch from adl, remove const.py since it is autogenerated

2003-05-13  Alex Roitman  <shura@alex.neuro.umn.edu>

	* TODO 1.3, NEWS 1.9: Update

	* src/ReadXML.py 1.21: Typo

	* src/ReadXML.py 1.20, src/errdialogs.glade 1.9: Wording cleanup

	* src/QuestionDialog.py 1.13, src/ReadXML.py 1.19, src/errdialogs.glade 1.8:
	User input when files are lost on Import

2003-05-13  Don Allingham  <dallingham@users.sourceforge.net>

	* src/plugins/eval.glade 1.1, src/plugins/eval.py 1.1, src/plugins/leak.glade 1.1, src/plugins/leak.py 1.1:
	Debug tools

	* src/StartupDialog.py 1.8, src/const.py 1.39: Fixed startup dialog

2003-05-12  Don Allingham  <dallingham@users.sourceforge.net>

	* src/StartupDialog.py 1.7: Fixed hard coded path

	* src/StartupDialog.py 1.6, src/const.py 1.38, src/gramps_main.py 1.80, src/GrampsParser.py 1.10, src/Marriage.py 1.19, src/PedView.py 1.10, src/ReadXML.py 1.18, src/AUTHORS 1.2:
	Fixed marriage problem and startup dialog

2003-05-12  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/gramps_main.py 1.79: Handle media files on Save As...

2003-05-10  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/plugins/FtmStyleDescendants.py 1.3: Minor cleanups

	* src/plugins/FtmStyleDescendants.py 1.2: Almost done

	* src/plugins/FtmStyleAncestors.py 1.3: Minor correction

	* src/Utils.py 1.16: Roman numbers

2003-05-09  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EditPlace.py 1.14, src/places.glade 1.9:
	Handle edit buttons on place editor

	* src/EditPlace.py 1.13: Fixed missing edit buttons

2003-05-08  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EditPlace.py 1.12, src/Marriage.py 1.18, src/PlaceView.py 1.18, src/marriage.glade 1.10, src/places.glade 1.8:
	Fixed missing button events

	* src/ImageSelect.py 1.30, src/RelLib.py 1.20, src/gramps_main.py 1.78:
	Handle image imports that are abandoned

2003-05-08  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/plugins/FtmStyleDescendants.py 1.1: Initial mock-up, needs work

	* src/plugins/FtmStyleAncestors.py 1.2: Minor corrections

	* src/docgen/HtmlDoc.py 1.9, src/docgen/LaTeXDoc.py 1.5:
	Superscripts in HTML and LaTeX

2003-05-07  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/ReadXML.py 1.17: Remove object and refs if media file is lost

2003-05-07  Don Allingham  <dallingham@users.sourceforge.net>

	* src/GrampsParser.py 1.9, src/RelLib.py 1.19:
	Fixed the place and family references on import

2003-05-06  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/plugins/ReadNative.py 1.9, src/plugins/ReadPkg.py 1.5, src/ReadXML.py 1.16:
	Reincarnation of Imports

	* src/ReadXML.py 1.15: Reverse sorting of MediaFileMap keys

	* src/ReadXML.py 1.14, src/plugins/ReadNative.py 1.8, src/plugins/ReadPkg.py 1.4:
	More Import cleanups

2003-05-06  Don Allingham  <dallingham@users.sourceforge.net>

	* src/GrampsParser.py 1.8, src/ReadXML.py 1.13, src/RelLib.py 1.18, src/plugins/ReadPkg.py 1.3:
	preserve full path for photos after import

	* src/gramps_main.py 1.77: Patch for tabs from Billy Earney

2003-05-06  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps-manual.xml 1.6:
	Imports from GRAMPS db and package

	* src/ReadXML.py 1.12, src/plugins/ReadNative.py 1.7, src/plugins/ReadPkg.py 1.2:
	Import from database

2003-05-06  Don Allingham  <dallingham@users.sourceforge.net>

	* src/gramps.glade 1.37: Fixed relationshp calculation

2003-05-05  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/ReadXML.py 1.11, src/plugins/ReadPkg.py 1.1:
	Import from GRAMPS package

	* src/RelLib.py 1.17: Typos

2003-05-05  Don Allingham  <dallingham@users.sourceforge.net>

	* src/GrampsParser.py 1.7, src/GrampsXML.py 1.3, src/RelLib.py 1.16, src/gramps_main.py 1.76, src/plugins/ReadNative.py 1.6:
	Gramps IMPORTING

2003-05-03  Don Allingham  <dallingham@users.sourceforge.net>

	* src/gramps_main.py 1.75:
	Handle redraw of the display after a tool is run

	* src/TarFile.py 1.5: provide a default temp file name

2003-05-02  Don Allingham  <dallingham@users.sourceforge.net>

	* TODO 1.2, src/docgen/AbiWordDoc.py 1.5, src/docgen/PdfDoc.py 1.7, src/plugins/FtmStyleAncestors.py 1.1:
	Family Tree Maker style ancestor report

2003-05-02  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/WriteXML.py 1.10: Fix for export-to-gramps problem

2003-05-01  Don Allingham  <dallingham@users.sourceforge.net>

	* src/TextDoc.py 1.7, src/docgen/PdfDoc.py 1.6, src/plugins/count_anc.py 1.5:
	Fixed title in count_anc.py, added superscript for TextDoc

2003-04-30  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/gramps_main.py 1.74:
	Correction: bind relationship function _after_ the plugins are loaded

	* src/plugins/rel_ru.py 1.2: Now I got it right!

	* src/Relationship.py 1.5, src/plugins/rel_ru.py 1.1: Corrections

2003-04-30  Don Allingham  <dallingham@users.sourceforge.net>

	* src/FamilyView.py 1.32: Don't print b. and d. if not used

2003-04-30  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/Plugins.py 1.17: Few typos

2003-04-30  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Relationship.py 1.4, src/docgen/PdfDoc.py 1.5, src/gramps_main.py 1.73, src/plugins/RelCalc.py 1.7, NEWS 1.8, src/Plugins.py 1.16:
	Relcal changes for plugins

2003-04-28  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/Plugins.py 1.15: Minor typo

2003-04-26  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EditPerson.py 1.30, src/PlaceView.py 1.17, src/RelLib.py 1.15, src/edit_person.glade 1.18:
	Limit the number of characters in the description and source lists on the edit window
	Prevent place duplication

2003-04-23  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Find.py 1.10: Raise FIND window on CTRL-F

	* src/Find.py 1.9: Handle backwards find

2003-04-22  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Find.py 1.8, src/gramps_main.py 1.72:
	Fixed Find from popping up multiple windows.

	* src/Plugins.py 1.14:
	Fixed redundant entries in report/tool dialogs after a reload of plugins

	* src/Plugins.py 1.13, src/config.glade 1.7:
	Reload problem fix for plugins

2003-04-21  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/plugins/DetAncestralReport.py 1.6: Format line typo

	* src/plugins/Verify.py 1.13: Male-female bug, 725016

2003-04-20  Don Allingham  <dallingham@users.sourceforge.net>

	* NEWS 1.7: Update NEWS file

	* example/Makefile.in 1.1, example/gramps/Makefile.in 1.1:
	Commited Makefile.in files for the example directories

	* src/AutoComp.py 1.12, src/ChooseParents.py 1.12, src/EditPerson.py 1.29, src/PedView.py 1.9, src/ReadXML.py 1.10, src/RelLib.py 1.14, src/Sources.py 1.12, src/WriteXML.py 1.9, configure.in 1.29:
	Bug fixes

2003-04-19  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/po/ru.po 1.13: Corrections

2003-04-18  Bernd Schandl  <schandl@gmx.net>

	* src/po/de.po 1.13: German translation

2003-04-18  Don Allingham  <dallingham@users.sourceforge.net>

	* src/po/template.po 1.32:
	Make sure only cvs committed files are in template.po

	* src/plugins/TimeLine.py 1.6, src/plugins/WriteGedcom.py 1.19, src/po/template.po 1.31, NEWS 1.6, src/Plugins.py 1.12, src/QuestionDialog.py 1.12, src/Report.py 1.23, src/docgen/AbiWordDoc.py 1.4, src/docgen/HtmlDoc.py 1.8, src/docgen/KwordDoc.py 1.5, src/docgen/LaTeXDoc.py 1.4, src/docgen/OpenDrawDoc.py 1.11, src/docgen/OpenOfficeDoc.py 1.7, src/docgen/PSDrawDoc.py 1.11, src/docgen/PdfDoc.py 1.4, src/docgen/PdfDrawDoc.py 1.7, src/docgen/RTFDoc.py 1.4, src/docgen/SvgDrawDoc.py 1.7, src/plugins/AncestorChart.py 1.9:
	Reports handle file extensions and check for existing file.

2003-04-18  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/po/ru.mo 1.5, src/po/sv.mo 1.3, src/po/it.mo 1.2, src/po/pt_BR.mo 1.4, src/po/Makefile.in 1.8, src/po/cs.mo 1.2, src/po/da_DK.mo 1.3, src/po/de.mo 1.6, src/po/es.mo 1.3, src/po/fr.mo 1.4:
	Removing *.mo files

2003-04-17  Alex Roitman  <shura@alex.neuro.umn.edu>

	* omf-install/Makefile.am 1.3, omf-install/Makefile.in 1.6, omf-install/extending-gramps-C.omf 1.2, omf-install/gramps-manual-C.omf 1.2, Makefile.am 1.6, Makefile.in 1.10, configure 1.27, configure.in 1.28:
	Removing omf-install

	* src/const.py.in 1.24, src/const.py 1.37: Name correction

	* src/po/ru.po 1.12: Russian translation for 0.9.1

2003-04-16  Jens Arvidsson  <jensa@users.sourceforge.net>

	* src/po/sv.po 1.5: Translation updates

2003-04-16  Bernd Schandl  <schandl@gmx.net>

	* src/po/de.po 1.12: German translation

2003-04-16  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/po/template.po 1.30, src/plugins/Verify.py 1.12: Typo

	* src/po/ru.po 1.11, src/po/template.po 1.29, src/plugins/Verify.py 1.11:
	Enable gender-aware translations for Verify.py

2003-04-16  Don Allingham  <dallingham@users.sourceforge.net>

	* src/po/template.po 1.28, src/plugins/patchnames.glade 1.5, src/gramps.zodb 1.5:
	Translation clean up

	* src/gramps_main.py 1.71, src/plugins/Check.py 1.7, src/plugins/PatchNames.py 1.8, src/plugins/patchnames.glade 1.4:
	Allow the user to select the entries to be modified.

	* src/plugins/verify.glade 1.5: Get rid of "activatible widget" warning

2003-04-14  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/po/template.po 1.27, src/plugins/Verify.py 1.10:
	More Verify.py corrections

2003-04-14  Bernd Schandl  <schandl@gmx.net>

	* src/plugins/Verify.py 1.9, src/po/de.po 1.11:
	Typo and German translation

2003-04-14  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/po/ru.po 1.10: Update

	* src/plugins/Verify.py 1.8, src/po/template.po 1.26:
	Correcting Verify.py messages

	* src/plugins/Verify.py 1.7: Minor correction

	* src/plugins/Verify.py 1.6: Enable translations

2003-04-12  Jens Arvidsson  <jensa@users.sourceforge.net>

	* src/po/sv.po 1.4: Translation update for 0.9.0

2003-04-11  Bernd Schandl  <schandl@gmx.net>

	* src/po/de.po 1.10, src/plugins/RelCalc.py 1.6:
	German translation and typo fix

2003-04-11  Don Allingham  <dallingham@users.sourceforge.net>

	* src/edit_person.glade 1.17, src/po/template.po 1.25:
	Updated translations

	* src/ImageSelect.py 1.29, src/plugins/verify.glade 1.4:
	Button fixes for Verify

2003-04-10  Don Allingham  <dallingham@users.sourceforge.net>

	* src/po/template.po 1.24, src/preferences.glade 1.11, src/errdialogs.glade 1.7, src/gramps.glade 1.36, gramps.spec.in 1.9:
	Translation updates

2003-04-10  Bernd Schandl  <schandl@gmx.net>

	* src/po/de.po 1.9: German translation

2003-04-10  Don Allingham  <dallingham@users.sourceforge.net>

	* gramps.spec.in 1.8: install options

	* gramps.spec.in 1.7: Add figures director

	* configure 1.26, gramps.spec.in 1.6: install gramps.xml in RPM

	* src/po/template.po 1.23: Home Person changes

	* src/po/Makefile.am 1.3, src/gramps.glade 1.35: msgfmt does not use -c

	* configure.in 1.27, src/gramps_main.py 1.70, src/po/template.po 1.22:
	Fix configure file to not include extending-gramps

	* src/po/pl.po 1.3, src/po/pt_BR.po 1.5, src/po/ro.po 1.4, src/po/ru.po 1.9, src/po/sv.po 1.3, src/po/template.po 1.21, src/po/cs.po 1.2, src/po/da_DK.po 1.2, src/po/es.po 1.3, src/po/fr.po 1.4, src/po/it.po 1.2, src/po/nl.po 1.4, src/EditPerson.py 1.28, src/Relationship.py 1.3, src/gramps_main.py 1.69:
	Translation changes

2003-04-09  Bernd Schandl  <schandl@gmx.net>

	* src/po/de.po 1.8, src/plugins/IndivSummary.py 1.8, src/plugins/IndivComplete.py 1.9, src/ImageSelect.py 1.28, src/PlaceView.py 1.16, src/config.glade 1.6, src/gramps_main.py 1.68:
	German translation and several typo fixes

2003-04-09  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Find.py 1.7, src/GrampsCfg.py 1.19, src/ImageSelect.py 1.27, src/Report.py 1.22, src/TarFile.py 1.4, src/gramps_main.py 1.67:
	Pychecker cleanup

	* src/po/pl.po 1.2: New Polish translation

2003-04-06  Don Allingham  <dallingham@users.sourceforge.net>

	* configure 1.25, configure.in 1.26: configure.in checks for pygtk

	* src/gramps.py 1.9, src/gramps_main.py 1.66, src/intl.py 1.5:
	gtk.glade.bindtextdomain

2003-04-06  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/po/ru.po 1.8: Corrections

2003-04-05  Don Allingham  <dallingham@users.sourceforge.net>

	* aclocal.m4 1.4, configure 1.24, src/const.py 1.36, src/const.py.in 1.23, src/gramps.glade 1.34, src/gramps_main.py 1.65, src/po/Makefile.am 1.2, src/po/Makefile.in 1.7, src/po/ru.mo 1.4, src/po/template.po 1.20:
	translation fixes

2003-04-04  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/po/ru.po 1.7: Update

2003-04-04  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Utils.py 1.15, src/errdialogs.glade 1.6, src/gramps.glade 1.33, src/gramps.py 1.8, src/gramps_main.py 1.64, src/intl.py 1.4, src/po/template.po 1.19, Makefile.in 1.9, aclocal.m4 1.3, configure 1.23, example/gramps/data.gramps 1.18, src/AutoComp.py 1.11, src/EditPerson.py 1.27, src/Find.py 1.6, src/ListModel.py 1.25, src/Makefile.in 1.18, src/MediaView.py 1.17, src/PedView.py 1.8, src/PlaceView.py 1.15, src/QuestionDialog.py 1.11, src/RelLib.py 1.13, src/Relationship.py 1.2, src/SourceView.py 1.10:
	Find support

2003-04-04  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps-manual.xml 1.5: Added Help subsection

2003-04-02  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps-manual.xml 1.4: First proof by Rikke

	* src/po/ru.po 1.6: Corrections

	* src/po/ru.po 1.5: Updated for 0.9.1

2003-04-01  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/gramps_main.py 1.63: Typos

2003-04-01  Don Allingham  <dallingham@users.sourceforge.net>

	* src/gramps.glade 1.32, src/po/template.po 1.18:
	Replace GNOME menu items

2003-03-31  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/Makefile.in 1.7, doc/xmldocs.make 1.2, src/Makefile.in 1.17, src/po/de.mo 1.5, Makefile.am 1.5, Makefile.in 1.8, aclocal.m4 1.2, configure 1.22:
	Changing docs installation dir

2003-03-31  Don Allingham  <dallingham@users.sourceforge.net>

	* src/calendars/Makefile.in 1.4, src/data/Makefile.in 1.6, src/data/templates/Makefile.in 1.6, src/docgen/Makefile.in 1.7, src/filters/Makefile.in 1.7, src/plugins/Makefile.in 1.8, src/po/Makefile.in 1.6, example/gramps/11.png 1.2, example/gramps/12.png 1.2, example/gramps/13.png 1.2, example/gramps/14.png 1.2, example/gramps/15.png 1.2, example/gramps/6.png 1.2, example/gramps/7.png 1.2, example/gramps/8.png 1.2, example/gramps/9.png 1.2, example/gramps/Makefile.am 1.1, example/gramps/O0006.jpg 1.2, omf-install/Makefile.in 1.5, src/Makefile.in 1.16, src/const.py 1.35, Makefile.am 1.4, Makefile.in 1.7, configure 1.21, configure.in 1.25, doc/Makefile.in 1.6, doc/extending-gramps/C/Makefile.in 1.5, doc/extending-gramps/Makefile.in 1.5, doc/gramps-manual/C/Makefile.in 1.6, doc/gramps-manual/Makefile.in 1.6, example/Makefile.am 1.1, example/gedcom/sample.ged 1.2, example/gramps.zodb 1.2, example/gramps/10.png 1.2:
	Fixed example database

	* src/gramps_main.py 1.62: Fixed example file loading

	* src/ansel_utf8.py 1.6, src/calendars/Makefile.in 1.3, src/const.py 1.34, src/const.py.in 1.22, src/data/Makefile.in 1.5, src/data/templates/Makefile.in 1.5, src/docgen/Makefile.in 1.6, src/filters/Makefile.in 1.6, src/gramps.glade 1.31, src/gramps_main.py 1.61, src/plugins/Makefile.in 1.7, src/plugins/ReadGedcom.py 1.16, src/plugins/gedcomimport.glade 1.3, src/po/Makefile.in 1.5, src/Makefile.in 1.15:
	Example database menu item

2003-03-30  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/figures/gedcom-import.png 1.4: dialog update

2003-03-28  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps-manual.xml 1.3: Minor cleanups

	* gramps.spec.in 1.5: Modify doc path

2003-03-28  Don Allingham  <dallingham@users.sourceforge.net>

	* gramps.spec 1.16: install manual for RPM

	* src/ReadXML.py 1.9, src/gramps_main.py 1.60, src/po/nl.po 1.3, src/DbPrompter.py 1.9:
	filename clean up

2003-03-27  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps-manual.xml 1.2:
	Minor correction for Define filter dialog

	* doc/gramps-manual/Makefile.in 1.5, doc/gramps.sgml 1.2, doc/sgmldocs.make 1.2, doc/Makefile.in 1.5, doc/gramps-manual/C/gramps-manual/stylesheet-images/warning.gif 1.2, doc/gramps-manual/C/gramps-manual/index.html 1.2, doc/gramps-manual/C/gramps-manual/ln7.html 1.2, doc/gramps-manual/C/gramps-manual/stylesheet-images/caution.gif 1.2, doc/gramps-manual/C/gramps-manual/stylesheet-images/home.gif 1.2, doc/gramps-manual/C/gramps-manual/stylesheet-images/important.gif 1.2, doc/gramps-manual/C/gramps-manual/stylesheet-images/next.gif 1.2, doc/gramps-manual/C/gramps-manual/stylesheet-images/note.gif 1.2, doc/gramps-manual/C/gramps-manual/stylesheet-images/prev.gif 1.2, doc/gramps-manual/C/gramps-manual/stylesheet-images/tip.gif 1.2, doc/gramps-manual/C/gramps-manual/stylesheet-images/toc-blank.gif 1.2, doc/gramps-manual/C/gramps-manual/stylesheet-images/toc-minus.gif 1.2, doc/gramps-manual/C/gramps-manual/stylesheet-images/toc-plus.gif 1.2, doc/gramps-manual/C/gramps-manual/stylesheet-images/up.gif 1.2, doc/gramps-manual/C/gramps-manual/t1.html 1.2, doc/gramps-manual/C/gramps-manual/x129.html 1.2, doc/gramps-manual/C/gramps-manual/x28.html 1.2, doc/gramps-manual/C/gramps-manual/x41.html 1.2, doc/gramps-manual/C/gramps-manual/x84.html 1.2, doc/gramps-manual/C/gramps.xml 1.25, doc/gramps-manual/C/index.html 1.2, doc/gramps-manual/C/gramps.html 1.17, doc/gramps-manual/C/gramps-manual.sgml 1.2, doc/gramps-manual/C/Makefile.in 1.5:
	Removing obsolete docs

	* doc/gramps-manual/C/gramps-manual-C.omf 1.2, doc/gramps-manual/C/gramps-manual.xml 1.1, doc/gramps-manual/C/Makefile.am 1.2, doc/xmldocs.make 1.1, doc/omf.make 1.1, doc/Makefile.am 1.2:
	Corrections to properly install GNOME2 docs

	* COPYING-DOCS 1.1: GNOME2 compliance

	* Makefile.am 1.3, gramps.spec.in 1.4, configure.in 1.24:
	Corrections to properly install GNOME2 docs

2003-03-27  Don Allingham  <dallingham@users.sourceforge.net>

	* src/gramps_main.py 1.59, src/gramps.glade 1.30, src/GrampsCfg.py 1.18:
	Sidebar/tab handling

2003-03-26  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EditPerson.py 1.26, src/Plugins.py 1.11, src/edit_person.glade 1.16, src/intl.py 1.3:
	Detect intl library successful loading

	* src/MediaView.py 1.16, src/PlaceView.py 1.14, src/SourceView.py 1.9, src/gramps_main.py 1.58:
	Translate list headers

2003-03-25  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.xml 1.24: Minor typo

	* doc/gramps-manual/C/figures/cfe-df.png 1.3: adding figure with -kb

	* doc/gramps-manual/C/figures/cfe-df.png 1.2:
	removing figure added without -kb

2003-03-25  Don Allingham  <dallingham@users.sourceforge.net>

	* src/GenericFilter.py 1.16, src/plugins/FilterEditor.py 1.7, src/rule.glade 1.7:
	Filter editor fixes

2003-03-25  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/figures/cfe-df.png 1.1: Define filter dialog

2003-03-24  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.xml 1.23, doc/gramps-manual/C/gramps.html 1.16:
	Done with Custom Filter Editor

2003-03-24  Bernd Schandl  <schandl@gmx.net>

	* src/po/de.po 1.7: Some more German translations

2003-03-24  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.xml 1.22, doc/gramps-manual/C/gramps.html 1.15:
	Changes related to the corrected edit-si.png

	* doc/gramps-manual/C/figures/edit-si.png 1.4:
	Corrected figure: new button added

2003-03-24  Don Allingham  <dallingham@users.sourceforge.net>

	* configure 1.20, configure.in 1.23, doc/gramps.1 1.4, gramps.spec 1.15, src/const.py 1.33:
	0.9.1-pre1 setup

	* src/AutoComp.py 1.10, src/EditSource.py 1.11, src/Sources.py 1.11, src/const.py 1.32, src/const.py.in 1.21, src/gramps.glade 1.29, src/po/template.po 1.17, src/srcsel.glade 1.8:
	Source improvements

2003-03-23  Don Allingham  <dallingham@users.sourceforge.net>

	* src/po/template.po 1.16: New translation file for typo fix

	* src/preferences.glade 1.10: Fixed typo

2003-03-23  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.xml 1.21, doc/gramps-manual/C/gramps.html 1.14:
	Almost done with the first draft

2003-03-23  Don Allingham  <dallingham@users.sourceforge.net>

	* src/docgen/HtmlDoc.py 1.7, src/plugins/WebPage.py 1.12:
	Fixed templates for HTML reports

	* src/.cvsignore 1.2, src/FamilyView.py 1.31, src/MediaView.py 1.15, src/PlaceView.py 1.13, src/Report.py 1.21, src/SourceView.py 1.8, src/gramps.gladep 1.3, src/gramps_main.py 1.57, src/plugins/.cvsignore 1.2, src/po/template.po 1.15:
	Accessibility for dialogs

	* configure 1.19, src/Find.py 1.5, src/Makefile.in 1.14, src/Report.py 1.20, src/gramps.glade 1.28, src/gramps_main.py 1.56, src/po/de.mo 1.4:
	Fixed HTML options

2003-03-22  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/const.py 1.31, src/const.py.in 1.20: Fixing typo

	* doc/gramps-manual/C/gramps.html 1.13, doc/gramps-manual/C/gramps.xml 1.20:
	Done with Tools

2003-03-22  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Relationship.py 1.1, src/edit_person.glade 1.15, src/gramps_main.py 1.55, src/plugins/Check.py 1.6, src/plugins/Merge.py 1.7, src/plugins/relcalc.glade 1.5, src/plugins/soundex.glade 1.3, src/plugins/soundgen.py 1.6, src/preferences.glade 1.9, example/gramps/data.gramps 1.17, src/AttrEdit.py 1.10, src/AutoComp.py 1.9, src/Bookmarks.py 1.6, src/GrampsCfg.py 1.17, src/Makefile.am 1.12:
	Merge fixes, option to display relationship to the home person in the
	status bar.

2003-03-22  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.html 1.12, doc/gramps-manual/C/gramps.xml 1.19:
	Started Tools

	* doc/gramps-manual/C/figures/edit-bm.png 1.1, doc/gramps-manual/C/figures/edit-person-addresses.png 1.1, doc/gramps-manual/C/figures/edit-person-attributes.png 1.1, doc/gramps-manual/C/figures/edit-person-events.png 1.1, doc/gramps-manual/C/figures/edit-person-gallery.png 1.1, doc/gramps-manual/C/figures/edit-person-internet.png 1.1, doc/gramps-manual/C/figures/edit-person-lds.png 1.1, doc/gramps-manual/C/figures/edit-person-names.png 1.1, doc/gramps-manual/C/figures/edit-person-notes.png 1.1, doc/gramps-manual/C/figures/first-open.png 1.1:
	Adding more new figures

2003-03-21  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.html 1.11, doc/gramps-manual/C/gramps.xml 1.18:
	Finished Reports

	* doc/gramps-manual/C/figures/media.png 1.3, doc/gramps-manual/C/figures/noside-nofilt.png 1.3, doc/gramps-manual/C/figures/pedigree.png 1.3, doc/gramps-manual/C/figures/places.png 1.3, doc/gramps-manual/C/figures/side-filt.png 1.3, doc/gramps-manual/C/figures/sources.png 1.3, doc/gramps-manual/C/figures/edit-person.png 1.3, doc/gramps-manual/C/figures/edit-plc.png 1.3, doc/gramps-manual/C/figures/edit-rel.png 1.3, doc/gramps-manual/C/figures/edit-si.png 1.3, doc/gramps-manual/C/figures/edit-src.png 1.3, doc/gramps-manual/C/figures/edit-wi.png 1.3, doc/gramps-manual/C/figures/family.png 1.3, doc/gramps-manual/C/figures/gedcom-export-progress.png 1.3, doc/gramps-manual/C/figures/gedcom-export.png 1.3, doc/gramps-manual/C/figures/gedcom-import.png 1.3, doc/gramps-manual/C/figures/mainwin.png 1.5, doc/gramps-manual/C/figures/edit-ad.png 1.3, doc/gramps-manual/C/figures/edit-an.png 1.3, doc/gramps-manual/C/figures/edit-at.png 1.3, doc/gramps-manual/C/figures/edit-ev.png 1.3, doc/gramps-manual/C/figures/edit-media.png 1.3:
	Adding new figures with -kb flag

	* doc/gramps-manual/C/figures/edit-ad.png 1.2, doc/gramps-manual/C/figures/edit-an.png 1.2, doc/gramps-manual/C/figures/edit-at.png 1.2, doc/gramps-manual/C/figures/edit-ev.png 1.2, doc/gramps-manual/C/figures/edit-media.png 1.2, doc/gramps-manual/C/figures/edit-person.png 1.2, doc/gramps-manual/C/figures/edit-plc.png 1.2, doc/gramps-manual/C/figures/edit-rel.png 1.2, doc/gramps-manual/C/figures/edit-si.png 1.2, doc/gramps-manual/C/figures/edit-src.png 1.2, doc/gramps-manual/C/figures/edit-wi.png 1.2, doc/gramps-manual/C/figures/family.png 1.2, doc/gramps-manual/C/figures/gedcom-export-progress.png 1.2, doc/gramps-manual/C/figures/gedcom-export.png 1.2, doc/gramps-manual/C/figures/gedcom-import.png 1.2, doc/gramps-manual/C/figures/mainwin.png 1.4, doc/gramps-manual/C/figures/media.png 1.2, doc/gramps-manual/C/figures/noside-nofilt.png 1.2, doc/gramps-manual/C/figures/pedigree.png 1.2, doc/gramps-manual/C/figures/places.png 1.2, doc/gramps-manual/C/figures/side-filt.png 1.2, doc/gramps-manual/C/figures/sources.png 1.2:
	Removing figs -- need to add with -kb

2003-03-21  Don Allingham  <dallingham@users.sourceforge.net>

	* src/GedcomInfo.py 1.6, src/GenericFilter.py 1.15, src/MediaView.py 1.14, src/gramps_main.py 1.54, src/po/template.po 1.14:
	Message for place displays

	* src/DbPrompter.py 1.8, src/EditPerson.py 1.25, src/ReadXML.py 1.8, src/edit_person.glade 1.14, src/gramps_main.py 1.53, src/plugins/WriteGedcom.py 1.18, src/plugins/gedcomexport.glade 1.4:
	Fixed sorting

2003-03-21  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/figures/edit-ad.png 1.1, doc/gramps-manual/C/figures/edit-an.png 1.1, doc/gramps-manual/C/figures/edit-at.png 1.1, doc/gramps-manual/C/figures/edit-ev.png 1.1, doc/gramps-manual/C/figures/edit-media.png 1.1, doc/gramps-manual/C/figures/edit-person.png 1.1, doc/gramps-manual/C/figures/edit-plc.png 1.1, doc/gramps-manual/C/figures/edit-rel.png 1.1, doc/gramps-manual/C/figures/edit-si.png 1.1, doc/gramps-manual/C/figures/edit-src.png 1.1, doc/gramps-manual/C/figures/edit-wi.png 1.1, doc/gramps-manual/C/figures/family.png 1.1, doc/gramps-manual/C/figures/gedcom-export-progress.png 1.1, doc/gramps-manual/C/figures/gedcom-export.png 1.1, doc/gramps-manual/C/figures/gedcom-import.png 1.1, doc/gramps-manual/C/figures/mainwin.png 1.3, doc/gramps-manual/C/figures/media.png 1.1, doc/gramps-manual/C/figures/noside-nofilt.png 1.1, doc/gramps-manual/C/figures/pedigree.png 1.1, doc/gramps-manual/C/figures/places.png 1.1, doc/gramps-manual/C/figures/side-filt.png 1.1, doc/gramps-manual/C/figures/sources.png 1.1:
	Adding new figures

	* doc/gramps-manual/C/figures/prefs-media.png 1.2, doc/gramps-manual/C/figures/prefs-report.png 1.2, doc/gramps-manual/C/figures/prefs-research.png 1.2, doc/gramps-manual/C/figures/prefs-revision.png 1.2, doc/gramps-manual/C/figures/reportsel.png 1.2, doc/gramps-manual/C/figures/revcontrol.png 1.2, doc/gramps-manual/C/figures/savecomment.png 1.2, doc/gramps-manual/C/figures/sourcelist.png 1.2, doc/gramps-manual/C/figures/sourcerefsel.png 1.2, doc/gramps-manual/C/figures/toolsel.png 1.2, doc/gramps-manual/C/figures/gotobookmark.png 1.2, doc/gramps-manual/C/figures/localmedia.png 1.2, doc/gramps-manual/C/figures/mainwin.png 1.2, doc/gramps-manual/C/figures/mediaview.png 1.2, doc/gramps-manual/C/figures/opendb.png 1.2, doc/gramps-manual/C/figures/pedegreesel.png 1.2, doc/gramps-manual/C/figures/pedegreeview.png 1.2, doc/gramps-manual/C/figures/peoplelist.png 1.2, doc/gramps-manual/C/figures/placelist.png 1.2, doc/gramps-manual/C/figures/prefs-bars.png 1.2, doc/gramps-manual/C/figures/prefs-colors.png 1.2, doc/gramps-manual/C/figures/prefs-dates.png 1.2, doc/gramps-manual/C/figures/prefs-disp.png 1.2, doc/gramps-manual/C/figures/prefs-find.png 1.2, doc/gramps-manual/C/figures/prefs-gen.png 1.2, doc/gramps-manual/C/figures/prefs-guess.png 1.2, doc/gramps-manual/C/figures/prefs-ids.png 1.2, doc/gramps-manual/C/figures/prefs-main.png 1.2, doc/gramps-manual/C/figures/addmedia.png 1.2, doc/gramps-manual/C/figures/druidpg1.png 1.2, doc/gramps-manual/C/figures/editbookmarks.png 1.2, doc/gramps-manual/C/figures/ep-address.png 1.2, doc/gramps-manual/C/figures/ep-altname.png 1.2, doc/gramps-manual/C/figures/ep-attributes.png 1.2, doc/gramps-manual/C/figures/ep-event.png 1.2, doc/gramps-manual/C/figures/ep-gallery.png 1.2, doc/gramps-manual/C/figures/ep-general.png 1.2, doc/gramps-manual/C/figures/ep-internet.png 1.2, doc/gramps-manual/C/figures/ep-lds.png 1.2, doc/gramps-manual/C/figures/ep-notes.png 1.2, doc/gramps-manual/C/figures/familyview.png 1.2, doc/gramps-manual/C/figures/filter.png 1.2, doc/gramps-manual/C/figures/globalmedia.png 1.2:
	Removing old figures

2003-03-21  Jeffrey C. Ollie  <jcollie@users.sourceforge.net>

	* src/mergedata.glade 1.7:
	Change the grouping of the radio buttons so that they are grouped
	horizontally, rather than vertically.  Also, get rid of the frames to
	get closer to Gnome HIG compliance, but I'm sure that there will be
	more changes needed for full compliance.

2003-03-21  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.xml 1.17, doc/gramps-manual/C/gramps.html 1.10:
	Half-way into reports

2003-03-20  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.html 1.9, doc/gramps-manual/C/gramps.xml 1.16:
	Finished navigation

2003-03-20  Don Allingham  <dallingham@users.sourceforge.net>

	* configure.in 1.22, src/po/nl.po 1.2: nl translation update

2003-03-20  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.html 1.8, doc/gramps-manual/C/gramps.xml 1.15:
	Finally done with editing

	* src/const.py 1.30, src/const.py.in 1.19: Minor typo

2003-03-20  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Date.py 1.11, src/PlaceView.py 1.12, src/Witness.py 1.3, src/gramps_main.py 1.52:
	Faster load times for places

	* src/StartupDialog.py 1.5, src/Witness.py 1.2, src/config.glade 1.5, src/const.py 1.29, src/const.py.in 1.18:
	Witness editor fixes, documentation and translation list fixes

2003-03-19  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.html 1.7, doc/gramps-manual/C/gramps.xml 1.14:
	Done with editing except for the Witness Editor

	* doc/gramps-manual/C/gramps.html 1.6, doc/gramps-manual/C/gramps.xml 1.13:
	More editing done

	* doc/gramps-manual/C/gramps.html 1.5, doc/gramps-manual/C/gramps.xml 1.12:
	Almost done with the editing

	* doc/gramps-manual/C/gramps.html 1.4, doc/gramps-manual/C/gramps.xml 1.11:
	Working down the editing

2003-03-19  Don Allingham  <dallingham@users.sourceforge.net>

	* src/GrampsCfg.py 1.16, src/QuestionDialog.py 1.10, src/errdialogs.glade 1.5, src/gramps.glade 1.27, src/gramps_main.py 1.51, src/plugins/ChangeTypes.py 1.6, src/plugins/Check.py 1.5, src/plugins/PatchNames.py 1.7, src/plugins/RelCalc.py 1.5, src/plugins/Summary.py 1.5, src/plugins/Verify.py 1.5, src/plugins/WritePkg.py 1.4, src/plugins/merge.glade 1.5, src/plugins/pkgexport.glade 1.2, src/plugins/relcalc.glade 1.4, src/plugins/summary.glade 1.3, src/plugins/verify.glade 1.3:
	HIG improvements

2003-03-19  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.html 1.3, doc/gramps-manual/C/gramps.xml 1.10:
	Better structure for editing

2003-03-18  Don Allingham  <dallingham@users.sourceforge.net>

	* src/plugins/Makefile.am 1.4, src/plugins/Makefile.in 1.6, src/const.py 1.28:
	removed readgecom.glade

2003-03-17  Don Allingham  <dallingham@users.sourceforge.net>

	* src/gramps_main.py 1.50, src/plugins/ChangeTypes.py 1.5, src/plugins/ReadGedcom.py 1.15, src/plugins/WriteGedcom.py 1.17, src/plugins/changetype.glade 1.2, src/plugins/gedcomexport.glade 1.3, src/plugins/gedcomimport.glade 1.2, src/plugins/patchnames.glade 1.3, src/plugins/readgedcom.glade 1.2, src/plugins/soundex.glade 1.2, src/plugins/soundgen.py 1.5:
	HIG changes

2003-03-17  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.html 1.2, doc/gramps-manual/C/gramps.xml 1.9:
	Typos

2003-03-17  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Marriage.py 1.17, src/gramps_main.py 1.49, configure 1.18, configure.in 1.21, src/GrampsCfg.py 1.15:
	Updates to people list occur only on active display

2003-03-15  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.xml 1.8, doc/gramps-manual/C/gramps.html 1.1:
	Done with Edit Person

2003-03-15  Don Allingham  <dallingham@users.sourceforge.net>

	* src/po/nl.po 1.1: Dutch translation

	* src/const.py 1.27, src/const.py.in 1.17, src/gramps.glade 1.26, src/gramps_main.py 1.48, src/RelLib.py 1.12, src/Makefile.in 1.13:
	Faster initial display

2003-03-14  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.xml 1.7: Started on Editing

2003-03-14  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EditPerson.py 1.24, src/NoteEdit.py 1.6, src/RelLib.py 1.11, src/gramps_main.py 1.47, src/po/template.po 1.13:
	Hide main window until it is completely initialized.

2003-03-13  Bernd Schandl  <schandl@gmx.net>

	* src/RelImage.py 1.9, src/po/de.po 1.6, src/PlaceView.py 1.11, src/FamilyView.py 1.30:
	Typos and German translation

2003-03-12  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.xml 1.6: More cleanups

2003-03-12  Don Allingham  <dallingham@users.sourceforge.net>

	* src/plugins/PatchNames.py 1.6, src/plugins/patchnames.glade 1.2, src/system_filters.xml 1.2, src/gramps_main.py 1.46:
	Patch names improvements

2003-03-12  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.xml 1.5: Minor cleanups

	* doc/gramps-manual/C/legal.xml 1.1: Initial upload

	* doc/gramps-manual/C/gramps.xml 1.4:
	It now parses into a bearable HTML!

	* doc/gramps-manual/C/gramps.xml 1.3, doc/gramps-manual/C/gramps-manual-C.txt 1.5:
	Removing plain text version in favor of XML

2003-03-12  Don Allingham  <dallingham@users.sourceforge.net>

	* src/plugins/TimeLine.py 1.5, src/plugins/desbrowse.glade 1.2, src/plugins/eventcmp.glade 1.3, src/plugins/merge.glade 1.4, src/plugins/Desbrowser.py 1.7, src/plugins/EventCmp.py 1.8, src/plugins/FilterEditor.py 1.6, src/plugins/IndivComplete.py 1.8, src/plugins/IndivSummary.py 1.7, src/plugins/Merge.py 1.6, src/plugins/ReadGedcom.py 1.14, src/gramps_main.py 1.45, src/rule.glade 1.6, src/GenericFilter.py 1.14:
	Faster loading of pages, Improvements to filters

2003-03-12  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.xml 1.2: A little advance

2003-03-11  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps.xml 1.1: New manual in XML format

	* doc/gramps-manual/C/gramps-manual-C.txt 1.4:
	Further cleanup and some Usage

	* doc/gramps-manual/C/gramps-manual-C.txt 1.3:
	Cleanup of into, getting_started, and main window

2003-03-10  Alex Roitman  <shura@alex.neuro.umn.edu>

	* doc/gramps-manual/C/gramps-manual-C.txt 1.2: First correction

	* doc/gramps-manual/C/gramps-manual-C.txt 1.1:
	A little more than the outline

2003-03-08  Don Allingham  <dallingham@users.sourceforge.net>

	* src/FamilyView.py 1.29, src/Makefile.am 1.11, src/Makefile.in 1.12, src/Marriage.py 1.16, src/calendars/Makefile.in 1.2, src/docgen/Makefile.in 1.5, src/filters/Makefile.in 1.5, src/gramps.py 1.7, src/gramps_main.py 1.44, src/plugins/AncestorChart.py 1.8, src/plugins/AncestorReport.py 1.6, src/plugins/DesGraph.py 1.8, src/plugins/DescendReport.py 1.7, src/plugins/FamilyGroup.py 1.5, src/plugins/IndivComplete.py 1.7, src/plugins/IndivSummary.py 1.6, src/plugins/Makefile.in 1.5, src/plugins/TimeLine.py 1.4, src/plugins/WebPage.py 1.11, src/po/template.po 1.12:
	Bug fixes from pychecker

	* src/TextDoc.py 1.6, src/plugins/WebPage.py 1.10, src/po/template.po 1.11, src/styles.glade 1.9, src/FamilyView.py 1.28, src/RelLib.py 1.10, src/Report.py 1.19, src/StyleEditor.py 1.13:
	Paragraph editor enhancements - styles have descriptions

	* src/Witness.py 1.1: Witness support

2003-03-07  Don Allingham  <dallingham@users.sourceforge.net>

	* src/GrampsZODB.py 1.3: Qualify Person with RelLIb

	* src/plugins/Makefile.am 1.3: Removed FullFamily

	* src/plugins/FilterEditor.py 1.5, src/plugins/Makefile.am 1.2, src/po/template.po 1.10, src/calendars/Makefile.am 1.2, src/docgen/Makefile.am 1.2, src/filters/Makefile.am 1.2, src/mergedata.glade 1.6, src/places.glade 1.7, src/plugins.glade 1.10, src/preferences.glade 1.8, src/revision.glade 1.9, src/rule.glade 1.5, src/srcsel.glade 1.7, src/styles.glade 1.8, src/const.py 1.26, src/dialog.glade 1.9, src/edit_person.glade 1.13, src/errdialogs.glade 1.4, src/gramps.glade 1.25, src/gramps_main.py 1.43, src/marriage.glade 1.9, src/DbPrompter.py 1.7, src/GenericFilter.py 1.13, src/Makefile.am 1.10, src/Makefile.in 1.11, src/MergeData.py 1.6, src/Plugins.py 1.10, src/StyleEditor.py 1.12, src/VersionControl.py 1.6, src/config.glade 1.4:
	Title handling

2003-03-06  Don Allingham  <dallingham@users.sourceforge.net>

	* src/edit_person.glade 1.12, src/gramps.glade 1.24, src/gramps_main.py 1.42, src/imagesel.glade 1.8, src/marriage.glade 1.8, src/places.glade 1.6, src/plugins.glade 1.9, src/po/template.po 1.9, src/revision.glade 1.8, src/srcsel.glade 1.6, src/AddSpouse.py 1.12, src/AddrEdit.py 1.8, src/AttrEdit.py 1.9, src/ChooseParents.py 1.11, src/DbPrompter.py 1.6, src/DisplayTrace.py 1.10, src/EditPerson.py 1.23, src/EditPlace.py 1.11, src/EditSource.py 1.10, src/EventEdit.py 1.11, src/ImageSelect.py 1.26, src/LocEdit.py 1.8, src/Marriage.py 1.15, src/NameEdit.py 1.8, src/Plugins.py 1.9, src/QuickAdd.py 1.6, src/Report.py 1.18, src/SelectChild.py 1.11, src/Sources.py 1.10, src/UrlEdit.py 1.6, src/Utils.py 1.14, src/dialog.glade 1.8:
	Window title strings

	* src/AddSpouse.py 1.11, src/Marriage.py 1.14, src/dialog.glade 1.7, src/edit_person.glade 1.11:
	title fixes in dialog boxes

2003-03-05  Don Allingham  <dallingham@users.sourceforge.net>

	* src/po/template.po 1.8, src/gramps.glade 1.23, src/marriage.glade 1.7, src/places.glade 1.5, src/plugins.glade 1.8, src/po/ro.po 1.3, src/preferences.glade 1.7, src/revision.glade 1.7, src/srcsel.glade 1.5, src/styles.glade 1.7, src/QuickAdd.py 1.5, src/SelectChild.py 1.10, src/Sources.py 1.9, src/StyleEditor.py 1.11, src/UrlEdit.py 1.5, src/Utils.py 1.13, src/VersionControl.py 1.5, src/dialog.glade 1.6, src/edit_person.glade 1.10, src/AddSpouse.py 1.10, src/AddrEdit.py 1.7, src/AttrEdit.py 1.8, src/ChooseParents.py 1.10, src/DbPrompter.py 1.5, src/EditPlace.py 1.10, src/EditSource.py 1.9, src/EventEdit.py 1.10, src/LocEdit.py 1.7, src/Marriage.py 1.13, src/NameEdit.py 1.7, src/Plugins.py 1.8:
	Translation strings

2003-03-04  Don Allingham  <dallingham@users.sourceforge.net>

	* src/StyleEditor.py 1.10, src/TextDoc.py 1.5, src/config.glade 1.3, src/revision.glade 1.6, src/styles.glade 1.6:
	Style editor improvements

2003-03-03  Don Allingham  <dallingham@users.sourceforge.net>

	* src/dialog.glade 1.5, src/edit_person.glade 1.9, src/gramps.glade 1.22, src/gramps_main.py 1.41, src/imagesel.glade 1.7, src/marriage.glade 1.6, src/mergedata.glade 1.5, src/places.glade 1.4, src/plugins.glade 1.7, src/po/ro.po 1.2, src/revision.glade 1.5, src/srcsel.glade 1.4, src/styles.glade 1.5, src/AddSpouse.py 1.9, src/AddrEdit.py 1.6, src/AttrEdit.py 1.7, src/ChooseParents.py 1.9, src/EditPerson.py 1.22, src/EditPlace.py 1.9, src/EventEdit.py 1.9, src/FamilyView.py 1.27, src/ImageSelect.py 1.25, src/Marriage.py 1.12, src/NameEdit.py 1.6, src/Report.py 1.17, src/SelectChild.py 1.9, src/Sources.py 1.8:
	Interface compliance changes

2003-02-28  Don Allingham  <dallingham@users.sourceforge.net>

	* configure 1.17, configure.in 1.20, gramps.spec 1.14, src/EditPerson.py 1.21, src/const.py 1.25, src/edit_person.glade 1.8, src/errdialogs.glade 1.3, src/gramps.glade 1.21, src/preferences.glade 1.6, NEWS 1.5:
	Edit Person changes

2003-02-27  Don Allingham  <dallingham@users.sourceforge.net>

	* src/ReadXML.py 1.7, src/Marriage.py 1.11: Dialog improvements

	* src/QuestionDialog.py 1.9, src/RelImage.py 1.8, src/errdialogs.glade 1.2, src/gramps.py 1.6, src/gramps_main.py 1.40, src/EditPerson.py 1.20, src/FamilyView.py 1.26:
	HIG improvements

2003-02-26  Don Allingham  <dallingham@users.sourceforge.net>

	* src/gramps_main.py 1.39, src/FamilyView.py 1.25, src/Report.py 1.16, src/const.py 1.24, src/gramps.glade 1.20:
	HIG compliance (or at least the start of)

2003-02-25  Laurent Protois  <protois@users.sourceforge.net>

	* src/po/fr.mo 1.3, src/po/fr.po 1.3: Update for 0.9.0-1

2003-02-24  Laurent Protois  <protois@users.sourceforge.net>

	* src/po/fr.mo 1.2, src/po/fr.po 1.2: french up to date translation

2003-02-24  Don Allingham  <dallingham@users.sourceforge.net>

	* src/po/de.mo 1.3, src/po/pt_BR.mo 1.3, src/po/ro.po 1.1, src/po/ru.mo 1.3:
	Romanian translation

	* src/docgen/HtmlDoc.py 1.6, src/errdialogs.glade 1.1, src/gramps.desktop 1.2, src/gramps.glade 1.19, src/gramps_main.py 1.38, src/imagesel.glade 1.6, src/marriage.glade 1.5, src/mergedata.glade 1.4, src/places.glade 1.3, src/plugins.glade 1.6, src/plugins/Desbrowser.py 1.6, src/plugins/IndivComplete.py 1.6, src/plugins/TimeLine.py 1.3, src/po/da_DK.mo 1.2, src/po/de.mo 1.2, src/po/es.mo 1.2, src/po/pt_BR.mo 1.2, src/po/ru.mo 1.2, src/po/sv.mo 1.2, src/preferences.glade 1.5, src/revision.glade 1.4, src/rule.glade 1.4, src/sort.py 1.7, src/srcsel.glade 1.3, src/styles.glade 1.4, NEWS 1.4, example/gramps/data.gramps 1.16, src/AddMedia.py 1.8, src/Bookmarks.py 1.5, src/EditPerson.py 1.19, src/EditSource.py 1.8, src/EventEdit.py 1.8, src/FamilyView.py 1.24, src/GrampsParser.py 1.6, src/GrampsZODB.py 1.2, src/ImageSelect.py 1.24, src/ListModel.py 1.24, src/Marriage.py 1.10, src/MediaView.py 1.13, src/PaperMenu.py 1.5, src/PlaceView.py 1.10, src/QuestionDialog.py 1.8, src/ReadXML.py 1.6, src/RelImage.py 1.7, src/RelLib.py 1.9, src/Report.py 1.15, src/SourceView.py 1.7, src/Sources.py 1.7, src/StyleEditor.py 1.9, src/TarFile.py 1.3, src/Utils.py 1.12, src/WriteXML.py 1.8, src/const.py 1.23, src/const.py.in 1.16, src/dialog.glade 1.4, src/edit_person.glade 1.7:
	Updated dialogs

2003-02-18  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/po/ru.po 1.4: Russian translatio for 0.9.0, update

2003-02-15  Don Allingham  <dallingham@users.sourceforge.net>

	* NEWS 1.3: Updated the NEWS file

	* src/plugins/EventCmp.py 1.7, src/plugins/Merge.py 1.5, src/plugins/Verify.py 1.4, src/plugins/merge.glade 1.3, src/plugins/soundgen.py 1.4, src/plugins/verify.glade 1.2, configure.in 1.19, src/const.py 1.22, src/const.py.in 1.15, src/plugins/ChangeTypes.py 1.4, src/plugins/DetAncestralReport.py 1.5, src/plugins/DetDescendantReport.py 1.6:
	Plugin clean up

2003-02-15  Bernd Schandl  <schandl@gmx.net>

	* src/po/de.po 1.5: Update of German translation

2003-02-14  Marcos Bedinelli  <bedinelli@users.sourceforge.net>

	* src/po/pt_BR.po 1.4: Brazilian-Portuguese translation for GRAMPS 2

2003-02-14  Don Allingham  <dallingham@users.sourceforge.net>

	* src/data/fdl.txt 1.1:
	Added GNU Free Documentation License for those who want to use it for
	their GEDCOM files

	* src/const.py 1.21, src/const.py.in 1.14, src/gramps_main.py 1.37:
	Translator names in credits

	* src/PedView.py 1.7, src/gramps_main.py 1.36, src/FamilyView.py 1.23:
	Clear displays after a new database is created.

	* src/gramps.glade 1.18, src/po/template.po 1.7: Fixed typo

2003-02-13  Bernd Schandl  <schandl@gmx.net>

	* src/po/de.po 1.4: Update of German translation

2003-02-13  Marcos Bedinelli  <bedinelli@users.sourceforge.net>

	* src/po/pt_BR.po 1.3:
	Brazilian-Portuguese translation for GRAMPS 2 (updated Glade strings)

2003-02-13  Don Allingham  <dallingham@users.sourceforge.net>

	* src/gramps.py 1.5, src/gramps_main.py 1.35, src/plugins/TimeLine.py 1.2, src/po/template.po 1.6, src/get_strings 1.3, src/gramps.glade 1.17:
	updated strings, called gnome.init

2003-02-12  Bernd Schandl  <schandl@gmx.net>

	* src/po/de.po 1.3, src/gramps.glade 1.16:
	German translation and fixing typo

2003-02-12  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/po/ru.po 1.3: Updated translation for 0.9.0 - more work is needed

2003-02-12  Don Allingham  <dallingham@users.sourceforge.net>

	* src/const.py.in 1.13, src/get_strings 1.2, src/plugins/WriteGedcom.py 1.16, src/plugins/gedcomexport.glade 1.2, src/po/template.po 1.5, src/const.py 1.20:
	Fixed broken parsing of glade files

2003-02-10  Don Allingham  <dallingham@users.sourceforge.net>

	* src/FamilyView.py 1.22: Fixed syntax error

	* src/PedView.py 1.6: Handle gtk.TextView API change

	* src/FamilyView.py 1.21, src/Report.py 1.14, src/plugins/ReadGedcom.py 1.13:
	Catch the change in API for gtk.TextBuffer

2003-02-09  Don Allingham  <dallingham@users.sourceforge.net>

	* src/FamilyView.py 1.20: Fixed child removal problem

2003-02-08  Don Allingham  <dallingham@users.sourceforge.net>

	* src/ImgManip.py 1.5: Fixed string problem

	* src/plugins/TimeLine.py 1.1: Timeline report

	* src/DrawDoc.py 1.5, src/docgen/OpenDrawDoc.py 1.10, src/docgen/PSDrawDoc.py 1.10, src/docgen/PdfDrawDoc.py 1.6, src/docgen/SvgDrawDoc.py 1.6, src/po/es.po 1.2:
	Drawing improvements

	* src/ImageSelect.py 1.23, src/MediaView.py 1.12, src/Utils.py 1.11:
	Image handling improvements

	* src/plugins/IndivSummary.py 1.5, src/docgen/OpenDrawDoc.py 1.9, src/docgen/PSDrawDoc.py 1.9, src/docgen/PdfDrawDoc.py 1.5, src/plugins.glade 1.5, src/plugins/AncestorChart.py 1.7, src/plugins/AncestorReport.py 1.5, src/plugins/DesGraph.py 1.7, src/plugins/DescendReport.py 1.6, src/plugins/DetAncestralReport.py 1.4, src/plugins/DetDescendantReport.py 1.5, src/plugins/GraphViz.py 1.8, src/AddMedia.py 1.7, src/Plugins.py 1.7:
	Report updates

2003-02-06  Marcos Bedinelli  <bedinelli@users.sourceforge.net>

	* src/po/pt_BR.po 1.2:
	Brazilian-Portuguese translation for version 0.9.0

2003-02-05  Don Allingham  <dallingham@users.sourceforge.net>

	* src/plugins/ReadNative.py 1.5, example/gramps/data.gramps 1.15, src/GrampsCfg.py 1.14, src/ImageSelect.py 1.22, src/MediaView.py 1.11, src/ansel_utf8.py 1.5, src/const.py 1.19, src/const.py.in 1.12, src/docgen/PSDrawDoc.py 1.8, src/edit_person.glade 1.6, src/plugins/DescendReport.py 1.5:
	Image fixes

2003-02-04  Jens Arvidsson  <jensa@users.sourceforge.net>

	* src/po/sv.po 1.2: Swedish translation for version 0.9

2003-02-03  Don Allingham  <dallingham@users.sourceforge.net>

	* src/po/template.po 1.4, src/docgen/SvgDrawDoc.py 1.5, src/const.py.in 1.11, src/docgen/OpenDrawDoc.py 1.8, src/docgen/PSDrawDoc.py 1.7, src/docgen/PdfDrawDoc.py 1.4, src/Report.py 1.13, src/Utils.py 1.10, src/const.py 1.18, src/ImageSelect.py 1.21, src/PlaceView.py 1.9, src/RelImage.py 1.6, src/DrawDoc.py 1.4, src/FamilyView.py 1.19, src/GenericFilter.py 1.12:
	Image handling fixes

	* src/plugins/Check.py 1.4: Fixed check display dialog box

2003-02-02  Bernd Schandl  <schandl@gmx.net>

	* src/po/de.po 1.2: Update of German translation for version 0.9

2003-02-02  Alex Roitman  <shura@alex.neuro.umn.edu>

	* src/po/ru.po 1.2: Russian translation for 0.9.0

2003-01-31  Don Allingham  <dallingham@users.sourceforge.net>

	* src/edit.png 1.1: new icon

	* src/Makefile.am 1.9, src/Makefile.in 1.10: Makefile update

	* src/po/template.po 1.3: Translation updates

	* src/plugins/DesGraph.py 1.6, configure 1.16, configure.in 1.18, gramps.spec 1.13, src/DrawDoc.py 1.3, src/const.py 1.17, src/docgen/OpenDrawDoc.py 1.7, src/docgen/PSDrawDoc.py 1.6, src/plugins/AncestorChart.py 1.6:
	Drawdoc cleanup

2003-01-29  Don Allingham  <dallingham@users.sourceforge.net>

	* src/GenericFilter.py 1.11, src/StyleEditor.py 1.8: Pychecker fixes

	* src/Errors.py 1.3, src/GenericFilter.py 1.10, src/Report.py 1.12, src/StyleEditor.py 1.7, src/TextDoc.py 1.4, src/docgen/KwordDoc.py 1.4, src/docgen/OpenOfficeDoc.py 1.6, src/plugins/AncestorChart.py 1.5, src/plugins/AncestorReport.py 1.4, src/plugins/DesGraph.py 1.5, src/plugins/DescendReport.py 1.4, src/plugins/DetAncestralReport.py 1.3, src/plugins/DetDescendantReport.py 1.4, src/plugins/FamilyGroup.py 1.4, src/plugins/IndivComplete.py 1.5, src/plugins/IndivSummary.py 1.4:
	Report error exceptions

	* src/docgen/HtmlDoc.py 1.5, src/docgen/PSDrawDoc.py 1.5, src/plugins/WebPage.py 1.9:
	keyword substituion in HTML documents

2003-01-27  Don Allingham  <dallingham@users.sourceforge.net>

	* src/plugins/GraphViz.py 1.7:
	UTF-8 to Latin-1 translation from Alexandre Duret-Lutz

2003-01-26  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Sources.py 1.6, src/ansel_utf8.py 1.4, src/plugins/WriteGedcom.py 1.15:
	Ansel coding fixes

2003-01-24  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EditPerson.py 1.18, src/Errors.py 1.2, src/GrampsCfg.py 1.13, src/RelLib.py 1.8, src/plugins/ReadGedcom.py 1.12, src/preferences.glade 1.4:
	Capitalize last names

2003-01-22  Don Allingham  <dallingham@users.sourceforge.net>

	* src/docgen/OpenOfficeDoc.py 1.5: tempfile fixes

	* src/docgen/OpenDrawDoc.py 1.6: Fix temporary file handling

	* src/FamilyView.py 1.18: Delete empty, unknown spouse

2003-01-20  Don Allingham  <dallingham@users.sourceforge.net>

	* configure.in 1.17: Updated to rc4

	* src/Date.py 1.10: Fixed ISO Date format

	* configure 1.15, configure.in 1.16, gramps.spec 1.12, src/const.py 1.16:
	Update to rc3

	* src/imagesel.glade 1.5, src/marriage.glade 1.4, src/mergedata.glade 1.3, src/places.glade 1.2, src/plugins.glade 1.4, src/po/template.po 1.2, src/preferences.glade 1.3, src/revision.glade 1.3, src/rule.glade 1.3, src/srcsel.glade 1.2, src/styles.glade 1.3, src/trace.glade 1.2, src/ChooseParents.py 1.8, src/config.glade 1.2, src/const.py.in 1.10, src/dialog.glade 1.3, src/edit_person.glade 1.5, src/gramps.glade 1.15:
	ChooseParents improvements

2003-01-19  Don Allingham  <dallingham@users.sourceforge.net>

	* src/ChooseParents.py 1.7, src/Report.py 1.11:
	Converted ChooseParents to use ListModel

	* src/plugins/WebPage.py 1.8:
	Changed write_text to write_raw when generating a table <from graybeard@optusnet.com.au>

	* src/Report.py 1.10, src/plugins/WebPage.py 1.7, src/sort.py 1.6:
	Fixed several webpage and report generation problems

	* src/Calendar.py 1.9, src/Date.py 1.9, src/Errors.py 1.1, src/FamilyView.py 1.17, src/GrampsCfg.py 1.12, src/PedView.py 1.5, src/ReadXML.py 1.5, src/RelLib.py 1.7, src/ansel_utf8.py 1.3, src/gramps.zodb 1.4, src/gramps_main.py 1.34, src/plugins/ReadGedcom.py 1.11, src/plugins/ReadNative.py 1.4, src/plugins/WriteGedcom.py 1.14, src/sort.py 1.5:
	ansel/utf8 encodings

2003-01-15  Don Allingham  <dallingham@users.sourceforge.net>

	* src/DrawDoc.py 1.2, src/Plugins.py 1.6, src/Report.py 1.9, src/SpreadSheetDoc.py 1.2, src/docgen/AbiWordDoc.py 1.3, src/docgen/HtmlDoc.py 1.4, src/docgen/KwordDoc.py 1.3, src/docgen/LaTeXDoc.py 1.3, src/docgen/OpenDrawDoc.py 1.5, src/docgen/OpenOfficeDoc.py 1.4, src/docgen/OpenSpreadSheet.py 1.2, src/docgen/PSDrawDoc.py 1.4, src/docgen/PdfDoc.py 1.3, src/docgen/PdfDrawDoc.py 1.3, src/docgen/RTFDoc.py 1.3, src/docgen/SvgDrawDoc.py 1.4, src/plugins/AncestorChart.py 1.4, src/plugins/AncestorReport.py 1.3, src/plugins/DesGraph.py 1.4, src/plugins/DescendReport.py 1.3, src/plugins/EventCmp.py 1.6, src/plugins/FamilyGroup.py 1.3, src/plugins/GraphViz.py 1.6, src/plugins/IndivComplete.py 1.4, src/plugins/IndivSummary.py 1.3, src/plugins/PatchNames.py 1.5, src/plugins/ReadGedcom.py 1.10, src/plugins/WebPage.py 1.6, src/plugins/WriteGedcom.py 1.13, src/plugins/WritePafPalm.py 1.3:
	Import fixes/pychecker fixes

2003-01-13  Don Allingham  <dallingham@users.sourceforge.net>

	* configure 1.14, configure.in 1.15, gramps.spec 1.11, src/EditPerson.py 1.17, src/FamilyView.py 1.16, src/Marriage.py 1.9, src/const.py 1.15, src/const.py.in 1.9:
	Event reordering for marriage

2003-01-12  Don Allingham  <dallingham@users.sourceforge.net>

	* src/LocEdit.py 1.6, src/StyleEditor.py 1.6, src/TarFile.py 1.2, src/TextDoc.py 1.3, src/gramps_main.py 1.33:
	pychecker cleanup

2003-01-11  Don Allingham  <dallingham@users.sourceforge.net>

	* src/plugins/GraphViz.py 1.5, src/gramps_main.py 1.32:
	Graphviz index problem, scroll window on person list

2003-01-10  Don Allingham  <dallingham@users.sourceforge.net>

	* src/plugins/Desbrowser.py 1.5, src/plugins/FilterEditor.py 1.4, src/plugins/PatchNames.py 1.4, src/plugins/RelCalc.py 1.4, src/plugins/Summary.py 1.4, src/plugins/Verify.py 1.3, src/plugins/WritePkg.py 1.3, src/plugins/count_anc.py 1.4, src/plugins/soundgen.py 1.3, src/plugins/ChangeTypes.py 1.3, src/plugins/Check.py 1.3, src/gramps_main.py 1.31:
	Pychecker fixes, gnome.url.show to gnome.url_show

	* src/filters/AltFam.py 1.3, src/filters/Females.py 1.3, src/filters/IncompleteNames.py 1.3, src/filters/Males.py 1.3, src/plugins/ReadGedcom.py 1.9:
	Pychecker fixes

	* configure.in 1.14, example/gramps/data.gramps 1.14, src/AddSpouse.py 1.8, src/AttrEdit.py 1.6, src/Bookmarks.py 1.4, src/Calendar.py 1.8, src/ChooseParents.py 1.6, src/Date.py 1.8, src/EditPerson.py 1.16, src/EditPlace.py 1.8, src/EditSource.py 1.7, src/EventEdit.py 1.7, src/FamilyView.py 1.15, src/FrenchRepublic.py 1.2, src/GenericFilter.py 1.9, src/GrampsCfg.py 1.11, src/GrampsParser.py 1.5, src/GrampsXML.py 1.2, src/Hebrew.py 1.2, src/ImageSelect.py 1.20, src/ImgManip.py 1.4, src/ListModel.py 1.23, src/LocEdit.py 1.5, src/Marriage.py 1.8, src/MediaView.py 1.10, src/NameEdit.py 1.5, src/NoteEdit.py 1.5, src/PedView.py 1.4, src/PlaceView.py 1.8, src/Plugins.py 1.5, src/QuestionDialog.py 1.7, src/ReadXML.py 1.4, src/RelImage.py 1.5, src/SelectChild.py 1.8, src/SourceView.py 1.6, src/Sources.py 1.5, src/StartupDialog.py 1.4, src/StyleEditor.py 1.5, src/UrlEdit.py 1.4, src/Utils.py 1.9, src/WriteXML.py 1.7, src/ansel_utf8.py 1.2, src/calendars/Islamic.py 1.2, src/calendars/Persian.py 1.2, src/gramps_main.py 1.30, src/plugins/GraphViz.py 1.4, src/plugins/ReadGedcom.py 1.8, src/plugins/WriteGedcom.py 1.12:
	pychecker fixes, GEDCOM import/export improvements, calendar improvements

2003-01-09  Don Allingham  <dallingham@users.sourceforge.net>

	* src/calendars/Makefile.in 1.1: Makefile.in

	* src/const.py 1.14, src/const.py.in 1.8:
	Updated const.py.in for calendar directory

	* src/Calendar.py 1.7, src/Date.py 1.7, src/FrenchRepublic.py 1.1, src/Gregorian.py 1.1, src/Hebrew.py 1.1, src/Julian.py 1.1, src/Makefile.am 1.8, src/Makefile.in 1.9, src/gramps_main.py 1.29, configure 1.13, configure.in 1.13:
	Calendar updates

	* src/calendars/Islamic.py 1.1, src/calendars/Makefile.am 1.1, src/calendars/Persian.py 1.1:
	New calendars

2003-01-08  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EditPerson.py 1.15: Added drag-begin tasks

	* src/Calendar.py 1.6: Calendar entry code fix

	* src/GedcomInfo.py 1.5, src/ListModel.py 1.22, src/data/gedcom.xml 1.4, src/gramps_main.py 1.28, src/plugins/WriteGedcom.py 1.11:
	Unselect selected person on goto_active_person, apply Alexandre Duret-Lutz's
	GEDCOM patches

2003-01-07  Don Allingham  <dallingham@users.sourceforge.net>

	* configure 1.12, configure.in 1.12, gramps.spec 1.10, src/const.py 1.13:
	Release candidate

	* example/gramps/data.gramps 1.13, src/Calendar.py 1.5, src/Date.py 1.6, src/GrampsCfg.py 1.10:
	Calendar formats added

2003-01-06  Don Allingham  <dallingham@users.sourceforge.net>

	* src/docgen/OpenDrawDoc.py 1.4, src/plugins/AncestorChart.py 1.3:
	Convert OpenDrawDoc to use zipfile

	* src/TextDoc.py 1.2, src/WriteXML.py 1.6, src/docgen/OpenDrawDoc.py 1.3, src/docgen/OpenOfficeDoc.py 1.3, src/gramps_main.py 1.27, src/AutoComp.py 1.8, src/EditPerson.py 1.14, src/EventEdit.py 1.6, src/FamilyView.py 1.14, src/GenericFilter.py 1.8, src/GrampsParser.py 1.4, src/ImageSelect.py 1.19, src/ListModel.py 1.21, src/Report.py 1.8:
	OpenOffice fixes, calendar format fixes

2003-01-03  Don Allingham  <dallingham@users.sourceforge.net>

	* src/GedcomInfo.py 1.4, src/data/gedcom.xml 1.3, src/plugins/WebPage.py 1.5, src/plugins/WriteGedcom.py 1.10, example/gramps/data.gramps 1.12:
	GEDCOM improvements for GENEWEB from Alexandre Duret-Lutz

2003-01-02  Don Allingham  <dallingham@users.sourceforge.net>

	* src/latin_utf8.py 1.3, src/plugins/ReadGedcom.py 1.7, src/plugins/WriteGedcom.py 1.9, src/Calendar.py 1.4, src/Date.py 1.5, src/DateEdit.py 1.4, src/EditPerson.py 1.13, src/EventEdit.py 1.5, src/FamilyView.py 1.13, src/GrampsParser.py 1.3, src/ListModel.py 1.20, src/ReadXML.py 1.3, src/WriteXML.py 1.5, src/gramps_main.py 1.26:
	Calendar enhancements

2002-12-31  Don Allingham  <dallingham@users.sourceforge.net>

	* example/gramps/data.gramps 1.11, gramps.spec 1.9, src/Calendar.py 1.3, src/const.py 1.12, NEWS 1.2, configure 1.11, configure.in 1.11:
	Updated for calendar handling

2002-12-30  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Calendar.py 1.2, src/Date.py 1.4, src/DisplayTrace.py 1.9, src/EventEdit.py 1.4, src/gramps_main.py 1.25, src/latin_utf8.py 1.2, src/plugins/WriteGedcom.py 1.8:
	Date handling improvements (calendar conversions)

2002-12-29  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Date.py 1.3, src/ListModel.py 1.19, src/gramps_main.py 1.24, src/plugins/WriteGedcom.py 1.7:
	Dynamically find pages

2002-12-25  Don Allingham  <dallingham@users.sourceforge.net>

	* src/gramps.glade 1.14, src/gramps_main.py 1.23, src/sort.py 1.4:
	Dynamic create of person list pages

2002-12-24  Don Allingham  <dallingham@users.sourceforge.net>

	* example/gramps/data.gramps 1.10, src/ListModel.py 1.18, src/docgen/HtmlDoc.py 1.3, src/gramps.glade 1.13, src/gramps_main.py 1.22, src/plugins/Desbrowser.py 1.4, src/plugins/WebPage.py 1.4:
	Support for natural find

2002-12-17  Don Allingham  <dallingham@users.sourceforge.net>

	* src/ImageSelect.py 1.18, src/PlaceView.py 1.7, src/gramps.zodb 1.3:
	Hold onto iconlists to keep from crashing while program is active

2002-12-14  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Makefile.in 1.8, src/Marriage.py 1.7, src/PlaceView.py 1.6, src/const.py 1.11, src/gramps_main.py 1.21, src/plugins/Summary.py 1.3, src/plugins/WriteGedcom.py 1.6, src/plugins/count_anc.py 1.3, src/plugins/summary.glade 1.2, gramps.spec 1.8, src/EditPerson.py 1.12, src/EditPlace.py 1.7, src/FamilyView.py 1.12, src/ListModel.py 1.17, configure 1.10:
	Gedcom export, complete_rebuild fix, merge support

2002-12-12  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Makefile.am 1.7: Add grampslib_wrap.c

	* src/po/pl.po 1.1, configure.in 1.10: Pre7 release

2002-12-11  Don Allingham  <dallingham@users.sourceforge.net>

	* example/gramps/data.gramps 1.9, src/AddMedia.py 1.6, src/DisplayTrace.py 1.8, src/ImageSelect.py 1.17, src/ListModel.py 1.16, src/MediaView.py 1.9, src/RelLib.py 1.6, src/gramps_main.py 1.20, src/imagesel.glade 1.4:
	Improved reporting for traceback dialog, attempts to determine the distribution

2002-12-06  Don Allingham  <dallingham@users.sourceforge.net>

	* example/gramps/data.gramps 1.8, src/ListModel.py 1.15, src/gramps_main.py 1.19:
	List sorting

2002-12-04  Don Allingham  <dallingham@users.sourceforge.net>

	* src/GedcomInfo.py 1.3, src/GrampsParser.py 1.2, src/ListModel.py 1.14, src/RelLib.py 1.5, src/WriteXML.py 1.4, src/data/gedcom.xml 1.2, src/dialog.glade 1.2, src/edit_person.glade 1.4, src/gramps_main.py 1.18, src/plugins/ReadGedcom.py 1.6, src/plugins/WriteGedcom.py 1.5, src/sort.py 1.3, src/EditPerson.py 1.11:
	Surname prefix support

2002-12-01  Don Allingham  <dallingham@users.sourceforge.net>

	* src/docgen/PSDrawDoc.py 1.3, src/docgen/SvgDrawDoc.py 1.3, src/sort.py 1.2, example/gramps/data.gramps 1.7, gramps.sh.in 1.2, src/gramps_main.py 1.17:
	Surname prefix support, landscape support for SVG and PS

2002-11-29  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EditPlace.py 1.6, src/ImageSelect.py 1.16:
	Trying to handle gnome_canvas bug

2002-11-28  Don Allingham  <dallingham@users.sourceforge.net>

	* src/AddSpouse.py 1.7, src/AttrEdit.py 1.5, src/EditPerson.py 1.10, src/EditPlace.py 1.5, src/EditSource.py 1.6, src/FamilyView.py 1.11, src/ImageSelect.py 1.15, src/MergeData.py 1.5, src/Report.py 1.7, src/SelectChild.py 1.7, src/SubstKeywords.py 1.2, src/gramps.glade 1.12, src/latin_ansel.py 1.2, src/plugins/DesGraph.py 1.3, src/plugins/ReadGedcom.py 1.5, src/plugins/WebPage.py 1.3:
	scope fixes

2002-11-27  Don Allingham  <dallingham@users.sourceforge.net>

	* src/AddSpouse.py 1.6, src/ChooseParents.py 1.5, src/FamilyView.py 1.10, src/gramps.glade 1.11:
	Fixed sensitivity of entries, fix relationship display in FamilyView, EditSource reference list, add spouse selection

	* example/gramps/data.gramps 1.6, src/AddMedia.py 1.5, src/AddSpouse.py 1.5, src/AddrEdit.py 1.5, src/AttrEdit.py 1.4, src/AutoComp.py 1.7, src/Bookmarks.py 1.3, src/ChooseParents.py 1.4, src/DateEdit.py 1.3, src/DbPrompter.py 1.4, src/DisplayTrace.py 1.7, src/EditPerson.py 1.9, src/EditPlace.py 1.4, src/EditSource.py 1.5, src/EventEdit.py 1.3, src/FamilyView.py 1.9, src/Filter.py 1.4, src/Find.py 1.4, src/GenericFilter.py 1.7, src/GrampsCfg.py 1.9, src/ImageSelect.py 1.14, src/ImgManip.py 1.3, src/ListModel.py 1.13, src/LocEdit.py 1.4, src/Marriage.py 1.6, src/MediaView.py 1.8, src/MergeData.py 1.4, src/NameEdit.py 1.4, src/NoteEdit.py 1.4, src/PaperMenu.py 1.4, src/PedView.py 1.3, src/PlaceView.py 1.5, src/Plugins.py 1.4, src/QuestionDialog.py 1.6, src/QuickAdd.py 1.4, src/RelImage.py 1.4, src/Report.py 1.6, src/SelectChild.py 1.6, src/SourceView.py 1.5, src/Sources.py 1.4, src/StartupDialog.py 1.3, src/StyleEditor.py 1.4, src/UrlEdit.py 1.3, src/Utils.py 1.8, src/VersionControl.py 1.4, src/gramps.py 1.4, src/gramps_main.py 1.16:
	Removed unneeded pygtk calls

2002-11-26  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Sources.py 1.3: Added sources.py, missing from CVS

	* src/EditPlace.py 1.3, src/EditSource.py 1.4, src/EventEdit.py 1.2, src/FamilyView.py 1.8, src/Filter.py 1.3, src/Find.py 1.3, src/GenericFilter.py 1.6, src/GrampsCfg.py 1.8, src/ImageSelect.py 1.13, src/ImgManip.py 1.2, src/ListModel.py 1.12, src/LocEdit.py 1.3, src/Makefile.am 1.6, src/Makefile.in 1.7, src/Marriage.py 1.5, src/MediaView.py 1.7, src/MergeData.py 1.3, src/NameEdit.py 1.3, src/NoteEdit.py 1.3, src/PaperMenu.py 1.3, src/PedView.py 1.2, src/PlaceView.py 1.4, src/Plugins.py 1.3, src/QuestionDialog.py 1.5, src/QuickAdd.py 1.3, src/RelImage.py 1.3, src/Report.py 1.5, src/SelectChild.py 1.5, src/SourceView.py 1.4, src/StartupDialog.py 1.2, src/StyleEditor.py 1.3, src/UrlEdit.py 1.2, src/Utils.py 1.7, src/VersionControl.py 1.3, src/const.py 1.10, src/const.py.in 1.7, src/gramps.py 1.3, src/gramps_main.py 1.15, src/grampslib_wrap.c 1.1, src/intl.py 1.2, src/papersize.xml 1.2, configure 1.9, configure.in 1.9, example/gramps/data.gramps 1.5, src/AddMedia.py 1.4, src/AddSpouse.py 1.4, src/AddrEdit.py 1.4, src/AttrEdit.py 1.3, src/AutoComp.py 1.6, src/Bookmarks.py 1.2, src/ChooseParents.py 1.3, src/DateEdit.py 1.2, src/DbPrompter.py 1.3, src/DisplayTrace.py 1.6, src/EditPerson.py 1.8:
	use pygtk.require to determine database

2002-11-25  Don Allingham  <dallingham@users.sourceforge.net>

	* configure 1.8, configure.in 1.8, gramps.spec 1.7, src/AddMedia.py 1.3, src/AddSpouse.py 1.3, src/AddrEdit.py 1.3, src/AttrEdit.py 1.2, src/AutoComp.py 1.5, src/Date.py 1.2, src/DbPrompter.py 1.2, src/DisplayTrace.py 1.5, src/Filter.py 1.2, src/Find.py 1.2, src/GenericFilter.py 1.5, src/ImageSelect.py 1.12, src/ListModel.py 1.11, src/LocEdit.py 1.2, src/Marriage.py 1.4, src/NameEdit.py 1.2, src/VersionControl.py 1.2, src/bad.xpm 1.2, src/caution.xpm 1.2, src/const.py 1.9, src/docgen/AbiWordDoc.py 1.2, src/docgen/HtmlDoc.py 1.2, src/docgen/KwordDoc.py 1.2, src/docgen/LaTeXDoc.py 1.2, src/docgen/OpenDrawDoc.py 1.2, src/docgen/OpenOfficeDoc.py 1.2, src/docgen/PSDrawDoc.py 1.2, src/docgen/PdfDoc.py 1.2, src/docgen/PdfDrawDoc.py 1.2, src/docgen/RTFDoc.py 1.2, src/docgen/SvgDrawDoc.py 1.2, src/filters/After.py 1.2, src/filters/Before.py 1.2, src/filters/Disconnected.py 1.2, src/filters/EventPlace.py 1.2, src/filters/EventType.py 1.2, src/filters/Females.py 1.2, src/filters/HavePhotos.py 1.2, src/filters/IncompleteNames.py 1.2, src/filters/Males.py 1.2, src/filters/MatchSndEx.py 1.2, src/filters/MatchSndEx2.py 1.2, src/filters/MutlipleMarriages.py 1.2, src/filters/NeverMarried.py 1.2, src/filters/NoBirthdate.py 1.2, src/filters/NoChildren.py 1.2, src/filters/RegExMatch.py 1.2, src/filters/SubString.py 1.2, src/good.xpm 1.2, src/gramps.py 1.2, src/gramps.zodb 1.2, src/imagesel.glade 1.3, src/intl.c 1.2, src/marriage.glade 1.3, src/plugins/AncestorChart.py 1.2, src/plugins/AncestorReport.py 1.2, src/plugins/DesGraph.py 1.2, src/plugins/Desbrowser.py 1.3, src/plugins/DescendReport.py 1.2, src/plugins/DetAncestralReport.py 1.2, src/plugins/DetDescendantReport.py 1.3, src/plugins/FamilyGroup.py 1.2, src/plugins/GraphViz.py 1.3, src/plugins/IndivComplete.py 1.3, src/plugins/IndivSummary.py 1.2, src/plugins/PatchNames.py 1.3, src/plugins/ReadNative.py 1.3, src/plugins/ReorderIds.py 1.2, src/plugins/Summary.py 1.2, src/plugins/Verify.py 1.2, src/plugins/WebPage.py 1.2, src/plugins/WriteGedcom.py 1.4, src/plugins/WritePafPalm.py 1.2, src/plugins/WritePkg.py 1.2, src/plugins/count_anc.py 1.2, src/plugins/soundgen.py 1.2:
	UTF-8 support for translations, clean up gettext, improved gallery handling

2002-11-21  Don Allingham  <dallingham@users.sourceforge.net>

	* src/const.py.in 1.6: New images for date "LEDs"

	* src/AddrEdit.py 1.2, src/EditPerson.py 1.7, src/FamilyView.py 1.7, src/ListModel.py 1.10, src/Marriage.py 1.3, src/bad.png 1.1, src/caution.png 1.1, src/const.py 1.8, src/good.png 1.1, src/marriage.glade 1.2:
	Improved editor handling for marriage and person edits

2002-11-19  Don Allingham  <dallingham@users.sourceforge.net>

	* src/RelLib.py 1.4, src/const.py.in 1.5, src/fam.xpm 1.2:
	Fix bookmark handling

	* src/DisplayTrace.py 1.4, src/GedcomInfo.py 1.2, src/GenericFilter.py 1.4, src/ListModel.py 1.9, src/PaperMenu.py 1.2, src/Report.py 1.4, src/const.py 1.7, src/papersize.xml 1.1, src/plugins/RelCalc.py 1.3, src/plugins/relcalc.glade 1.3:
	removal of u2l, papersizes read from XML file

2002-11-17  Don Allingham  <dallingham@users.sourceforge.net>

	* gramps.spec 1.6, src/ListModel.py 1.8, src/const.py 1.6, src/gramps_main.py 1.14, configure 1.7, configure.in 1.7:
	Delay attaching ListStore to TreeView until after names have been loaded.

2002-11-16  Don Allingham  <dallingham@users.sourceforge.net>

	* example/gramps/data.gramps 1.4, src/GrampsCfg.py 1.7, src/MergeData.py 1.2, src/gramps_main.py 1.13, src/plugins/Merge.py 1.4, src/plugins/RelCalc.py 1.2, src/plugins/merge.glade 1.2, src/plugins/relcalc.glade 1.2:
	Updates to relationship calculator, disabling menus, saving sidebar/filters

2002-11-15  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EditPerson.py 1.6, src/FamilyView.py 1.6, src/ListModel.py 1.7, src/QuickAdd.py 1.2, src/SelectChild.py 1.4, src/edit_person.glade 1.3, src/filters/AltFam.py 1.2, src/gramps.glade 1.10, src/gramps_main.py 1.12, src/plugins/EventCmp.py 1.5, src/revision.glade 1.2:
	EditPerson fixes, list model enhancements

2002-11-14  Don Allingham  <dallingham@users.sourceforge.net>

	* src/GenericFilter.py 1.3, src/GrampsCfg.py 1.6, src/ListModel.py 1.6, src/plugins/FilterEditor.py 1.3, src/rule.glade 1.2:
	ListModel improvements, GenericFilter moved to GNOME 2

2002-11-12  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Utils.py 1.6, src/const.py 1.5, src/const.py.in 1.4, src/plugins/WriteGedcom.py 1.3, src/GrampsCfg.py 1.5, src/ImageSelect.py 1.11:
	Added ability to use natilus theme icons. Set default path for writing GEDCOM files.

	* src/icons/application-msword.png 1.2, src/icons/application-pdf.png 1.2, src/icons/application-postscript.png 1.2, src/icons/application-rtf.png 1.2, src/icons/application-vnd-ms-excel.png 1.2, src/icons/application-vnd-ms-powerpoint.png 1.2, src/icons/application-vnd-rn-realmedia.png 1.2, src/icons/application-vnd-stardivision-calc.png 1.2, src/icons/application-vnd-stardivision-impress.png 1.2, src/icons/application-vnd-stardivision-writer.png 1.2, src/icons/application-vnd-sun-xml-calc.png 1.2, src/icons/application-vnd-sun-xml-impress.png 1.2, src/icons/application-vnd-sun-xml-writer.png 1.2, src/icons/application-x-abiword.png 1.2, src/icons/application-x-gnumeric.png 1.2, src/icons/application-x-killustrator.png 1.2, src/icons/application-x-kpresenter.png 1.2, src/icons/application-x-kspread.png 1.2, src/icons/application-x-kword.png 1.2, src/icons/application-x-ogg.png 1.2, src/icons/audio-ac3.png 1.2, src/icons/audio-basic.png 1.2, src/icons/audio-x-aiff.png 1.2, src/icons/audio-x-midi.png 1.2, src/icons/audio-x-mp3.png 1.2, src/icons/audio-x-real-audio.png 1.2, src/icons/audio-x-ulaw.png 1.2, src/icons/audio-x-wav.png 1.2, src/icons/audio.png 1.2, src/icons/gnome-http-url.png 1.2, src/icons/image-x-xcf.png 1.2, src/icons/image.png 1.2, src/icons/text-css.png 1.2, src/icons/text-html.png 1.2, src/icons/text-plain.png 1.2, src/icons/text-x-java.png 1.2, src/icons/text-x-tex.png 1.2, src/icons/text-xml.png 1.2, src/icons/text.png 1.2, src/icons/video-mpeg.png 1.2, src/icons/video-quicktime.png 1.2, src/icons/video-x-ms-asf.png 1.2, src/icons/video-x-ms-wmv.png 1.2, src/icons/video-x-msvideo.png 1.2, src/icons/application-eps.png 1.2:
	Icons are no longer needed, because the nautlus theme is read

2002-11-10  Don Allingham  <dallingham@users.sourceforge.net>

	* src/gramps_main.py 1.11:
	Fixes for sidebar value saving and apply_filter fixes

	* src/const.py.in 1.3: Updated configuration for 0.9.0-pre4

	* src/ListModel.py 1.5, src/gramps.glade 1.9:
	Fixed sorting on people tabs

	* src/gramps_main.py 1.10: Warning message

	* configure.in 1.6, gramps.spec 1.5, src/ListModel.py 1.4, src/const.py 1.4, src/const.py.in 1.2, src/gramps.glade 1.8, src/gramps_main.py 1.9, configure 1.6:
	Tabbed pages in the person list

2002-11-09  Don Allingham  <dallingham@users.sourceforge.net>

	* gramps.spec.in 1.3, src/EditPerson.py 1.5, src/FamilyView.py 1.5, src/ImageSelect.py 1.10, src/Marriage.py 1.2, src/MediaView.py 1.6, src/PlaceView.py 1.3, src/QuestionDialog.py 1.4, src/RelLib.py 1.3, src/SourceView.py 1.3, src/gramps_main.py 1.8, src/plugins/ReadGedcom.py 1.4:
	GEDCOM/ANSEL handing, improved list access

	* src/ansel_utf8.py 1.1: Ansel to Unicode translation

2002-11-08  Don Allingham  <dallingham@users.sourceforge.net>

	* Makefile.am 1.2, Makefile.in 1.6, configure 1.5, configure.in 1.5, doc/Makefile.in 1.4, doc/extending-gramps/C/Makefile.in 1.4, doc/extending-gramps/Makefile.in 1.4, doc/gramps-manual/C/Makefile.in 1.4, doc/gramps-manual/Makefile.in 1.4, doc/gramps.1 1.3, gramps.spec 1.4, gramps.spec.in 1.2, omf-install/Makefile.am 1.2, omf-install/Makefile.in 1.4, src/Makefile.am 1.5, src/Makefile.in 1.6, src/data/Makefile.in 1.4, src/data/templates/Makefile.in 1.4, src/docgen/Makefile.in 1.4, src/filters/Makefile.in 1.4, src/plugins/Makefile.in 1.4, src/po/Makefile.in 1.4:
	Updated configure scripts

	* configure 1.4, configure.in 1.4, gramps.spec 1.3, src/ImageSelect.py 1.9, src/const.py 1.3:
	Updated configure script

	* example/gramps/data.gramps 1.3, src/EditPerson.py 1.4, src/ImageSelect.py 1.8, src/ListModel.py 1.3, src/SelectChild.py 1.3, src/edit_person.glade 1.2, src/gramps.glade 1.7, src/mergedata.glade 1.2, src/plugins/EventCmp.py 1.4, src/plugins/Merge.py 1.3, src/plugins/eventcmp.glade 1.2:
	Gallery drag/drop functionality

2002-11-05  Don Allingham  <dallingham@users.sourceforge.net>

	* src/Utils.py 1.5, src/plugins/EventCmp.py 1.3, src/soundex.py 1.2, src/ImageSelect.py 1.7, src/MediaView.py 1.5:
	Media gallery improvements

2002-11-04  Don Allingham  <dallingham@users.sourceforge.net>

	* Makefile.in 1.5, configure 1.3, configure.in 1.3, doc/Makefile.in 1.3, doc/extending-gramps/C/Makefile.in 1.3, doc/extending-gramps/Makefile.in 1.3, doc/gramps-manual/C/Makefile.in 1.3, doc/gramps-manual/Makefile.in 1.3, doc/gramps.1 1.2, gramps.spec 1.2, omf-install/Makefile.in 1.3, src/GrampsCfg.py 1.4, src/preferences.glade 1.2:
	Preferences updates - removal of options that no longer apply

	* src/Sources.py 1.2, src/WriteXML.py 1.3, src/plugins/ChangeTypes.py 1.2, src/plugins/Check.py 1.2, src/plugins/Merge.py 1.2, src/plugins/PatchNames.py 1.2, src/AddSpouse.py 1.2, src/GrampsCfg.py 1.3, src/QuestionDialog.py 1.3, src/Sorter.py 1.2:
	Removed Sorter.py

2002-11-03  Don Allingham  <dallingham@users.sourceforge.net>

	* src/filters/Makefile.in 1.3, src/plugins/Makefile.in 1.3, src/plugins/ReadGedcom.py 1.3, src/po/Makefile.in 1.3, src/Makefile.am 1.4, src/Makefile.in 1.5, src/Plugins.py 1.2, src/const.py 1.2, src/data/Makefile.in 1.3, src/data/templates/Makefile.in 1.3, src/docgen/Makefile.in 1.3, src/plugins.glade 1.3:
	GEDCOM importing working, Plugin dialog working

2002-11-02  Don Allingham  <dallingham@users.sourceforge.net>

	* src/EditPerson.py 1.3, src/FamilyView.py 1.4, src/ImageSelect.py 1.6, src/ListModel.py 1.2, src/NoteEdit.py 1.2, src/SelectChild.py 1.2, src/Utils.py 1.4, src/gramps.glade 1.6, src/gramps_main.py 1.7, src/plugins.glade 1.2, src/AutoComp.py 1.4:
	Pre02 for gramps-0.9.0

2002-10-29  Don Allingham  <dallingham@users.sourceforge.net>

	* Makefile.in 1.4, src/AutoComp.py 1.3: AutoComp fixes

	* Makefile.in 1.3, configure 1.2, configure.in 1.2, doc/Makefile.in 1.2, doc/extending-gramps/C/Makefile.in 1.2, doc/extending-gramps/Makefile.in 1.2, doc/gramps-manual/C/Makefile.in 1.2, doc/gramps-manual/Makefile.in 1.2, omf-install/Makefile.in 1.2, src/AutoComp.py 1.2, src/Makefile.am 1.3, src/Makefile.in 1.4, src/data/Makefile.in 1.2, src/data/templates/Makefile.in 1.2, src/docgen/Makefile.in 1.2, src/filters/Makefile.in 1.2, src/plugins/Makefile.in 1.2, src/po/Makefile.in 1.2:
	Fixed configure script to use pkg-config

2002-10-28  Don Allingham  <dallingham@users.sourceforge.net>

	* src/plugins/DetDescendantReport.py 1.2, src/plugins/EventCmp.py 1.2, src/plugins/FilterEditor.py 1.2, src/plugins/GraphViz.py 1.2, src/plugins/IndivComplete.py 1.2, src/plugins/ReadGedcom.py 1.2, src/plugins/ReadNative.py 1.2, src/plugins/WriteGedcom.py 1.2, example/gramps/data.gramps 1.2, src/DisplayTrace.py 1.3, src/EditSource.py 1.3, src/FamilyView.py 1.3, src/GenericFilter.py 1.2, src/GrampsCfg.py 1.2, src/GraphLayout.py 1.2, src/ImageSelect.py 1.5, src/Report.py 1.3, src/SourceView.py 1.2, src/StyleEditor.py 1.2, src/Utils.py 1.3, src/gramps.glade 1.5, src/grampslib.i 1.2, src/plugins/Desbrowser.py 1.2, src/styles.glade 1.2:
	GTK translation updates

2002-10-27  Don Allingham  <dallingham@users.sourceforge.net>

	* src/DisplayTrace.py 1.2, src/gramps_main.py 1.6:
	Clean up of unused functions

	* src/gramps_main.py 1.5: Removal of unused functions

	* src/ChooseParents.py 1.2, src/ImageSelect.py 1.4, src/MediaView.py 1.4, src/gramps.glade 1.4, src/gramps_main.py 1.4:
	Improvements to media view and parent selection

2002-10-25  Don Allingham  <dallingham@users.sourceforge.net>

	* src/FamilyView.py 1.2, src/ImageSelect.py 1.3, src/ListModel.py 1.1, src/Makefile.am 1.2, src/Makefile.in 1.3, src/MediaView.py 1.3, src/Utils.py 1.2, src/gramps.glade 1.3, src/gramps_main.py 1.3, src/grampslib.i 1.1, src/icons/application-eps.png 1.1, src/icons/application-msword.png 1.1, src/icons/application-pdf.png 1.1, src/icons/application-postscript.png 1.1, src/icons/application-rtf.png 1.1, src/icons/application-vnd-ms-excel.png 1.1, src/icons/application-vnd-ms-powerpoint.png 1.1, src/icons/application-vnd-rn-realmedia.png 1.1, src/icons/application-vnd-stardivision-calc.png 1.1, src/icons/application-vnd-stardivision-impress.png 1.1, src/icons/application-vnd-stardivision-writer.png 1.1, src/icons/application-vnd-sun-xml-calc.png 1.1, src/icons/application-vnd-sun-xml-impress.png 1.1, src/icons/application-vnd-sun-xml-writer.png 1.1, src/icons/application-x-abiword.png 1.1, src/icons/application-x-gnumeric.png 1.1, src/icons/application-x-killustrator.png 1.1, src/icons/application-x-kpresenter.png 1.1, src/icons/application-x-kspread.png 1.1, src/icons/application-x-kword.png 1.1, src/icons/application-x-ogg.png 1.1, src/icons/audio-ac3.png 1.1, src/icons/audio-basic.png 1.1, src/icons/audio-x-aiff.png 1.1, src/icons/audio-x-midi.png 1.1, src/icons/audio-x-mp3.png 1.1, src/icons/audio-x-real-audio.png 1.1, src/icons/audio-x-ulaw.png 1.1, src/icons/audio-x-wav.png 1.1, src/icons/audio.png 1.1, src/icons/gnome-http-url.png 1.1, src/icons/image-x-xcf.png 1.1, src/icons/image.png 1.1, src/icons/text-css.png 1.1, src/icons/text-html.png 1.1, src/icons/text-plain.png 1.1, src/icons/text-x-java.png 1.1, src/icons/text-x-tex.png 1.1, src/icons/text-xml.png 1.1, src/icons/text.png 1.1, src/icons/video-mpeg.png 1.1, src/icons/video-quicktime.png 1.1, src/icons/video-x-ms-asf.png 1.1, src/icons/video-x-ms-wmv.png 1.1, src/icons/video-x-msvideo.png 1.1, src/imagesel.glade 1.2:
	Added MIME support via the new grampslib C module.

2002-10-21  Don Allingham  <dallingham@users.sourceforge.net>

	* src/AddMedia.py 1.2, src/EditPerson.py 1.2, src/EditPlace.py 1.2, src/ImageSelect.py 1.2, src/MediaView.py 1.2, src/PlaceView.py 1.2, src/QuestionDialog.py 1.2, src/ReadXML.py 1.2, src/RelImage.py 1.2, src/RelLib.py 1.2, src/Report.py 1.2, src/WriteXML.py 1.2, src/gramps_main.py 1.2:
	Fixed place editing

2002-10-20  Don Allingham  <dallingham@users.sourceforge.net>

	* Makefile.in 1.2, src/EditSource.py 1.2, src/Makefile.in 1.2, src/gramps.glade 1.2, src/gramps.gladep 1.2:
	Fixed EditSource, rearranged buttons on FamilyView

	* example/gramps/.thumb/O0.jpg 1.1.1.1, example/gramps/.thumb/O0006.jpg 1.1.1.1, example/gramps/.thumb/O1.jpg 1.1.1.1, example/gramps/.thumb/O2.jpg 1.1.1.1, example/gramps/.thumb/O3.jpg 1.1.1.1, example/gramps/.thumb/O4.jpg 1.1.1.1, example/gramps/.thumb/O5.jpg 1.1.1.1, example/gramps/15.png 1.1.1.1, omf-install/Makefile.am 1.1.1.1, omf-install/Makefile.in 1.1.1.1, omf-install/extending-gramps-C.omf 1.1.1.1, omf-install/gramps-manual-C.omf 1.1.1.1:
	Initial GNOME 2 port

	* example/gramps/.thumb/O0.jpg 1.1, example/gramps/.thumb/O0006.jpg 1.1, example/gramps/.thumb/O1.jpg 1.1, example/gramps/.thumb/O2.jpg 1.1, example/gramps/.thumb/O3.jpg 1.1, example/gramps/.thumb/O4.jpg 1.1, example/gramps/.thumb/O5.jpg 1.1, example/gramps/15.png 1.1, omf-install/Makefile.am 1.1, omf-install/Makefile.in 1.1, omf-install/extending-gramps-C.omf 1.1, omf-install/gramps-manual-C.omf 1.1:
	New file.

	* example/gramps/14.png 1.1.1.1: Initial GNOME 2 port

	* example/gramps/14.png 1.1: New file.

	* example/gramps/13.png 1.1.1.1: Initial GNOME 2 port

	* example/gramps/13.png 1.1: New file.

	* example/gramps/12.png 1.1.1.1: Initial GNOME 2 port

	* example/gramps/12.png 1.1: New file.

	* example/gramps/11.png 1.1.1.1: Initial GNOME 2 port

	* example/gramps/11.png 1.1: New file.

	* example/gramps/10.png 1.1.1.1: Initial GNOME 2 port

	* example/gramps/10.png 1.1: New file.

	* example/gramps/9.png 1.1.1.1: Initial GNOME 2 port

	* example/gramps/9.png 1.1: New file.

	* example/gramps/8.png 1.1.1.1: Initial GNOME 2 port

	* example/gramps/8.png 1.1: New file.

	* example/gramps/7.png 1.1.1.1: Initial GNOME 2 port

	* example/gramps/7.png 1.1: New file.

	* example/gramps/6.png 1.1.1.1: Initial GNOME 2 port

	* example/gramps/6.png 1.1: New file.

	* example/gramps/O0006.jpg 1.1.1.1: Initial GNOME 2 port

	* example/gramps/O0006.jpg 1.1: New file.

	* example/gramps/O5.jpg 1.1.1.1: Initial GNOME 2 port

	* example/gramps/O5.jpg 1.1: New file.

	* example/gramps/O0.jpg 1.1.1.1, example/gramps/O1.jpg 1.1.1.1, example/gramps/O2.jpg 1.1.1.1, example/gramps/O3.jpg 1.1.1.1, example/gramps/O4.jpg 1.1.1.1, example/gramps/data.gramps 1.1.1.1:
	Initial GNOME 2 port

	* example/gramps/O0.jpg 1.1, example/gramps/O1.jpg 1.1, example/gramps/O2.jpg 1.1, example/gramps/O3.jpg 1.1, example/gramps/O4.jpg 1.1, example/gramps/data.gramps 1.1:
	New file.

	* example/gedcom/sample.ged 1.1.1.1, example/gramps.zodb 1.1.1.1, src/.thumbnails/logo.png 1.1.1.1:
	Initial GNOME 2 port

	* example/gedcom/sample.ged 1.1, example/gramps.zodb 1.1, src/.thumbnails/logo.png 1.1:
	New file.

	* src/.xvpics/family48.png 1.1.1.1, src/.xvpics/icon-people02d-24x24.png 1.1.1.1, src/.xvpics/icon-people02d-48x48.png 1.1.1.1, src/.xvpics/people48.png 1.1.1.1, src/.xvpics/people48.xpm 1.1.1.1, src/.xvpics/place.png 1.1.1.1, src/plugins/DetDescendantReport.py 1.1.1.1:
	Initial GNOME 2 port

	* src/.xvpics/family48.png 1.1, src/.xvpics/icon-people02d-24x24.png 1.1, src/.xvpics/icon-people02d-48x48.png 1.1, src/.xvpics/people48.png 1.1, src/.xvpics/people48.xpm 1.1, src/.xvpics/place.png 1.1, src/plugins/DetDescendantReport.py 1.1:
	New file.

	* src/plugins/Makefile.am 1.1.1.1, src/plugins/verify.glade 1.1.1.1:
	Initial GNOME 2 port

	* src/plugins/Makefile.am 1.1, src/plugins/verify.glade 1.1: New file.

	* src/plugins/soundex.glade 1.1.1.1, src/plugins/soundgen.py 1.1.1.1, src/plugins/summary.glade 1.1.1.1:
	Initial GNOME 2 port

	* src/plugins/soundex.glade 1.1, src/plugins/soundgen.py 1.1, src/plugins/summary.glade 1.1:
	New file.

	* src/plugins/readgedcom.glade 1.1.1.1, src/plugins/relcalc.glade 1.1.1.1:
	Initial GNOME 2 port

	* src/plugins/readgedcom.glade 1.1, src/plugins/relcalc.glade 1.1:
	New file.

	* src/plugins/merge.glade 1.1.1.1, src/plugins/pafexport.glade 1.1.1.1, src/plugins/patchnames.glade 1.1.1.1, src/plugins/pkgexport.glade 1.1.1.1:
	Initial GNOME 2 port

	* src/plugins/merge.glade 1.1, src/plugins/pafexport.glade 1.1, src/plugins/patchnames.glade 1.1, src/plugins/pkgexport.glade 1.1:
	New file.

	* src/plugins/gedcomexport.glade 1.1.1.1, src/plugins/gedcomimport.glade 1.1.1.1:
	Initial GNOME 2 port

	* src/plugins/gedcomexport.glade 1.1, src/plugins/gedcomimport.glade 1.1:
	New file.

	* src/plugins/eventcmp.glade 1.1.1.1: Initial GNOME 2 port

	* src/plugins/eventcmp.glade 1.1: New file.

	* src/plugins/changetype.glade 1.1.1.1, src/plugins/count_anc.py 1.1.1.1, src/plugins/desbrowse.glade 1.1.1.1:
	Initial GNOME 2 port

	* src/plugins/changetype.glade 1.1, src/plugins/count_anc.py 1.1, src/plugins/desbrowse.glade 1.1:
	New file.

	* src/plugins/WriteGedcom.py 1.1.1.1, src/plugins/WritePafPalm.py 1.1.1.1, src/plugins/WritePkg.py 1.1.1.1:
	Initial GNOME 2 port

	* src/plugins/WriteGedcom.py 1.1, src/plugins/WritePafPalm.py 1.1, src/plugins/WritePkg.py 1.1:
	New file.

	* src/plugins/WebPage.py 1.1.1.1: Initial GNOME 2 port

	* src/plugins/WebPage.py 1.1: New file.

	* src/plugins/Merge.py 1.1.1.1, src/plugins/PatchNames.py 1.1.1.1, src/plugins/ReadGedcom.py 1.1.1.1, src/plugins/ReadNative.py 1.1.1.1, src/plugins/RelCalc.py 1.1.1.1, src/plugins/ReorderIds.py 1.1.1.1, src/plugins/Summary.py 1.1.1.1, src/plugins/Verify.py 1.1.1.1:
	Initial GNOME 2 port

	* src/plugins/Merge.py 1.1, src/plugins/PatchNames.py 1.1, src/plugins/ReadGedcom.py 1.1, src/plugins/ReadNative.py 1.1, src/plugins/RelCalc.py 1.1, src/plugins/ReorderIds.py 1.1, src/plugins/Summary.py 1.1, src/plugins/Verify.py 1.1:
	New file.

	* src/plugins/IndivSummary.py 1.1.1.1, src/plugins/Makefile.in 1.1.1.1:
	Initial GNOME 2 port

	* src/plugins/IndivSummary.py 1.1, src/plugins/Makefile.in 1.1:
	New file.

	* src/plugins/IndivComplete.py 1.1.1.1: Initial GNOME 2 port

	* src/plugins/IndivComplete.py 1.1: New file.

	* src/plugins/FilterEditor.py 1.1.1.1, src/plugins/GraphViz.py 1.1.1.1:
	Initial GNOME 2 port

	* src/plugins/FilterEditor.py 1.1, src/plugins/GraphViz.py 1.1:
	New file.

	* src/plugins/FamilyGroup.py 1.1.1.1: Initial GNOME 2 port

	* src/plugins/FamilyGroup.py 1.1: New file.

	* src/plugins/DetAncestralReport.py 1.1.1.1, src/plugins/EventCmp.py 1.1.1.1:
	Initial GNOME 2 port

	* src/plugins/DetAncestralReport.py 1.1, src/plugins/EventCmp.py 1.1:
	New file.

	* src/plugins/DescendReport.py 1.1.1.1: Initial GNOME 2 port

	* src/plugins/DescendReport.py 1.1: New file.

	* src/plugins/AncestorReport.py 1.1.1.1, src/plugins/ChangeTypes.py 1.1.1.1, src/plugins/Check.py 1.1.1.1, src/plugins/DesGraph.py 1.1.1.1, src/plugins/Desbrowser.py 1.1.1.1:
	Initial GNOME 2 port

	* src/plugins/AncestorReport.py 1.1, src/plugins/ChangeTypes.py 1.1, src/plugins/Check.py 1.1, src/plugins/DesGraph.py 1.1, src/plugins/Desbrowser.py 1.1:
	New file.

	* src/filters/Makefile.am 1.1.1.1, src/filters/NoBirthdate.py 1.1.1.1, src/filters/NoChildren.py 1.1.1.1, src/filters/RegExMatch.py 1.1.1.1, src/filters/SubString.py 1.1.1.1, src/plugins/.cvsignore 1.1.1.1, src/plugins/AncestorChart.py 1.1.1.1:
	Initial GNOME 2 port

	* src/filters/Makefile.am 1.1, src/filters/NoBirthdate.py 1.1, src/filters/NoChildren.py 1.1, src/filters/RegExMatch.py 1.1, src/filters/SubString.py 1.1, src/plugins/.cvsignore 1.1, src/plugins/AncestorChart.py 1.1:
	New file.

	* src/filters/After.py 1.1.1.1, src/filters/AltFam.py 1.1.1.1, src/filters/Before.py 1.1.1.1, src/filters/Disconnected.py 1.1.1.1, src/filters/EventPlace.py 1.1.1.1, src/filters/EventType.py 1.1.1.1, src/filters/Females.py 1.1.1.1, src/filters/HavePhotos.py 1.1.1.1, src/filters/IncompleteNames.py 1.1.1.1, src/filters/Makefile.in 1.1.1.1, src/filters/Males.py 1.1.1.1, src/filters/MatchSndEx.py 1.1.1.1, src/filters/MatchSndEx2.py 1.1.1.1, src/filters/MutlipleMarriages.py 1.1.1.1, src/filters/NeverMarried.py 1.1.1.1:
	Initial GNOME 2 port

	* src/filters/After.py 1.1, src/filters/AltFam.py 1.1, src/filters/Before.py 1.1, src/filters/Disconnected.py 1.1, src/filters/EventPlace.py 1.1, src/filters/EventType.py 1.1, src/filters/Females.py 1.1, src/filters/HavePhotos.py 1.1, src/filters/IncompleteNames.py 1.1, src/filters/Makefile.in 1.1, src/filters/Males.py 1.1, src/filters/MatchSndEx.py 1.1, src/filters/MatchSndEx2.py 1.1, src/filters/MutlipleMarriages.py 1.1, src/filters/NeverMarried.py 1.1:
	New file.

	* src/docgen/Makefile.am 1.1.1.1, src/docgen/PdfDoc.py 1.1.1.1, src/docgen/PdfDrawDoc.py 1.1.1.1, src/docgen/RTFDoc.py 1.1.1.1, src/docgen/SvgDrawDoc.py 1.1.1.1, src/filters/.cvsignore 1.1.1.1:
	Initial GNOME 2 port

	* src/docgen/Makefile.am 1.1, src/docgen/PdfDoc.py 1.1, src/docgen/PdfDrawDoc.py 1.1, src/docgen/RTFDoc.py 1.1, src/docgen/SvgDrawDoc.py 1.1, src/filters/.cvsignore 1.1:
	New file.

	* src/docgen/KwordDoc.py 1.1.1.1, src/docgen/LaTeXDoc.py 1.1.1.1, src/docgen/Makefile.in 1.1.1.1, src/docgen/OpenDrawDoc.py 1.1.1.1, src/docgen/OpenOfficeDoc.py 1.1.1.1, src/docgen/OpenSpreadSheet.py 1.1.1.1, src/docgen/PSDrawDoc.py 1.1.1.1:
	Initial GNOME 2 port

	* src/docgen/KwordDoc.py 1.1, src/docgen/LaTeXDoc.py 1.1, src/docgen/Makefile.in 1.1, src/docgen/OpenDrawDoc.py 1.1, src/docgen/OpenOfficeDoc.py 1.1, src/docgen/OpenSpreadSheet.py 1.1, src/docgen/PSDrawDoc.py 1.1:
	New file.

	* src/docgen/.cvsignore 1.1.1.1, src/docgen/AbiWordDoc.py 1.1.1.1, src/docgen/HtmlDoc.py 1.1.1.1, src/po/ChangeLog 1.1.1.1, src/po/POTFILES.in 1.1.1.1, src/po/cs.po 1.1.1.1:
	Initial GNOME 2 port

	* src/docgen/.cvsignore 1.1, src/docgen/AbiWordDoc.py 1.1, src/docgen/HtmlDoc.py 1.1, src/po/ChangeLog 1.1, src/po/POTFILES.in 1.1, src/po/cs.po 1.1:
	New file.

	* src/po/cs.mo 1.1.1.1: Initial GNOME 2 port

	* src/po/cs.mo 1.1: New file.

	* src/po/Makefile.in 1.1.1.1: Initial GNOME 2 port

	* src/po/Makefile.in 1.1: New file.

	* src/po/da_DK.mo 1.1.1.1: Initial GNOME 2 port

	* src/po/da_DK.mo 1.1: New file.

	* src/po/Makefile.am 1.1.1.1, src/po/ru.mo 1.1.1.1:
	Initial GNOME 2 port

	* src/po/Makefile.am 1.1, src/po/ru.mo 1.1: New file.

	* src/po/pt_BR.mo 1.1.1.1: Initial GNOME 2 port

	* src/po/pt_BR.mo 1.1: New file.

	* src/po/it.mo 1.1.1.1: Initial GNOME 2 port

	* src/po/it.mo 1.1: New file.

	* src/po/es.mo 1.1.1.1: Initial GNOME 2 port

	* src/po/es.mo 1.1: New file.

	* src/po/fr.mo 1.1.1.1: Initial GNOME 2 port

	* src/po/fr.mo 1.1: New file.

	* src/po/de.mo 1.1.1.1: Initial GNOME 2 port

	* src/po/de.mo 1.1: New file.

	* src/po/template.po 1.1.1.1: Initial GNOME 2 port

	* src/po/template.po 1.1: New file.

	* src/po/sv.po 1.1.1.1: Initial GNOME 2 port

	* src/po/sv.po 1.1: New file.

	* src/po/ru.po 1.1.1.1: Initial GNOME 2 port

	* src/po/ru.po 1.1: New file.

	* src/po/pt_BR.po 1.1.1.1: Initial GNOME 2 port

	* src/po/pt_BR.po 1.1: New file.

	* src/po/it.po 1.1.1.1: Initial GNOME 2 port

	* src/po/it.po 1.1: New file.

	* src/po/fr.po 1.1.1.1: Initial GNOME 2 port

	* src/po/fr.po 1.1: New file.

	* src/po/es.po 1.1.1.1: Initial GNOME 2 port

	* src/po/es.po 1.1: New file.

	* src/po/de.po 1.1.1.1: Initial GNOME 2 port

	* src/po/de.po 1.1: New file.

	* src/po/da_DK.po 1.1.1.1: Initial GNOME 2 port

	* src/po/da_DK.po 1.1: New file.

	* src/po/sv.mo 1.1.1.1: Initial GNOME 2 port

	* src/po/sv.mo 1.1: New file.

	* src/data/templates/Makefile.am 1.1.1.1, src/data/templates/Makefile.in 1.1.1.1, src/data/templates/marble.tpkg 1.1.1.1, src/data/templates/pink_marble.tpkg 1.1.1.1, src/data/templates/sepia.tpkg 1.1.1.1, src/data/templates/sky_border.tpkg 1.1.1.1, src/data/templates/templates.xml 1.1.1.1:
	Initial GNOME 2 port

	* src/data/templates/Makefile.am 1.1, src/data/templates/Makefile.in 1.1, src/data/templates/marble.tpkg 1.1, src/data/templates/pink_marble.tpkg 1.1, src/data/templates/sepia.tpkg 1.1, src/data/templates/sky_border.tpkg 1.1, src/data/templates/templates.xml 1.1:
	New file.

	* src/data/Makefile.am 1.1.1.1, src/data/Makefile.in 1.1.1.1, src/data/gedcom.xml 1.1.1.1, src/data/templates/blue_edge.tpkg 1.1.1.1:
	Initial GNOME 2 port

	* src/data/Makefile.am 1.1, src/data/Makefile.in 1.1, src/data/gedcom.xml 1.1, src/data/templates/blue_edge.tpkg 1.1:
	New file.

	* src/FamilyView.py 1.1.1.1, src/SubstKeywords.py 1.1.1.1, src/data/.cvsignore 1.1.1.1, src/media.png 1.1.1.1, src/srcsel.gladep 1.1.1.1:
	Initial GNOME 2 port

	* src/FamilyView.py 1.1, src/SubstKeywords.py 1.1, src/data/.cvsignore 1.1, src/media.png 1.1, src/srcsel.gladep 1.1:
	New file.

	* src/ChangeLog 1.1.1.1, src/Makefile.am 1.1.1.1, src/acconfig.h 1.1.1.1, src/const.py.in 1.1.1.1, src/place.png 1.1.1.1:
	Initial GNOME 2 port

	* src/ChangeLog 1.1, src/Makefile.am 1.1, src/acconfig.h 1.1, src/const.py.in 1.1, src/place.png 1.1:
	New file.

	* src/AUTHORS 1.1.1.1, src/NEWS 1.1.1.1, src/README 1.1.1.1, src/Sorter.py 1.1.1.1, src/autogen.sh 1.1.1.1, src/dialog.gladep 1.1.1.1, src/family48.png 1.1.1.1, src/paper.xml 1.1.1.1, src/pedigree.xpm 1.1.1.1, src/people48.png 1.1.1.1, src/places.gladep 1.1.1.1, src/plugins.gladep 1.1.1.1, src/preferences.gladep 1.1.1.1, src/revision.gladep 1.1.1.1, src/system_filters.xml 1.1.1.1, src/trace.glade 1.1.1.1:
	Initial GNOME 2 port

	* src/AUTHORS 1.1, src/NEWS 1.1, src/README 1.1, src/Sorter.py 1.1, src/autogen.sh 1.1, src/dialog.gladep 1.1, src/family48.png 1.1, src/paper.xml 1.1, src/pedigree.xpm 1.1, src/people48.png 1.1, src/places.gladep 1.1, src/plugins.gladep 1.1, src/preferences.gladep 1.1, src/revision.gladep 1.1, src/system_filters.xml 1.1, src/trace.glade 1.1:
	New file.

	* src/DisplayTrace.py 1.1.1.1, src/bad.xpm 1.1.1.1, src/caution.xpm 1.1.1.1, src/edit_person.glade 1.1.1.1, src/good.xpm 1.1.1.1, src/gramps.gladep 1.1.1.1, src/marriage.gladep 1.1.1.1:
	Initial GNOME 2 port

	* src/DisplayTrace.py 1.1, src/bad.xpm 1.1, src/caution.xpm 1.1, src/edit_person.glade 1.1, src/good.xpm 1.1, src/gramps.gladep 1.1, src/marriage.gladep 1.1:
	New file.

	* src/edit_person.gladep 1.1.1.1, src/filelist 1.1.1.1, src/gramps.zodb 1.1.1.1, src/styles.glade 1.1.1.1:
	Initial GNOME 2 port

	* src/edit_person.gladep 1.1, src/filelist 1.1, src/gramps.zodb 1.1, src/styles.glade 1.1:
	New file.

	* src/srcsel.glade 1.1.1.1: Initial GNOME 2 port

	* src/srcsel.glade 1.1: New file.

	* src/rule.glade 1.1.1.1, src/sort.py 1.1.1.1, src/soundex.py 1.1.1.1, src/splash.jpg 1.1.1.1:
	Initial GNOME 2 port

	* src/rule.glade 1.1, src/sort.py 1.1, src/soundex.py 1.1, src/splash.jpg 1.1:
	New file.

	* src/preferences.glade 1.1.1.1, src/revision.glade 1.1.1.1:
	Initial GNOME 2 port

	* src/preferences.glade 1.1, src/revision.glade 1.1: New file.

	* src/places.glade 1.1.1.1, src/plugins.glade 1.1.1.1:
	Initial GNOME 2 port

	* src/places.glade 1.1, src/plugins.glade 1.1: New file.

	* src/mergedata.glade 1.1.1.1, src/people.xpm 1.1.1.1:
	Initial GNOME 2 port

	* src/mergedata.glade 1.1, src/people.xpm 1.1: New file.

	* src/marriage.glade 1.1.1.1: Initial GNOME 2 port

	* src/marriage.glade 1.1: New file.

	* src/logo.png 1.1.1.1: Initial GNOME 2 port

	* src/logo.png 1.1: New file.

	* src/imagesel.glade 1.1.1.1, src/intl.c 1.1.1.1, src/intl.py 1.1.1.1, src/latin_ansel.py 1.1.1.1, src/latin_utf8.py 1.1.1.1:
	Initial GNOME 2 port

	* src/imagesel.glade 1.1, src/intl.c 1.1, src/intl.py 1.1, src/latin_ansel.py 1.1, src/latin_utf8.py 1.1:
	New file.

	* src/gramps_main.py 1.1.1.1: Initial GNOME 2 port

	* src/gramps_main.py 1.1: New file.

	* src/gramps.glade 1.1.1.1, src/gramps.png 1.1.1.1, src/gramps.py 1.1.1.1, src/gramps.xpm 1.1.1.1:
	Initial GNOME 2 port

	* src/gramps.glade 1.1, src/gramps.png 1.1, src/gramps.py 1.1, src/gramps.xpm 1.1:
	New file.

	* src/get_strings 1.1.1.1, src/gramps.desktop 1.1.1.1:
	Initial GNOME 2 port

	* src/get_strings 1.1, src/gramps.desktop 1.1: New file.

	* src/dialog.glade 1.1.1.1, src/fam.xpm 1.1.1.1, src/sources.png 1.1.1.1:
	Initial GNOME 2 port

	* src/dialog.glade 1.1, src/fam.xpm 1.1, src/sources.png 1.1: New file.

	* src/const.py 1.1.1.1: Initial GNOME 2 port

	* src/const.py 1.1: New file.

	* src/config.glade 1.1.1.1: Initial GNOME 2 port

	* src/config.glade 1.1: New file.

	* src/Utils.py 1.1.1.1, src/VersionControl.py 1.1.1.1, src/WriteXML.py 1.1.1.1, src/build_po 1.1.1.1:
	Initial GNOME 2 port

	* src/Utils.py 1.1, src/VersionControl.py 1.1, src/WriteXML.py 1.1, src/build_po 1.1:
	New file.

	* src/TextDoc.py 1.1.1.1, src/UrlEdit.py 1.1.1.1: Initial GNOME 2 port

	* src/TextDoc.py 1.1, src/UrlEdit.py 1.1: New file.

	* src/Report.py 1.1.1.1, src/SelectChild.py 1.1.1.1, src/SourceView.py 1.1.1.1, src/Sources.py 1.1.1.1, src/SpreadSheetDoc.py 1.1.1.1, src/StartupDialog.py 1.1.1.1, src/StyleEditor.py 1.1.1.1, src/TarFile.py 1.1.1.1:
	Initial GNOME 2 port

	* src/Report.py 1.1, src/SelectChild.py 1.1, src/SourceView.py 1.1, src/Sources.py 1.1, src/SpreadSheetDoc.py 1.1, src/StartupDialog.py 1.1, src/StyleEditor.py 1.1, src/TarFile.py 1.1:
	New file.

	* src/RelLib.py 1.1.1.1: Initial GNOME 2 port

	* src/RelLib.py 1.1: New file.

	* src/QuestionDialog.py 1.1.1.1, src/QuickAdd.py 1.1.1.1, src/ReadXML.py 1.1.1.1, src/RelImage.py 1.1.1.1:
	Initial GNOME 2 port

	* src/QuestionDialog.py 1.1, src/QuickAdd.py 1.1, src/ReadXML.py 1.1, src/RelImage.py 1.1:
	New file.

	* src/Plugins.py 1.1.1.1: Initial GNOME 2 port

	* src/Plugins.py 1.1: New file.

	* src/PedView.py 1.1.1.1, src/PlaceView.py 1.1.1.1:
	Initial GNOME 2 port

	* src/PedView.py 1.1, src/PlaceView.py 1.1: New file.

	* src/MergeData.py 1.1.1.1, src/NameEdit.py 1.1.1.1, src/NoteEdit.py 1.1.1.1, src/PaperMenu.py 1.1.1.1:
	Initial GNOME 2 port

	* src/MergeData.py 1.1, src/NameEdit.py 1.1, src/NoteEdit.py 1.1, src/PaperMenu.py 1.1:
	New file.

	* src/Makefile.in 1.1.1.1, src/Marriage.py 1.1.1.1, src/MediaView.py 1.1.1.1:
	Initial GNOME 2 port

	* src/Makefile.in 1.1, src/Marriage.py 1.1, src/MediaView.py 1.1:
	New file.

	* src/ImgManip.py 1.1.1.1, src/LocEdit.py 1.1.1.1: Initial GNOME 2 port

	* src/ImgManip.py 1.1, src/LocEdit.py 1.1: New file.

	* src/ImageSelect.py 1.1.1.1: Initial GNOME 2 port

	* src/ImageSelect.py 1.1: New file.

	* src/GrampsParser.py 1.1.1.1, src/GrampsXML.py 1.1.1.1, src/GrampsZODB.py 1.1.1.1, src/GraphLayout.py 1.1.1.1:
	Initial GNOME 2 port

	* src/GrampsParser.py 1.1, src/GrampsXML.py 1.1, src/GrampsZODB.py 1.1, src/GraphLayout.py 1.1:
	New file.

	* src/GrampsCfg.py 1.1.1.1: Initial GNOME 2 port

	* src/GrampsCfg.py 1.1: New file.

	* src/GenericFilter.py 1.1.1.1: Initial GNOME 2 port

	* src/GenericFilter.py 1.1: New file.

	* src/FontScale.py 1.1.1.1, src/GedcomInfo.py 1.1.1.1:
	Initial GNOME 2 port

	* src/FontScale.py 1.1, src/GedcomInfo.py 1.1: New file.

	* src/EditPlace.py 1.1.1.1, src/EditSource.py 1.1.1.1, src/EventEdit.py 1.1.1.1, src/Filter.py 1.1.1.1, src/Find.py 1.1.1.1:
	Initial GNOME 2 port

	* src/EditPlace.py 1.1, src/EditSource.py 1.1, src/EventEdit.py 1.1, src/Filter.py 1.1, src/Find.py 1.1:
	New file.

	* src/EditPerson.py 1.1.1.1: Initial GNOME 2 port

	* src/EditPerson.py 1.1: New file.

	* src/DbPrompter.py 1.1.1.1, src/DrawDoc.py 1.1.1.1:
	Initial GNOME 2 port

	* src/DbPrompter.py 1.1, src/DrawDoc.py 1.1: New file.

	* src/Date.py 1.1.1.1, src/DateEdit.py 1.1.1.1: Initial GNOME 2 port

	* src/Date.py 1.1, src/DateEdit.py 1.1: New file.

	* src/Bookmarks.py 1.1.1.1, src/Calendar.py 1.1.1.1, src/ChooseParents.py 1.1.1.1:
	Initial GNOME 2 port

	* src/Bookmarks.py 1.1, src/Calendar.py 1.1, src/ChooseParents.py 1.1:
	New file.

	* doc/gramps-manual/C/figures/sourcerefsel.png 1.1.1.1, doc/gramps-manual/C/figures/toolsel.png 1.1.1.1, src/.cvsignore 1.1.1.1, src/AddMedia.py 1.1.1.1, src/AddSpouse.py 1.1.1.1, src/AddrEdit.py 1.1.1.1, src/AttrEdit.py 1.1.1.1, src/AutoComp.py 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/sourcerefsel.png 1.1, doc/gramps-manual/C/figures/toolsel.png 1.1, src/.cvsignore 1.1, src/AddMedia.py 1.1, src/AddSpouse.py 1.1, src/AddrEdit.py 1.1, src/AttrEdit.py 1.1, src/AutoComp.py 1.1:
	New file.

	* doc/gramps-manual/C/figures/reportsel.png 1.1.1.1, doc/gramps-manual/C/figures/revcontrol.png 1.1.1.1, doc/gramps-manual/C/figures/savecomment.png 1.1.1.1, doc/gramps-manual/C/figures/sourcelist.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/reportsel.png 1.1, doc/gramps-manual/C/figures/revcontrol.png 1.1, doc/gramps-manual/C/figures/savecomment.png 1.1, doc/gramps-manual/C/figures/sourcelist.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/prefs-report.png 1.1.1.1, doc/gramps-manual/C/figures/prefs-research.png 1.1.1.1, doc/gramps-manual/C/figures/prefs-revision.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/prefs-report.png 1.1, doc/gramps-manual/C/figures/prefs-research.png 1.1, doc/gramps-manual/C/figures/prefs-revision.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/prefs-main.png 1.1.1.1, doc/gramps-manual/C/figures/prefs-media.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/prefs-main.png 1.1, doc/gramps-manual/C/figures/prefs-media.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/prefs-guess.png 1.1.1.1, doc/gramps-manual/C/figures/prefs-ids.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/prefs-guess.png 1.1, doc/gramps-manual/C/figures/prefs-ids.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/prefs-dates.png 1.1.1.1, doc/gramps-manual/C/figures/prefs-disp.png 1.1.1.1, doc/gramps-manual/C/figures/prefs-find.png 1.1.1.1, doc/gramps-manual/C/figures/prefs-gen.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/prefs-dates.png 1.1, doc/gramps-manual/C/figures/prefs-disp.png 1.1, doc/gramps-manual/C/figures/prefs-find.png 1.1, doc/gramps-manual/C/figures/prefs-gen.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/prefs-colors.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/prefs-colors.png 1.1: New file.

	* doc/gramps-manual/C/figures/peoplelist.png 1.1.1.1, doc/gramps-manual/C/figures/placelist.png 1.1.1.1, doc/gramps-manual/C/figures/prefs-bars.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/peoplelist.png 1.1, doc/gramps-manual/C/figures/placelist.png 1.1, doc/gramps-manual/C/figures/prefs-bars.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/pedegreesel.png 1.1.1.1, doc/gramps-manual/C/figures/pedegreeview.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/pedegreesel.png 1.1, doc/gramps-manual/C/figures/pedegreeview.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/mediaview.png 1.1.1.1, doc/gramps-manual/C/figures/opendb.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/mediaview.png 1.1, doc/gramps-manual/C/figures/opendb.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/localmedia.png 1.1.1.1, doc/gramps-manual/C/figures/mainwin.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/localmedia.png 1.1, doc/gramps-manual/C/figures/mainwin.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/globalmedia.png 1.1.1.1, doc/gramps-manual/C/figures/gotobookmark.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/globalmedia.png 1.1, doc/gramps-manual/C/figures/gotobookmark.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/familyview.png 1.1.1.1, doc/gramps-manual/C/figures/filter.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/familyview.png 1.1, doc/gramps-manual/C/figures/filter.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/ep-general.png 1.1.1.1, doc/gramps-manual/C/figures/ep-internet.png 1.1.1.1, doc/gramps-manual/C/figures/ep-lds.png 1.1.1.1, doc/gramps-manual/C/figures/ep-notes.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/ep-general.png 1.1, doc/gramps-manual/C/figures/ep-internet.png 1.1, doc/gramps-manual/C/figures/ep-lds.png 1.1, doc/gramps-manual/C/figures/ep-notes.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/ep-attributes.png 1.1.1.1, doc/gramps-manual/C/figures/ep-event.png 1.1.1.1, doc/gramps-manual/C/figures/ep-gallery.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/ep-attributes.png 1.1, doc/gramps-manual/C/figures/ep-event.png 1.1, doc/gramps-manual/C/figures/ep-gallery.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/ep-altname.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/ep-altname.png 1.1: New file.

	* doc/gramps-manual/C/figures/druidpg1.png 1.1.1.1, doc/gramps-manual/C/figures/editbookmarks.png 1.1.1.1, doc/gramps-manual/C/figures/ep-address.png 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/druidpg1.png 1.1, doc/gramps-manual/C/figures/editbookmarks.png 1.1, doc/gramps-manual/C/figures/ep-address.png 1.1:
	New file.

	* doc/gramps-manual/C/figures/addmedia.png 1.1.1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/up.gif 1.1.1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/warning.gif 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/figures/addmedia.png 1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/up.gif 1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/warning.gif 1.1:
	New file.

	* doc/gramps-manual/C/gramps-manual/index.html 1.1.1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/caution.gif 1.1.1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/home.gif 1.1.1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/important.gif 1.1.1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/next.gif 1.1.1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/note.gif 1.1.1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/prev.gif 1.1.1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/tip.gif 1.1.1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/toc-blank.gif 1.1.1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/toc-minus.gif 1.1.1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/toc-plus.gif 1.1.1.1, doc/gramps-manual/C/gramps-manual/x129.html 1.1.1.1, doc/gramps-manual/C/gramps-manual/x41.html 1.1.1.1, doc/gramps-manual/C/gramps-manual/x84.html 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/gramps-manual/index.html 1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/caution.gif 1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/home.gif 1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/important.gif 1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/next.gif 1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/note.gif 1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/prev.gif 1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/tip.gif 1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/toc-blank.gif 1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/toc-minus.gif 1.1, doc/gramps-manual/C/gramps-manual/stylesheet-images/toc-plus.gif 1.1, doc/gramps-manual/C/gramps-manual/x129.html 1.1, doc/gramps-manual/C/gramps-manual/x41.html 1.1, doc/gramps-manual/C/gramps-manual/x84.html 1.1:
	New file.

	* doc/gramps-manual/C/Makefile.in 1.1.1.1, doc/gramps-manual/C/gramps-manual/ln7.html 1.1.1.1, doc/gramps-manual/C/gramps-manual/t1.html 1.1.1.1, doc/gramps-manual/C/gramps-manual/x28.html 1.1.1.1, doc/gramps-manual/C/index.html 1.1.1.1, doc/gramps-manual/C/omf_timestamp 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/Makefile.in 1.1, doc/gramps-manual/C/gramps-manual/ln7.html 1.1, doc/gramps-manual/C/gramps-manual/t1.html 1.1, doc/gramps-manual/C/gramps-manual/x28.html 1.1, doc/gramps-manual/C/index.html 1.1, doc/gramps-manual/C/omf_timestamp 1.1:
	New file.

	* doc/gramps-manual/C/Makefile.am 1.1.1.1, doc/gramps-manual/C/gramps-manual-C.omf 1.1.1.1, doc/gramps-manual/C/gramps-manual.sgml 1.1.1.1:
	Initial GNOME 2 port

	* doc/gramps-manual/C/Makefile.am 1.1, doc/gramps-manual/C/gramps-manual-C.omf 1.1, doc/gramps-manual/C/gramps-manual.sgml 1.1:
	New file.

	* doc/extending-gramps/C/extending-gramps/index.html 1.1.1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/caution.gif 1.1.1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/home.gif 1.1.1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/important.gif 1.1.1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/next.gif 1.1.1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/note.gif 1.1.1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/prev.gif 1.1.1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/tip.gif 1.1.1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/toc-blank.gif 1.1.1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/toc-minus.gif 1.1.1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/toc-plus.gif 1.1.1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/up.gif 1.1.1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/warning.gif 1.1.1.1, doc/extending-gramps/C/extending-gramps/x131.html 1.1.1.1, doc/extending-gramps/C/extending-gramps/x162.html 1.1.1.1, doc/extending-gramps/C/extending-gramps/x177.html 1.1.1.1, doc/gramps-manual/Makefile.am 1.1.1.1, doc/gramps-manual/Makefile.in 1.1.1.1:
	Initial GNOME 2 port

	* doc/extending-gramps/C/extending-gramps/index.html 1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/caution.gif 1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/home.gif 1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/important.gif 1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/next.gif 1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/note.gif 1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/prev.gif 1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/tip.gif 1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/toc-blank.gif 1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/toc-minus.gif 1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/toc-plus.gif 1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/up.gif 1.1, doc/extending-gramps/C/extending-gramps/stylesheet-images/warning.gif 1.1, doc/extending-gramps/C/extending-gramps/x131.html 1.1, doc/extending-gramps/C/extending-gramps/x162.html 1.1, doc/extending-gramps/C/extending-gramps/x177.html 1.1, doc/gramps-manual/Makefile.am 1.1, doc/gramps-manual/Makefile.in 1.1:
	New file.

	* doc/extending-gramps/C/Makefile.am 1.1.1.1, doc/extending-gramps/C/extending-gramps-C.omf 1.1.1.1, doc/extending-gramps/C/extending-gramps.sgml 1.1.1.1, doc/extending-gramps/C/extending-gramps/ln7.html 1.1.1.1, doc/extending-gramps/C/extending-gramps/t1.html 1.1.1.1, doc/extending-gramps/C/extending-gramps/x57.html 1.1.1.1, doc/extending-gramps/C/extending-gramps/x83.html 1.1.1.1, doc/extending-gramps/C/index.html 1.1.1.1, doc/extending-gramps/C/omf_timestamp 1.1.1.1:
	Initial GNOME 2 port

	* doc/extending-gramps/C/Makefile.am 1.1, doc/extending-gramps/C/extending-gramps-C.omf 1.1, doc/extending-gramps/C/extending-gramps.sgml 1.1, doc/extending-gramps/C/extending-gramps/ln7.html 1.1, doc/extending-gramps/C/extending-gramps/t1.html 1.1, doc/extending-gramps/C/extending-gramps/x57.html 1.1, doc/extending-gramps/C/extending-gramps/x83.html 1.1, doc/extending-gramps/C/index.html 1.1, doc/extending-gramps/C/omf_timestamp 1.1:
	New file.

	* doc/extending-gramps/C/Makefile.in 1.1.1.1, doc/extending-gramps/Makefile.am 1.1.1.1, doc/extending-gramps/Makefile.in 1.1.1.1, doc/sgmldocs.make 1.1.1.1:
	Initial GNOME 2 port

	* doc/extending-gramps/C/Makefile.in 1.1, doc/extending-gramps/Makefile.am 1.1, doc/extending-gramps/Makefile.in 1.1, doc/sgmldocs.make 1.1:
	New file.

	* doc/Makefile.in 1.1.1.1, doc/gramps.1.in 1.1.1.1:
	Initial GNOME 2 port

	* doc/Makefile.in 1.1, doc/gramps.1.in 1.1: New file.

	* autogen.sh 1.1.1.1, doc/Makefile.am 1.1.1.1, doc/gramps.1 1.1.1.1, doc/gramps.dtd 1.1.1.1, doc/gramps.sgml 1.1.1.1, gramps.spec 1.1.1.1, gramps.spec.in 1.1.1.1:
	Initial GNOME 2 port

	* autogen.sh 1.1, doc/Makefile.am 1.1, doc/gramps.1 1.1, doc/gramps.dtd 1.1, doc/gramps.sgml 1.1, gramps.spec 1.1, gramps.spec.in 1.1:
	New file.

	* aclocal.m4 1.1.1.1: Initial GNOME 2 port

	* aclocal.m4 1.1: New file.

	* AUTHORS 1.1.1.1, ChangeLog 1.1.1.1, INSTALL 1.1.1.1, Makefile.am 1.1.1.1, Makefile.comm 1.1.1.1, Makefile.in 1.1.1.1, configure 1.1.1.1, configure.in 1.1.1.1, gramps.sh.in 1.1.1.1, install-sh 1.1.1.1, py-compile 1.1.1.1:
	Initial GNOME 2 port

	* AUTHORS 1.1, ChangeLog 1.1, INSTALL 1.1, Makefile.am 1.1, Makefile.comm 1.1, Makefile.in 1.1, configure 1.1, configure.in 1.1, gramps.sh.in 1.1, install-sh 1.1, py-compile 1.1:
	New file.

	* .cvsignore 1.1.1.1, COPYING 1.1.1.1, NEWS 1.1.1.1, README 1.1.1.1, TODO 1.1.1.1:
	Initial GNOME 2 port

	* .cvsignore 1.1, COPYING 1.1, NEWS 1.1, README 1.1, TODO 1.1:
	New file.