gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Jan 14 14:56:22 EST 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/44435140 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/49ce463a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/53780230 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8d4d1f15 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8bf306fc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cc919b1c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6df3ce88 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/15d3eb48 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/415f625b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1d97f263 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0ac40c0e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fb82c32b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d2a01083 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/86d923c4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/37213f27 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7035661e (commit)
	from  https://github.com/Gnucash/gnucash/commit/51d3f92c (commit)



commit 444351402998257a8dce7e15788c74b69faf3428
Merge: 51d3f92c7 49ce463aa
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jan 14 11:54:33 2021 -0800

    Merge Sebastian Ovide's gnc-fq-dump sort patch into maint.


commit 49ce463aaa5330aa6e77e1ec5a67097d3f869d61
Author: Sebastian Ovide <sebastian.ovide at gmail.com>
Date:   Sun Jan 10 15:09:51 2021 +0000

    sorting sources
    
    I've did a small bash script that retrieve the sources from gnc-fq-dump and try to find one source that has the specific stock. At that point I've noticed that the sources returned by Finance::Quote have always a different order. Just wondering if it is done in that way intentionally (?)

diff --git a/libgnucash/quotes/gnc-fq-dump.in b/libgnucash/quotes/gnc-fq-dump.in
index 6f11f8d82..9fe4c5375 100755
--- a/libgnucash/quotes/gnc-fq-dump.in
+++ b/libgnucash/quotes/gnc-fq-dump.in
@@ -167,7 +167,7 @@ my $q = Finance::Quote->new;
 $q->timeout(60);
 
 if ($#ARGV < 1) {
-  my @sources = $q->sources();
+  my @sources = sort $q->sources();
   printf "\nUsage: $0 [-v] <quote-source> <stock> [<stock> ...]\n\n";
   printf "-v: verbose\n";
   printf "Available sources are: \n     %s\n\n", join(' ', @sources);

commit 53780230753d36a0c879e157842bc0b24cf3783a
Merge: 8d4d1f152 f3609c3e4
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jan 3 22:09:47 2021 +0800

    Merge branch 'maint'


commit 8d4d1f15232e33a126a751a0be9207a0a5e492a3
Author: Allan Nordhøy <epost at anotheragency.no>
Date:   Sat Jan 2 20:29:21 2021 -0800

    Replace 'Non Bayesian' with grammatically more correct 'non-Bayesian'.

diff --git a/gnucash/gnome/gnc-plugin-basic-commands.c b/gnucash/gnome/gnc-plugin-basic-commands.c
index 11ff549fb..86571bcbf 100644
--- a/gnucash/gnome/gnc-plugin-basic-commands.c
+++ b/gnucash/gnome/gnc-plugin-basic-commands.c
@@ -209,7 +209,7 @@ static GtkActionEntry gnc_plugin_actions [] =
     },
     {
         "ToolsImapEditorAction", NULL, N_("_Import Map Editor"), NULL,
-        N_("View and Delete Bayesian and Non Bayesian information"),
+        N_("View and Delete Bayesian and non-Bayesian information"),
         G_CALLBACK (gnc_main_window_cmd_tools_imap_editor)
     },
     {
diff --git a/libgnucash/engine/Account.h b/libgnucash/engine/Account.h
index cb93c64a5..78eff7244 100644
--- a/libgnucash/engine/Account.h
+++ b/libgnucash/engine/Account.h
@@ -1476,7 +1476,7 @@ int xaccAccountTreeForEachTransaction(Account *acc,
  */
 GncImportMatchMap *gnc_account_imap_create_imap (Account *acc);
 
-/* Look up an Account in the map non Baysian
+/* Look up an Account in the map non-Baysian
  */
 Account* gnc_account_imap_find_account (GncImportMatchMap *imap, const char* category,
                                         const char *key);

commit 8bf306fc534d10485c6a9e7a04ca60893926599a
Merge: cc919b1c0 e4383c0ab
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Dec 29 12:55:40 2020 -0800

    Merge branch 'maint'


commit cc919b1c0542621b0171084f3a46c0e136c26442
Merge: 6df3ce888 76e6b9939
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 27 11:36:56 2020 -0800

    Merge branch 'maint'


commit 6df3ce88808f322ce2bd83fdeefe5d6bb4ad440c
Merge: 15d3eb48d 48f6cc148
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Dec 10 15:04:55 2020 -0800

    Merge branch 'maint'


commit 15d3eb48dce6500dbc386cf9a0e7397a50bad935
Merge: 415f625be 979f6acf9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 29 18:08:57 2020 +0800

    Merge branch 'maint'


commit 415f625bee8e4dfeb59659ab0e39b1e05b7c31fc
Merge: 1d97f2634 06110e2ab
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Oct 15 08:39:59 2020 +0800

    Merge branch 'maint'


commit 1d97f263446485e81b2ae15db96b03966906a826
Merge: 0ac40c0e5 22a7b3571
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Oct 1 13:13:18 2020 -0700

    Merge branch 'maint'


commit 0ac40c0e5211118f8a0331809c42546dac49ded9
Merge: fb82c32ba b8ccb71ca
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 27 11:53:41 2020 -0700

    Merge branch 'maint'


commit fb82c32ba4f8ad5d3f6ac5a745fed185aa556d1f
Merge: d2a01083f 5e6f9b346
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Sep 25 12:32:25 2020 -0700

    Merge branch 'maint'


commit d2a01083f1dc6131e2b1b544450271b51461d683
Merge: 86d923c4f c210ceb3c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Aug 23 13:51:15 2020 -0700

    Merge branch 'maint'


commit 86d923c4f9c4b847567a8ad22be3e7dfb4ac8be7
Merge: 37213f27a ee230a6cc
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Jul 23 20:28:49 2020 +0800

    Merge branch 'maint'


commit 37213f27a61ca7afc52f73da23b6c4a75cb1b786
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jul 10 14:10:36 2020 -0700

    Bug 797843 - Quickfill broken with Cyrillic input language
    
    gnc_table_modify_update needs new_text_len in bytes rather than
    characters.

diff --git a/gnucash/register/register-gnome/gnucash-sheet.c b/gnucash/register/register-gnome/gnucash-sheet.c
index 5c0d2d490..b2d73713d 100644
--- a/gnucash/register/register-gnome/gnucash-sheet.c
+++ b/gnucash/register/register-gnome/gnucash-sheet.c
@@ -1063,7 +1063,7 @@ gnucash_sheet_insert_cb (GtkEditable *editable,
         return;
 
     new_text = make_new_text (sheet, insert_text, position);
-    new_text_len = g_utf8_strlen (new_text, -1);
+    new_text_len = strlen (new_text);
 
 
     retval = gnc_table_modify_update (table, virt_loc,

commit 7035661ef6f4ba66e5c3d9e48ada565c200e9b2a
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jul 7 14:46:57 2020 -0700

    Open master for further development.
    
    Version is 4.900 until the first unstable release.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3a014a2fd..7a5b40c49 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
 endif()
 
 project (gnucash
-    VERSION 4.0
+    VERSION 4.900
 )
 
 enable_testing()



Summary of changes:
 CMakeLists.txt                   | 2 +-
 libgnucash/quotes/gnc-fq-dump.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list