2015-04-30  Jérôme Rapinat <romjerome@users.noreply.github.com>

	* NEWS, configure.in: make official release

2015-04-28  Jérôme Rapinat <romjerome@users.noreply.github.com>

	* gramps/gui/viewmanager.py, po/fr.po, po/gramps.pot: update
	translation template  was change around GEDCOM SUBM tag  update
	french translation  remove extra 'gramps/gui/viewmanager.py' file
	from 34 branch

2015-04-25  John Ralls <jralls@ceridwen.us>

	* mac/gramps.launcher: Use MSWin environment variables USERPROFILE
	and APPDATA.  Instead of GRAMPSHOME. GRAMPSHOME is based on the
	assumption that the config directory is GRAMPSHOME/gramps, and that
	causes the default location for reports and backups to be
	~/Library/Application Support. The MSWin variables allow the two to
	be separated.  Thanks to Tim Lyons for the suggestion.  (cherry
	picked from commit c11c63169f08495e8f03d7bb1aefc8ce5b3d6d5a)

2015-04-24  Leonhaeuser <mirko@leonhaeuser.de>

	* po/de.po: update German translation

2015-04-24  kulath <guy.linton@gmail.com>

	* src/plugins/lib/libgedcom.py: 0001360: Gedcom input: SUBN and SUBM
	record handling  Fixed: (a) Additional spaces beyond the first
	between a GEDCOM tag and the rest of the line are not ignored.  (b)
	The SUBMitter name is ignored (it is overwritten by the XREF).  (c)
	SUBmissioN data items are not committed to the database.

2015-04-17  John Ralls <jralls@ceridwen.us>

	* gramps/gui/viewmanager.py, src/gui/viewmanager.py: Fix
	gtk-critical error when setting mac menubar.  Port of 3147cf5 from
	master.

2015-04-12  kulath <guy.linton@gmail.com>

	* src/plugins/export/ExportGedcom.py: 0002370: GEDCOM import/export
	round trip causes lost information  Fixed output of Adoption records
	so "1 ADOP" is only written once for the person event and the
	adoption relationship.

2015-04-01  Nemeséri Lajos <nemeseril@gmail.com>

	* po/gramps.pot, po/hu.po: update Hungarian translation

2015-04-01  Jérôme Rapinat <romjerome@users.noreply.github.com>

	* po/check_po: 6403: false positive on pattern

