head 1.2; access; symbols pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2025.12.21.18.12.06; author wiz; state dead; branches; next 1.1; commitid l6vpCGLQmCvKVinG; 1.1 date 2025.12.14.20.51.32; author wiz; state Exp; branches; next ; commitid X0gcIVzOuhym2qmG; desc @@ 1.2 log @gnucash: update to 5.14. 5.14 - 21 December 2025 Between 5.13 and 5.14, the following bugfixes were accomplished: Bug 799504 - Description of CAMT 053.001.02 has duplicate text Bug 799538 - Clipboard pastes to wrong field in SX editor Fixed Cut, Copy and Paste when focus is not in GnucashSheet. Now, when the user clicks on the "Scheduled Transactions" tab, the focus goes to the last edited cell. Bug 799682 - Unable to "Save As" (or open) a non-xml data file Bug 799699 - Inconsistent column headers in scheduled transaction editor Template transactions can't have totals, the formulas are just strings. Don't display the Tot Foo labels, they confuse users. Bug 799701 - SX Editor error When Frequency=Once Bug 799702 - build breaks with guile 3.0.11 The following fixes and improvements were not associated with bug reports: Fix crashes in processing invoices and creating mulit-commodity transactions due to premature destruction of the account tree view. This unfortunately un-fixes Bug 799249 Change the Transaction report when show subtotals only is selected: When Show only subtotals is selected (which suppresses display of individual transactions) the lowest level of subtotals is displayed in normal type and with just the category name instead of in bold type with a "Total of" prefix. Make the version information and the configured paths part of the About Dialog selectable. About dialog: Use the environment variable names for user directory labels instead of capitalized versions of the variables in gnc-filepath-utils. The environment variables are documented in the wiki and are what the user can change. Protect the special environment file prefix variables. A mailing list post reported that GnuCash crashes when he runs it with GNC_HOME=. We use GNC_HOME to set XDG_DATA_DIR in the environment file to accommodate relocating GnuCash on macOS and Windows and GnuCash crashes when the schemas aren't found so prevent the user from setting the 6 special environment variables either from the environment or by editing the environment file. Add a Postponed column to the Scheduled Transactions list as requested by Bug 799664. The column is hidden by default since it's not useful to people who don't postpone scheduled transaction instances. Fix the overly-narrow text boxes in the options dialogs. Improve the algorithm behind autoclearing transactions. It can now handle up to 30 uncleared transactions in an account reasonably quickly. Fix stale account balances and grand total during transaction import Removed China Merchants Bank from quote sources. The Finance::Quote module is no longer working and will be removed in the next release. Added US Bonds (usbonds) to gnc-commodity.cpp New Finance::Quote module to get prices for series E, EE, or I bonds Bulgarian Lev (BGN) replaced by Euro 1 Jan 2026. SRFI-64 test-equal no longer considers exceptions equal to #f. Improve some translatable strings. Xml Backend: speed up parsing of node text and of GUIDs. A variety of leak fixes and efficiency improvements. Replace deprecated g_binding_get_target, and increase glib version to 2.68 API change: Remove gnc_account_foreach_split reverse iteration, not used by GnuCash. Reset gui component session when saving a new file, including Save As of an existing book, reset the managed gui components to the new session prior to clearing the old session. New and Updated Translations: Arabic, Chinese (Simplified Han script), Croatian, Danish, Dutch, French, German, Hungarian, Indonesian, Macedonian, Portuguese, Russian, Serbian, Spanish, Swedish, Tamil, Turkish, Ukrainian @ text @$NetBSD: patch-gnucash_report_test_test-html-chart.scm,v 1.1 2025/12/14 20:51:32 wiz Exp $ Guile 3.0.11 compatibility. https://github.com/Gnucash/gnucash/pull/2158 --- gnucash/report/test/test-html-chart.scm.orig 2024-11-12 02:02:45.000000000 +0000 +++ gnucash/report/test/test-html-chart.scm @@@@ -60,8 +60,8 @@@@ 'abc (gnc:html-chart-get chart '(options maintainAspectRatio))) - (test-equal "path doesn't exist" - #f + (test-error "path doesn't exist" + #t (gnc:html-chart-get chart '(options scales xAxes (0) time))) (gnc:html-chart-set! chart '(options scales xAxes (0) time) a-list-of-pairs) @@@@ -77,11 +77,11 @@@@ (test-error "1st level option fails - cannot traverse through existing path" - 'invalid-path + 'wrong-type-arg (gnc:html-chart-set! chart '(options legend position invalid) 'de)) - (test-equal "deep nested new path - inexistent" - #f + (test-error "deep nested new path - nonexistent" + 'invalid-path (gnc:html-chart-get chart '(create new nested path))) (gnc:html-chart-set! chart '(create new nested path) 'newpath) @@@@ -115,6 +115,6 @@@@ (test-error "deep nested new path - cannot set 6th index" - 'error + 'index-too-high (gnc:html-chart-set! chart '(create list-kth (6) nested path) 'k4th)) )) @ 1.1 log @gnucash: pull in upstream patches for guile 3.0.11 support Requested by gdt@@ Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @