gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri May 8 18:42:15 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/b8181871 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/99822a16 (commit)
	from  https://github.com/Gnucash/gnucash/commit/99208875 (commit)



commit b8181871dd61628ea82b464a0ee2a20cbfce5afe
Merge: 992088754f 99822a16c8
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri May 8 15:41:57 2026 -0700

    Merge Sherlock's 'bug-436105' into stable

commit 99822a16c835ff76907df53ff245c3544b7f4bfb
Author: Sherlock <119709043+agwekixj at users.noreply.github.com>
Date:   Mon May 4 13:08:47 2026 -0700

    Bug 436105 - esc key not working as expected in register
    
    This patch enables the use of the Escape key to cancel an edit of a field in a transaction or a split restoring the value the field held when the user navigated to the transaction or split.



Summary of changes:
 gnucash/register/register-core/basiccell.c         | 19 +++++
 gnucash/register/register-core/table-allgui.c      | 99 ++++++++++++----------
 gnucash/register/register-core/table-allgui.h      |  4 +
 gnucash/register/register-gnome/combocell-gnome.c  | 27 +++++-
 .../register/register-gnome/completioncell-gnome.c | 13 +++
 gnucash/register/register-gnome/datecell-gnome.c   | 16 ++++
 .../register/register-gnome/formulacell-gnome.c    | 18 ++++
 gnucash/register/register-gnome/pricecell-gnome.c  | 18 ++++
 .../register/register-gnome/quickfillcell-gnome.c  | 17 ++++
 gnucash/register/register-gnome/table-gnome.c      | 30 +++++--
 10 files changed, 204 insertions(+), 57 deletions(-)



More information about the gnucash-patches mailing list