gnucash master: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sun May 10 07:24:09 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/8d64c011 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0b0e4c76 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f9dfdb3e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e92cd20d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f7a85161 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e84e6806 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a143d59b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/79286d92 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f23e3b26 (commit)



commit 8d64c011c5931ec4e7f4efc8f7ac17a9d014ad3b
Merge: f9dfdb3e6 0b0e4c763
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun May 10 17:04:39 2020 +0800

    Merge branch 'maint'

commit 0b0e4c7630f9a5a8202011fe5dc760eaed58dc28
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun May 10 03:41:05 2020 +0200

    HIG, I18N: Improve Budget menu entries

commit f9dfdb3e6c9b39982bddd7ff747a21597f41271b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat May 9 23:17:11 2020 +0800

    [c-interface] compact code, use (ice-9 match)

commit e92cd20d78cc84d5c8b2963aebd0c8006a31b292
Merge: f7a85161c a143d59b7
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat May 9 15:41:06 2020 -0700

    Merge Jean Laroches '797737_match_previously_matched_trans' into maint.

commit f7a85161cdbc7700317c0731ffb4aa373d0efd2c
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat May 9 23:47:43 2020 +0200

    I18N: fix translator comments in window-reconcile.c

commit e84e680603b225cb52be6981840b80291ef8352b
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat May 9 01:51:05 2020 +0200

    I18N: Fix several issuse with 'Help not found' strings
    
    Unify and modularize the strings
    Add an unmarked string

commit a143d59b7c9984d532c4db15c0f7438cb18dd3ac
Author: jean <you at example.com>
Date:   Fri May 8 08:44:23 2020 -0700

    Bug 797737 - Import matching can match an imported transaction to an existing, previously matched transaction
    
    A simple fix that skips transactions that have an online_id in the matching process.
    This fixes the issue, and also speeds up the import.

commit 79286d92d570135d7697eb3a65cbe725a9a8b449
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat May 2 11:11:21 2020 +0800

    Bug 797659 - Liabilities in budget report no longer calculate correctly
    
    Restores budget-3.7 behaviour for current budgets.
    Fixes future budget behaviour.
    Restore budget-3.7 headings "Income/Expense/Transfer"
    Renamed budget-3.7 heading Total to "Remaining"



Summary of changes:
 gnucash/gnome-utils/gnc-gnome-utils.c  | 30 +++++++++++++--------------
 gnucash/gnome/gnc-budget-view.c        | 23 ++++++++++----------
 gnucash/gnome/gnc-plugin-budget.c      | 16 +++++++-------
 gnucash/gnome/gnc-plugin-page-budget.c | 20 +++++++++---------
 gnucash/gnome/window-reconcile.c       |  6 ++----
 gnucash/import-export/import-backend.c |  4 ++++
 libgnucash/app-utils/c-interface.scm   | 38 +++++++++++++---------------------
 7 files changed, 63 insertions(+), 74 deletions(-)



More information about the gnucash-patches mailing list