From ea3d49e50c7702b925bd26d0d619edec4f5c7ae3 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Fri, 9 Feb 2018 21:02:23 +0000 Subject: [PATCH] Update Changelog and NEWS files --- ChangeLog | 244 ++------------------------------------------------- NEWS | 4 + po/ChangeLog | 8 -- 3 files changed, 9 insertions(+), 247 deletions(-) diff --git a/ChangeLog b/ChangeLog index 760816db15f..7c69739cce8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,247 +1,13 @@ -2018-02-08 Nick Hall - - * po/gramps.pot: Update translation template for new release - -2018-02-05 prculley - - * gramps/gen/utils/docgen/csvtab.py: Fix Export View to CSV when - Unicode characters are present Fixes #10404 - -2018-02-05 prculley - - * gramps/gen/datehandler/_date_de.py, - gramps/gen/datehandler/_date_el.py, - gramps/gen/datehandler/_date_lt.py, - gramps/gen/datehandler/_date_nl.py, - gramps/gen/datehandler/_date_pl.py, - gramps/gen/datehandler/_date_sr.py: Fix several intl date displayers - for missing parameter. Fixes #10196 - -2018-01-29 niememat - - * po/fi.po: Update finnish translation - -2018-01-28 Paul Culley - - * gramps/plugins/drawreport/descendtree.py, - gramps/plugins/lib/libtreebase.py: DescendantTree report; fix - crashes and Title spacing for Gramps42 (#537) * Fix DescendentTree report for crashes Fixes #10377 * Fix DescendentTree report; more space beneath Title Issue #10377 - -2018-01-28 Paul Culley - - * gramps/gen/plug/report/_book.py, - gramps/gui/plug/report/_bookdialog.py, - gramps/gui/plug/report/_docreportdialog.py: Fix Book XML handler to - deal with unusual characters in Book name Gramps42 (#536) * Fix Book XML handler to deal with unusual characters in Book name Fixes #10387 * Fix 'Generate Book' dialog for bad transient parent * Fix Book XML handler for unusual characters in report name Issue #10387 - -2018-01-27 Leonhaeuser - - * po/de.po: update German translation - -2017-11-21 Nick Hall - - * gramps/cli/plug/__init__.py, gramps/gen/plug/__init__.py, - gramps/gen/plug/_pluginreg.py, gramps/gen/plug/docgen/__init__.py, - gramps/gen/plug/docgen/treedoc.py, - gramps/gen/plug/report/_constants.py, - gramps/gui/plug/report/_graphreportdialog.py, - gramps/gui/plug/report/_graphvizreportdialog.py, - gramps/gui/plug/report/_reportdialog.py, - gramps/gui/plug/report/_treereportdialog.py, po/POTFILES.in: Add - support for new genealogy tree report category Issue #10223. - -2017-12-26 prculley - - * gramps/plugins/gramplet/mediapreview.py: Fix Media Preview - Gramplet for closed db Fixes #10332 - -2017-12-12 prculley - - * gramps/plugins/lib/libgedcom.py: Suport FTM 2017 Gedcom tags on - import Bug #10285 FTM adds subordinate PLAC and OBJE data to INDI.ADDR - which is non-standard. So treat it as a Residence Event, instead of - an Address. FTM puts _DATE and _TEXT tags subordinate to OBJE, also - non-standard. - -2017-12-01 prculley - - * gramps/gui/filters/sidebar/_familysidebarfilter.py, - gramps/gui/filters/sidebar/_personsidebarfilter.py: Fix Person, - Family Sidebar Filters to add custom Event types Fixes #10112 Also fix Family Sidebar Filter RelType init with closed - db - -2017-12-07 prculley - - * gramps/gui/dialog.py: Fix QuestionDialog display for html like - characters in title Fixes #10298 - -2017-11-27 prculley - - * gramps/gen/lib/familyreltype.py: Fix FamilyRelationshpType - _DATAMAP order to correspond with values Fixes #10275 - -2017-11-21 prculley - - * gramps/plugins/lib/libgedcom.py: Fix Gedcom import for illegal - Gedcom Family Attributes Issue #10262 TMG Gedcom exports an illegal NCHI with sub-data for - FAM. Gramps could not handle this and attached the sub-data to the - FAM creating some corrupted Event records. - -2017-10-27 prculley - - * gramps/plugins/lib/libgedcom.py: Fix Gedcom export for bad Hebrew - Months Fixes #10245 - -2017-11-05 prculley - - * INSTALL: Change INSTALL to replace 'python' with 'python3 for - script invokes - -2017-10-25 prculley - - * gramps/plugins/importer/importcsv.py: Fix CSV importer for place - event name using gramps_id Fixes #10239 - -2017-10-14 prculley +2018-02-09 prculley * gramps/plugins/view/geoclose.py, gramps/plugins/view/geoevents.py, gramps/plugins/view/geofamclose.py, gramps/plugins/view/geofamily.py, gramps/plugins/view/geoperson.py, - gramps/plugins/view/geoplaces.py: Fix Geography view 'Find' when db - is closed. Fixes #10229 - -2017-10-13 prculley - - * gramps/gui/widgets/interactivesearchbox.py: Fix interactive search - for exception on click then down arrow Fixes #10226 - -2017-10-09 prculley - - * gramps/gen/plug/docgen/graphdoc.py, gramps/gen/utils/file.py: - Create where_is utility to locate a binary in the standard places This is particularly useful on Mac OS X where Gramps is passed a - PATH that does not include elements added by the terminal shell. - -2017-10-05 prculley + gramps/plugins/view/geoplaces.py: Fix Geography views for bad + 'dbstate.is_open()' test Fixes #10417 - * gramps/gen/plug/docgen/graphdoc.py: Fix relationship Graph so - Unicode chars on Multiple pages works. Fixes: #9783, #9359, #8080, #6782, #6108 Bugs: #6431, #4164, #1485, - #2964, #2790 - -2017-10-01 prculley - - * data/authors.xml: update authors file - -2017-09-22 prculley - - * gramps/plugins/lib/libgedcom.py: Fix Gedcom import for "1 MARR Y" - issue Fixes #10188 - -2018-01-19 Paul Culley - - * gramps/plugins/export/exportftree.py: Fix Export Web Family Tree - for errors on file write (#525) Fixes #10364 - -2018-01-19 Paul Culley - - * gramps/gui/glade/editcitation.glade: Fix Citation Editor to Tab - out of Confidence ComboBox (#526) Fixes #10351 - -2018-01-15 John Ralls - - * mac/gramps.modules: Reset the dependencies on the new meta-module. - -2018-01-15 John Ralls - - * mac/gramps.modules: Use online modules. Instead of the path that works on my machines only. - -2018-01-15 John Ralls - - * mac/gramps.modules: Consolidate Python2 and Python3 meta-modules. GObject-Introspection now works with Python3 so the split isn't - needed any more. - -2018-01-13 Nick Hall - - * gramps/gui/views/listview.py: Use None as the foreground colour - for untagged rows in list views The call to get_style_context is not required. It also caused - problems in Windows due to excessive calls to the foreground_color - method. Fixes #10365. - -2017-12-18 Nick Hall - - * gramps/gui/widgets/__init__.py, gramps/gui/widgets/shadebox.py, - gramps/plugins/view/relview.py, po/POTFILES.skip: Fix shading colour - in relationship view for dark themes Fixes #7749. - -2017-12-18 Nick Hall - - * gramps/gui/utils.py, gramps/gui/widgets/grampletpane.py, - gramps/gui/widgets/labels.py, - gramps/gui/widgets/styledtexteditor.py: Fix link colour for dark - themes Issue #7749. - -2017-12-18 Nick Hall - - * gramps/gui/views/listview.py, - gramps/gui/views/treemodels/citationbasemodel.py, - gramps/gui/views/treemodels/eventmodel.py, - gramps/gui/views/treemodels/familymodel.py, - gramps/gui/views/treemodels/mediamodel.py, - gramps/gui/views/treemodels/notemodel.py, - gramps/gui/views/treemodels/peoplemodel.py, - gramps/gui/views/treemodels/placemodel.py, - gramps/gui/views/treemodels/repomodel.py, - gramps/gui/views/treemodels/sourcemodel.py, - gramps/gui/views/treemodels/treebasemodel.py: Fix default foreground - colour in list views for dark themes Issue #7749. - -2017-02-20 prculley - - * gramps/gui/undohistory.py: fix Undo; crashes due to race in Gtk Some Redraws occur during a model clear when the row changed signal - is emmitted. Model is only partially cleared at that point. Under - some conditions, some more of the model gets cleared before the - redraw completes, and redraw fails. fixes #9932 - -2017-05-29 prculley - - * gramps/plugins/lib/libgedcom.py: Gedcom import with OBJE/FORM URL - on event Fixes #7593. - -2017-06-04 Josip - - * gramps/gui/clipboard.py: EOFError [Ran out of input] in Clipboard - (#411) [EOFError: Ran out of input] for Clipboard when you drag and drop - the bolded lines in selected tabs of Person Edit Attempt to drag and drop any of the "bolded lines" in the Events or - Names tabs into the clipboard window. The unbolded lines drag and - drop ok. Fixes #8788. - -2017-05-28 Josip - - * gramps/gui/clipboard.py: Cannot drag & drop textual value via - clipboard Allows dnd of textual values from clipboard and shows icon of - target-type during dragging instead of row image, except for text - target shows actual text as drag icon. Fixes #7532. - -2017-10-06 prculley - - * gramps/gen/utils/callback.py: Fix 'DbBsddbRead' object has no - attribute '_Callback__callback_map' Fixes #10219 Same idea as 87a5412 for Gramps50 - -2017-09-24 SNoiraud - - * gramps/plugins/webreport/narrativeweb.py: Reports - Narrated Web - Site Failure Fixes #10206 - -2017-08-26 John Ralls - - * mac/gramps.bundle: Fix link path in gramps-launcher compile - instructions. - -2017-08-26 John Ralls - - * mac/Info.plist, mac/gramps.modules: Release 4.2.6 on Mac. - -2017-08-01 romjerome +2018-02-08 Nick Hall - * bump to 4.2.7 + * Bump to 4.2.8 diff --git a/NEWS b/NEWS index 2ec571c54ac..bcccfea7d27 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +2018-02-09 +Version 4.2.8 +* Fix Geography views for bad 'dbstate.is_open()' test + 2018-02-08 Version 4.2.7 * Fix Export View to CSV when Unicode characters are present diff --git a/po/ChangeLog b/po/ChangeLog index 8573bb788b2..e69de29bb2d 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,8 +0,0 @@ -2018-01-29 niememat - - * po/fi.po: Update finnish translation - -2018-01-27 Leonhaeuser - - * update German translation -