gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun May 3 15:41:25 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/6b3e1ea5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d829a463 (commit)
	from  https://github.com/Gnucash/gnucash/commit/9cdf6a6a (commit)



commit 6b3e1ea5d3af911750efcb2f93b5db2e2d959d27
Merge: 9cdf6a6a43 d829a46320
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun May 3 12:39:21 2026 -0700

    Merge Sherlock's 'dont-process-unchanged' into stable.

commit d829a463208b71e3383e27518c77a70c310cb6c8
Author: Sherlock <119709043+agwekixj at users.noreply.github.com>
Date:   Tue Apr 28 16:36:23 2026 -0700

    Determine if an account in a split has changed before processing it as if it has.
    
    While debugging bug 799762, noted replacing the account in a split with the identical account was processed as if the account had actually changed.  This otherwise superfluous processing blocks the transaction edit when the account is a placeholder.  This patch adds a test in gnc_split_register_check_account() to verify the account has actually changed before proceeding as if it has.



Summary of changes:
 .../ledger-core/split-register-control.cpp         | 45 ++++++++++++----------
 1 file changed, 24 insertions(+), 21 deletions(-)



More information about the gnucash-patches mailing list