gnucash maint: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Sat Nov 3 05:15:48 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/0467dd0b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/74410115 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/51b96ec3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/38abaf30 (commit)



commit 0467dd0b9202aac406a462db7aadc19bfc514a8f
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Nov 3 10:08:56 2018 +0100

    Fix several URLs in documentation parts
    
    We have no longer svn, but 2 doxygen branches.
    I don't remember, when Mailman moved from www to lists.

diff --git a/bindings/python/example_scripts/gncinvoice_jinja.py b/bindings/python/example_scripts/gncinvoice_jinja.py
index ec93ed0..73aa805 100644
--- a/bindings/python/example_scripts/gncinvoice_jinja.py
+++ b/bindings/python/example_scripts/gncinvoice_jinja.py
@@ -22,7 +22,7 @@
 # more modular as it allows to use arbitrary templates
 #
 # Doxygen docs:
-# - http://svn.gnucash.org/docs/HEAD/
+# - https://code.gnucash.org/docs/MAINT or MASTER
 # - see page \ref py_invoice_export
 #
 # Questions / Issues:
diff --git a/bindings/python/example_scripts/latex_invoices.py b/bindings/python/example_scripts/latex_invoices.py
index 76d1c51..f015261 100644
--- a/bindings/python/example_scripts/latex_invoices.py
+++ b/bindings/python/example_scripts/latex_invoices.py
@@ -28,7 +28,7 @@
 #
 # Additional information :
 #
-# - Doxygen docs: see page \ref py_invoice_export at http://svn.gnucash.org/docs/HEAD/
+# - Doxygen docs: see page \ref py_invoice_export at https://code.gnucash.org/docs/MAINT or MASTER
 # - http://www.uweziegenhagen.de/latex/documents/rechnung/rechnungen.pdf (german)
 #
 # Credits to and ideas from
diff --git a/doc/README.OFX b/doc/README.OFX
index 096ec3e..9e8b272 100644
--- a/doc/README.OFX
+++ b/doc/README.OFX
@@ -181,7 +181,7 @@ order of effectiveness for you, but ANY report is apreciated):
 
 * Open a bug at https://bugs.gnucash.org/
 * gnucash-devel at gnucash.org or gnucash-user at gnucash.org (Subscriber-only list;
-please subscribe on http://www.gnucash.org/cgi-bin/mailman/listinfo/ )
+please subscribe on https://lists.gnucash.org/mailman/listinfo/ )
 * http://lists.sourceforge.net/lists/listinfo/libofx-devel/ if ofxdump doesn't
 give you the expected data.
 * many developers hang on the IRC channel #gnucash on irc.gnome.org
@@ -267,11 +267,11 @@ Export capability is currently being built into LibOfx.
 
 7. Credits-------
 
-The LibOFX library is written by Benoit Grégoire <bock at step.polymtl.ca>
-The Generic Import Infrastructure was written by Benoit Grégoire 
+The LibOFX library is written by Benoit Gr�goire <bock at step.polymtl.ca>
+The Generic Import Infrastructure was written by Benoit Gr�goire 
 <bock at step.polymtl.ca>, Christian Stimming <stimming at tuhh.de> and Derek Atkins 
 <warlord at mit.edu>.
 
-By Benoit Grégoire <bock at step.polymtl.ca>
+By Benoit Gr�goire <bock at step.polymtl.ca>
 Sunday, Feb 2, 2003
 
diff --git a/doc/examples/README_invoice b/doc/examples/README_invoice
index 84f2968..1ecb99f 100644
--- a/doc/examples/README_invoice
+++ b/doc/examples/README_invoice
@@ -6,5 +6,5 @@ The example csv file must have the 22 elements for it to work.
 
 To use the example file, create an account "Expenses:Materials General" and a Customer with owner = 000013.
 
-More information can be found at http://svn.gnucash.org/docs/guide/python-import-invoices.html
+More information can be found at https://code.gnucash.org/docs/C/gnucash-guide/import-invoices.html
 

commit 744101153d9675897f4189c1d7b02c5c71b56e42
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Nov 3 10:05:09 2018 +0100

    Replace a few hardcoded URLs by CMake vars
    
    Additional fix a bug URL

diff --git a/gnucash/gnome-utils/gnc-main-window.c b/gnucash/gnome-utils/gnc-main-window.c
index 2e5137f..58cb72a 100644
--- a/gnucash/gnome-utils/gnc-main-window.c
+++ b/gnucash/gnome-utils/gnc-main-window.c
@@ -4576,7 +4576,7 @@ gnc_main_window_cmd_help_about (GtkAction *action, GncMainWindow *window)
           * contributors. */
                   "translator-credits", _("translator_credits"),
                   "version", version,
-                  "website", "http://www.gnucash.org",
+                  "website", PACKAGE_URL,
                   "website_label", _("Visit the GnuCash website."),
                   NULL);
 