2015-04-01  kulath <guy.linton@gmail.com>

	* src/plugins/lib/libgedcom.py: 0004412: Entering a witness to an
	event such as marriage  In some circumstances (after a Father's age
	of Mother's age) a witness could be ignored.

2015-04-01  Jérôme Rapinat <romjerome@users.noreply.github.com>

	* po/check_po: 6403: add a rule for checking mapping key

2015-03-31  Matt Keenan <matt.keenan@gmail.com>

	* src/gui/plug/_guioptions.py: 8468: GuiColorOption missing
	avail-changed event handler

2015-03-31  kulath <guy.linton@gmail.com>

	* src/plugins/export/ExportGedcom.py,
	src/plugins/webreport/NarrativeWeb.py: 0008355: Gramps can't
	[GEDCOM] import estim. date period exported by itself  Changed
	output format to DATE EST FROM TO and DATE CALC FROM TO. Also
	changed in Narrative Web (which uses the same functions).

2015-03-19  Jérôme Rapinat <romjerome@users.noreply.github.com>

	* po/fr.po, po/gramps.pot: update template; fr.po:8103: sidebar
	gramplet does not fit well into Event and Citation views

2015-03-19  Jérôme Rapinat <romjerome@users.noreply.github.com>

	* src/plugins/rel/rel_fr.py: 8451: Fix crash on RelGraph report with
	unknown gender

2015-03-18  Paul Franklin <pf.98052@gmail.com>

	* src/gui/plug/report/_reportdialog.py,
	src/plugins/export/ExportXml.py: 7155: Support creating directories
	in various scenarios

2015-03-13  Zdeněk Hataš <zdenek.hatas@gmail.com>

	* po/cs.po: czech translation update

2015-03-12  kulath <guy.linton@gmail.com>

	* src/plugins/lib/libgedcom.py: 0008401: NameError in GEDCOM
	importer

2015-03-12  kulath <guy.linton@gmail.com>

	* src/plugins/lib/libgedcom.py: 0008322: Event address is lost on
	import, i.e. disconnected from event.  On GEDCOM import, Places are
	only merged if the Place Title and the whole of the main location
	are identical.

2015-03-02  kulath <guy.linton@gmail.com>

	* src/gen/db/dbconst.py, src/gen/db/write.py: Make a zip backup if
	schema is to be upgraded see 8134: Error converting python2 utf-8
	strings to python3 str when loading data from database

2015-03-01  kulath <guy.linton@gmail.com>

	* src/gen/db/write.py: 0007824: Regression: running gramps from
	crontab fails

2015-02-28  kulath <guy.linton@gmail.com>

	* src/gen/db/read.py: 0008380: tag_map is not initialized

2015-02-27  kulath <guy.linton@gmail.com>

	* src/plugins/tool/Check.py: 8233: Fix bad handle in explanation
	note for unknown event

2015-02-23  Paul Franklin <pf.98052@gmail.com>

	* src/gen/proxy/filter.py: 8316: Family with children but no parents
	is lost on filtered export

2015-02-16  kulath <guy.linton@gmail.com>

	* src/plugins/lib/libgedcom.py: 0008347: GEDCOM import of embedded
	notes attached to media does not work

2015-02-16  Jérôme Rapinat <romjerome@yahoo.fr>

	* po/fr.po: fix typos, thank you phcook

2015-02-02  kulath <guy.linton@gmail.com>

	* src/cli/grampscli.py, src/gen/db/read.py,
	src/gen/lib/researcher.py, src/plugins/import/ImportXml.py,
	src/plugins/lib/libgedcom.py: 0007014: Errors handling
	owner/submitter information in GEDCOM files. Only import researcher
	from GEDCOM or XML if the family tree was originally empty.

2015-01-21  Nick Hall <nick__hall@hotmail.com>

	* src/plugins/gramplet/SessionLogGramplet.py: 7533: Check for active
	person in session log gramplet

2015-01-21  Nick Hall <nick__hall@hotmail.com>

	* src/gui/editors/displaytabs/eventrefmodel.py,
	src/plugins/gramplet/Events.py: 7770: Always display main
	participants

2015-01-21  Nick Hall <nick__hall@hotmail.com>

	* src/plugins/textreport/PlaceReport.py: 7299: Fix bug when family
	has no parents

2015-01-07  kulath <guy.linton@gmail.com>

	* src/plugins/export/ExportGedcom.py: 0008283: GEDCOM export does
	not export media attached to citations. Fix for gramps34

2015-01-02  Jérôme Rapinat <romjerome@yahoo.fr>

	* src/const.py.in: New year...

2015-01-02  Enno Borgsteede <ennoborg@gmail.com>

	* src/gui/editors/displaytabs/Makefile.am: Fix missing
	mediaattrembedlist reference for building

2014-12-30  Paul Franklin <pf.98052@gmail.com>

	* src/plugins/docgen/SvgDrawDoc.py: specify SVG font size is in
	points, for stupid viewers

2014-12-30  Paul Franklin <pf.98052@gmail.com>

	* src/plugins/docgen/SvgDrawDoc.py: 8240: can't disable box shadow
	in SVG descendant tree

2014-12-17  Paul Franklin <pf.98052@gmail.com>

	* src/plugins/docgen/SvgDrawDoc.py: 8237: descendant tree graphical
	report, syntax error in svg output

2014-12-14  kulath <guy.linton@gmail.com>

	* src/plugins/docgen/ODFDoc.py: Fix 0008234: Various problems with
	docgen.TextDoc.add_media_object part (1) for gramps34 branch

2014-12-12  Jérôme Rapinat <romjerome@yahoo.fr>

	* po/POTFILES.skip, src/gui/editors/displaytabs/__init__.py,
	src/gui/editors/displaytabs/mediaattrembedlist.py,
	src/gui/editors/editmedia.py, src/gui/editors/editmediaref.py: 6934:
	backport environment for better managing custom attributes on Media,
	new MediaAttrEmbedList class

2014-11-24  kulath <guy.linton@gmail.com>

	* src/cli/arghandler.py: 8196: Spurious spaces in CLI List Family
	Trees, tab delimited output. Print statements changed to assemble
	the whole line before output.

2014-11-22  noirauds <serge.noiraud@free.fr>

	* src/plugins/view/htmlrenderer.py: bug 7929: HTML View fails to
	load on Debian unstable.

2014-10-24  Jérôme Rapinat <romjerome@yahoo.fr>

	* src/cli/grampscli.py: 8122: DB lock not checked when opening
	database from the recent opened trees

2014-10-17  Paul Franklin <pf.98052@gmail.com>

	* src/DateHandler/_Date_sr.py: enhance Serbian date handler to
	handle Cyrillic dates

2014-10-15  Jérôme Rapinat <romjerome@yahoo.fr>

	* src/gui/widgets/dateentry.py: 8103: sidebarfilter gramplet does
	not fit well into People, Events, Citations or Media views

2014-09-27  Luigi Toscano <luigi.toscano@tiscali.it>

	* po/it.po: Fix few messages

2014-09-25  Paul Franklin <pf.98052@gmail.com>

	* src/DateHandler/_Date_sr.py: sync gramps34's _Date_sr.py with
	gramps41's _date_sr.py

2014-09-18  Zdeněk Hataš <zdenek.hatas@gmail.com>

	* po/cs.po: 8064: translation fixes

2014-09-14  Zdeněk Hataš <zdenek.hatas@gmail.com>

	* po/cs.po: Typo fix.

2014-09-11  Petr Hejl <hejlp@seznam.cz>

	* src/DateHandler/_Date_cs.py: 8051: Can't fill in calculated and
	estimated dates in cs locale

2014-09-09  John Ralls <jralls@ceridwen.us>

	* mac/gramps.modules: Change OsmGpsMaps to git branch gtk2 from
	tarball  Prereq for cherry-picking Open Street Maps and Google Maps
	fixes.

2014-08-25  Paul Franklin <pf.98052@gmail.com>

	* src/plugins/import/ImportGedcom.py: revert part of 8014 patch,
	pending further review

2014-08-25  Björn Samvik <bjorn@samvik.se>

	* example/gedcom/sample.ged, src/plugins/import/ImportGedcom.py: 
	8014: Importing gedcom files containing multibyte UTF-8 characters
	fails

2014-08-20  Paul Franklin <pf.98052@gmail.com>

	* src/plugins/webstuff/webstuff.py: tweak to "default" CSS choice
	for the narrated web report

2014-08-17  Paul Franklin <pf.98052@gmail.com>

	* src/plugins/webstuff/webstuff.py: enable the "default" CSS choice
	for the narrated web report  Otherwise, whenever you start the
	report, you get this:  WARNING: _enumeratedlist.py: line 124: Value
	'default' not found for option 'StyleSheet'

2014-07-20  Paul Franklin <pf.98052@gmail.com>

	* src/plugins/gramplet/Events.py: 7888: crash while scrolling in
	person view

2014-07-11  Paul Franklin <pf.98052@gmail.com>

	* src/plugins/textreport/AncestorReport.py: 7861: In Ahnentafel
	Report, Use Christening Date if no Birth Date

2014-07-10  Paul Franklin <pf.98052@gmail.com>

	* src/plugins/webreport/NarrativeWeb.py: 7739: [Narweb:] Missing
	webpage for media [under some circumstances]

2014-06-26  Paul Franklin <pf.98052@gmail.com>

	* src/DateHandler/_Date_zh.py: more translated strings in gramps34
	Chinese date handler  (but it is still not enabled, as it awaits
	more testing)

2014-06-22  Mirko Leonhaeuser <mirko@leonhaeuser.de>

	* po/de.po: Fixed 0006655 and 0007840

2014-06-11  Paul Franklin <pf.98052@gmail.com>

	* src/plugins/lib/libgedcom.py: 7398: Gedcom import deletes first
	char of notes

2014-06-05  Paul Franklin <pf.98052@gmail.com>

	* src/cli/arghandler.py: 7784 "IndexError: list index out of range"
	on [initial CLI "gramps -t"]

2014-06-02  Jérôme Rapinat <romjerome@yahoo.fr>

	* src/gui/selectors/selectperson.py: 5024 7770: typo around 'Last
	Change' column into Person Selector

2014-05-23  John Ralls <jralls@ceridwen.us>

	* mac/Imaging-Freetype2.patch, mac/gramps.modules: Patch PIL to
	build with Freetype2

2014-05-30  John Ralls <jralls@ceridwen.us>

	* mac/Info.plist, mac/gramps.modules: Update mac packaging for 3.4.8
	release.

2014-05-29  Jérôme Rapinat <romjerome@yahoo.fr>

	* bump to 3.4.9