@@ -4892,8 +4892,8 @@ dgettext_swapped (const gchar *msgid,
  * This is copied into GnuCash from Gtk in order to fix problems when
  * empty msgids were passed through gettext().
  *
- * See https://bugs.gnucash.org/show_bug.cgi?id=326200 . If that bug
- * is fixed in the gtk that we can rely open, then
+ * TODO: See https://bugzilla.gnome.org/show_bug.cgi?id=326200 . If that bug
+ * is fixed in the gtk that we can rely on, then
  * gnc_gtk_action_group_set_translation_domain can be replaced by
  * gtk_action_group_set_translation_domain again.
  */
diff --git a/gnucash/gnucash-bin.c b/gnucash/gnucash-bin.c
index 03d6c6c..d4e1eb6 100644
--- a/gnucash/gnucash-bin.c
+++ b/gnucash/gnucash-bin.c
@@ -159,11 +159,13 @@ gnc_print_unstable_message(void)
 {
     if (!is_development_version) return;
 
-    g_print("\n\n%s\n%s\n%s\n%s\n",
+    g_print("\n\n%s\n%s\n%s %s\n%s %s\n",
             _("This is a development version. It may or may not work."),
             _("Report bugs and other problems to gnucash-devel at gnucash.org"),
-            _("You can also lookup and file bug reports at https://bugs.gnucash.org"),
-            _("To find the last stable version, please refer to http://www.gnucash.org"));
+	    /* Translators: An URLs follows*/
+            _("You can also lookup and file bug reports at"), PACKAGE_BUGREPORT,
+	    /* Translators: An URLs follows*/
+           _("To find the last stable version, please refer to"), PACKAGE_URL);
 }
 
 #ifdef MAC_INTEGRATION

commit 51b96ec3e5490eee232abb04970dd5890d436d8a
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Oct 18 06:05:53 2018 +0200

    Update package URLS
    
    We don't want bug mails to devel.
    (missed port from autotools)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index abc4519..b127e44 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,10 +19,10 @@ set (GNUCASH_LATEST_STABLE_SERIES 3.x)
 set (PACKAGE gnucash)
 set (PACKAGE_NAME GnuCash)
 set (PACKAGE_VERSION 3.3)
-set (PACKAGE_BUGREPORT gnucash-devel at gnucash.org)
+set (PACKAGE_BUGREPORT "https://bugs.gnucash.org")
 set (PACKAGE_TARNAME ${PACKAGE})
 set (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
-set (PACKAGE_URL "")
+set (PACKAGE_URL "https://www.gnucash.org/")
 
 # Change this in development versions when changing anything that
 # affects stored data structures. Reset to zero when bumping version.



Summary of changes:
 CMakeLists.txt                                      | 4 ++--
 bindings/python/example_scripts/gncinvoice_jinja.py | 2 +-
 bindings/python/example_scripts/latex_invoices.py   | 2 +-
 doc/README.OFX                                      | 8 ++++----
 doc/examples/README_invoice                         | 2 +-
 gnucash/gnome-utils/gnc-main-window.c               | 6 +++---
 gnucash/gnucash-bin.c                               | 8 +++++---
 7 files changed, 17 insertions(+), 15 deletions(-)



More information about the gnucash-changes mailing list