gnucash-htdocs beta: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Sat Oct 10 21:29:01 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/d12e8fd4 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/2376fae8 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/8126925e (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/3546d99a (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/292c677c (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/3ee80b77 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/334d1ab0 (commit)



commit d12e8fd41da15dc25328942cbcac4cefc39aedd3
Merge: 334d1ab 2376fae
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Oct 11 03:28:45 2020 +0200

    Merge branch 'master' into beta


commit 2376fae85e196d6496b89c19606b74cb61f6edfd
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Oct 11 03:08:09 2020 +0200

    Replace obsolete <tt> mostly by <kbd>

diff --git a/news/030429-outage.news b/news/030429-outage.news
index 175e1cb..f633027 100644
--- a/news/030429-outage.news
+++ b/news/030429-outage.news
@@ -5,7 +5,7 @@ The GnuCash.org Server is back online, and should now be fully operational.
 However, there has been some data loss: if you subscribed (or unsubscribed)
 to any mailing list, between 12 December 2002 and 28 April 2003, your 
 membership info has been lost.  Furthermore, <b>all</b> configuration
-info for the German <tt>gnucash-de</tt> mailing list has been lost.
+info for the German <b>gnucash-de</b> mailing list has been lost.
 (My sincerest apologies, Christian).  However, most of the mailing list 
 archives should be intact (possibly excepting Jan-April 2003, which might
 be damaged).  All web pages should work at least as well as before,
@@ -18,18 +18,18 @@ It was the classic server-failure triple-whammy.
 This server has RAID disk mirrors to minimize down-time due to a 
 failed disk, and is backed up nightly in order to safeguard against 
 catastrophic data loss.  Hard-drive status was monitored with 
-<tt>smartmontools</tt> and reported regularly with <tt>logcheck</tt>.
+<kbd>smartmontools</kbd> and reported regularly with <kbd>logcheck</kbd>.
 So how could this belt-and-suspenders system be down so long, and
 result in lost data before its all over?
 <br></br><br></br>
-Over the last few months, <tt>smartmontools</tt> was reporting occasional
+Over the last few months, <kbd>smartmontools</kbd> was reporting occasional
 disk status changes,  but none of these seemed to be in the form of warnings,
 or had any hint of being dire.  At the same time, there were increasing
-numbers of <tt>status error: status=0x58 { DriveReady SeekComplete DataRequest }</tt> 
+numbers of <samp>status error: status=0x58 { DriveReady SeekComplete DataRequest }</samp> 
 messages showing up in the system log.  In mid-April, these messages started
 showing up at least hourly, and were coupled with the cryptic S.M.A.R.T. messages
-(it didn't help that I was running the older, more cryptic <tt>smartsuite</tt>,
-not the new, improved <tt>smartmontools</tt>).  Finally, the server locked
+(it didn't help that I was running the older, more cryptic <kbd>smartsuite</kbd>,
+not the new, improved <kbd>smartmontools</kbd>).  Finally, the server locked
 up, waiting for a DMA to complete, that never would.  Reboot. Locks up.
 Reboot again, locks up (warlord calls by phone to point this out).  
 I disabled DMA, went to PIO-mode for the disk in question, and things 
@@ -41,16 +41,16 @@ My logic was this:  there are two disks in the raid array; both are exact
 duplicates of each other.  Therefore, if I replace the failed disk, the 
 contents of the good disk will be restored onto the blank disk automatically.
 Easy as pie.  I've done it many times before.   It didn't work this time.
-Upon reboot, I got a gazillion <tt>fsck</tt>'ing errors, the file system was corrupted. 
-In addition, I was getting a <i>lot</i> of <tt>status error: status=0x58 
-{ DriveReady SeekComplete DataRequest }</tt> from what used to be the 'good' disk.
+Upon reboot, I got a gazillion <kbd>fsck</kbd>'ing errors, the file system was corrupted. 
+In addition, I was getting a <i>lot</i> of <samp>status error: status=0x58 
+{ DriveReady SeekComplete DataRequest }</samp> from what used to be the 'good' disk.
 I plowed on.  At this time, I assumed that maybe both disks were bad, 
 a reasonable assumption; these were the infamous IBM-lawsuit drives.
 I guessed that the raid array was hiding the badness from me: 
 whenever one disk had trouble, the RAID would go to 
 the other disk, and all was well in the kingdom, even though anarchy seethed
 just below the surface.  Oh well.  I procured a second hard drive, and 
-replaced that.  With more <tt>fsck</tt>'ing error in the process.  Then I notice
+replaced that.  With more <kbd>fsck</kbd>'ing error in the process.  Then I notice
 that I'm still getting SeekComplete's in the syslog, even with the new 
 disks. Now, the replacement disks are the same lawsuit-brand and model number 
 as the old disks, so woe is me, this is my third mistake, I assume, incorrectly, 
@@ -67,20 +67,20 @@ one plugs in or removes controllers, enables or disables controller
 ports, etc.  This can be overcome, but is a provides a steady stream
 of hurdles to jump: one must boot a rescue diskette first, then
 mount, then re-write the boot sector, then reboot, then edit 
-<tt>/etc/fstab</tt>, and then try again. Over and over and over.
+<kbd>/etc/fstab</kbd>, and then try again. Over and over and over.
 It didn't help that my rescue diskette didn't have RAID on it:
 so that was one more thing to hack around.   Finally build
 a stable system, and now it comes time to restore the data
-files that were <tt>fsck</tt>'ed out of existence.  To restore 
-<tt>/usr</tt>, I decide that reinstall of the OS is appropriate.
+files that were <kbd>fsck</kbd>'ed out of existence.  To restore 
+<kbd>/usr</kbd>, I decide that reinstall of the OS is appropriate.
 I then restore the FTP site, which was badly corrupted.  Restore
 the mailing lists; no problems, only October 1998 was lost and 
 restored.  Restore the website; only minor damage there. 
 Then restore the mailing list subscriber info in 
-<tt>/var/lib/mailman/lists</tt> ... Uhh ... whoops.  That directory
+<kbd>/var/lib/mailman/lists</kbd> ... Uhh ... whoops.  That directory
 was <i>not</i> backed up nightly.   I had falsely assumed that 
-everything in <tt>/var/lib/mailman/lists</tt> was stuff that could
-be recovered by re-installing <tt>mailman</tt>.  I had no idea that it
+everything in <kbd>/var/lib/mailman/lists</kbd> was stuff that could
+be recovered by re-installing <kbd>mailman</kbd>.  I had no idea that it
 kept subscriber info there.  Mistake number four (number zero?):
 this critical directory was not one that was backed up nightly.
 I was lucky to find a December 2002 backup of it;  it could 
diff --git a/news/031106-debian.news b/news/031106-debian.news
index 72faec9..b8edebb 100644
--- a/news/031106-debian.news
+++ b/news/031106-debian.news
@@ -8,12 +8,12 @@ I have just updated the gnucash package on people.debian.org.
 All dependencies should work now and after upgrading it should work
 'out of the box'.
 <br></br><br></br>
-Edit <tt>/etc/apt/sources.list</tt> and add <br></br>
-<tt>
+Edit <kbd>/etc/apt/sources.list</kbd> and add <br></br>
+<kbd>
 deb http://people.debian.org/~treacy/gnucash.woody ./
-</tt>
+</kbd>
 <br></br>
 then<br></br>
-<tt>apt-get update ; apt-get install gnucash</tt>
+<kbd>apt-get update ; apt-get install gnucash</kbd>
 </i>
 </p>

commit 8126925eeca50df9cb4ab1708b09fd9f39506865
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Oct 11 02:26:37 2020 +0200

    Replace <big> by <h2> or <h3>
    
    To keep the layout remove attached </br>s

diff --git a/news/021202-announce-1-7-4.news b/news/021202-announce-1-7-4.news
index db0386d..eb9e6af 100644
--- a/news/021202-announce-1-7-4.news
+++ b/news/021202-announce-1-7-4.news
@@ -2,9 +2,8 @@
 2002-12-02   11:23:47
 
 The GnuCash team is pleased to announce the release of the second beta
-version 1.7.4: "The water of life".<br></br><br></br>
-<b><big>What's New in GnuCash 1.7.4?</big></b><br></br>
-<br></br>
+version 1.7.4: "The water of life".<br></br>
+<h2>What's New in GnuCash 1.7.4?</h2>
 <b>- Scheduled Transactions:</b> <br></br>
     GnuCash now has the ability to automatically create and
 enter transactions, remind<br></br>
@@ -45,9 +44,7 @@ accounts to handle multiple<br></br>
     The GnuCash menu's have been redesigned to conform more
 with the new GNOME <br></br>
     Human Interface Guidelines.<br></br>
-<br></br>
-<big><b>Specifically updated in this version;</b></big><br></br>
-<br></br>
+<h3>Specifically updated in this version;</h3>
      o Second beta release<br></br>
      o Problems with importing 1.6 data files fixed<br></br>
      o Updates to generic transaction matching<br></br>
diff --git a/news/021203-announce-1-7-5.news b/news/021203-announce-1-7-5.news
index 3ceb144..4ac0e92 100644
--- a/news/021203-announce-1-7-5.news
+++ b/news/021203-announce-1-7-5.news
@@ -2,9 +2,8 @@
 2002-12-03   10:09:32
 
 The GnuCash team is pleased to announce the release of the beta
-version 1.7.5: "Nowhere".<br></br><br></br>
-<b><big>What's New in GnuCash 1.7.5?</big></b><br></br>
-<br></br>
+version 1.7.5: "Nowhere".<br></br>
+<h2>What's New in GnuCash 1.7.5?</h2>
 <b>- Scheduled Transactions:</b> <br></br>
     GnuCash now has the ability to automatically create and
 enter transactions, remind<br></br>
@@ -45,9 +44,7 @@ accounts to handle multiple<br></br>
     The GnuCash menu's have been redesigned to conform more
 with the new GNOME <br></br>
     Human Interface Guidelines.<br></br>
-<br></br>
-<big><b>Specifically updated in this version;</b></big><br></br>
-<br></br>
+<h3>Specifically updated in this version;</h3>
      o Third beta release<br></br>
      o Fix for a possible corruption bug in 1.7.4 currency support<br></br>
 <br></br><br></br>
diff --git a/news/021222-announce-1-7-6.news b/news/021222-announce-1-7-6.news
index b4d5dd7..c7e37c2 100644
--- a/news/021222-announce-1-7-6.news
+++ b/news/021222-announce-1-7-6.news
@@ -2,9 +2,8 @@
 2002-12-23   12:14:14
 
 The GnuCash team is pleased to announce Release Candidate 1
-version 1.7.6: "Santa's got a brand new bag".<br></br><br></br>
-<b><big>What's New in GnuCash 1.7.6?</big></b><br></br>
-<br></br>
+version 1.7.6: "Santa's got a brand new bag".<br></br>
+<h2>What's New in GnuCash 1.7.6?</h2>
 <b>- Scheduled Transactions:</b> <br></br>
     GnuCash now has the ability to automatically create and
 enter transactions, remind<br></br>
@@ -45,9 +44,7 @@ accounts to handle multiple<br></br>
     The GnuCash menu's have been redesigned to conform more
 with the new GNOME <br></br>
     Human Interface Guidelines.<br></br>
-<br></br>
-<big><b>Specifically updated in this version;</b></big><br></br>
-<br></br>
+<h3>Specifically updated in this version;</h3>
  o Welcome to Release Candidate 1<br></br>
  o Put the build date into the about box for development versions<br></br>
  o Deal with broken QIF files that give broken bang-fields. In
diff --git a/news/030106-announce-1-7-7.news b/news/030106-announce-1-7-7.news
index dd3e143..578dddc 100644
--- a/news/030106-announce-1-7-7.news
+++ b/news/030106-announce-1-7-7.news
@@ -2,9 +2,8 @@
 2003-01-06   11:40:34
 
 The GnuCash team is pleased to announce Release Candidate 2
-version 1.7.7: "It ain't easy, livin free".<br></br><br></br>
-<b><big>What's New in GnuCash 1.7.7?</big></b><br></br>
-<br></br>
+version 1.7.7: "It ain't easy, livin free".<br></br>
+<h2>What's New in GnuCash 1.7.7?</h2>
 <b>- Scheduled Transactions:</b> <br></br>
     GnuCash now has the ability to automatically create and
 enter transactions, remind<br></br>
@@ -45,9 +44,7 @@ accounts to handle multiple<br></br>
     The GnuCash menu's have been redesigned to conform more
 with the new GNOME <br></br>
     Human Interface Guidelines.<br></br>
-<br></br>
-<big><b>Specifically updated in this version;</b></big><br></br>
-<br></br>
+<h3>Specifically updated in this version:</h3>
  o Welcome to Release Candidate 2<br></br>
  o Give the user better feedback on exactly what the exchange rate
    means.<br></br>
diff --git a/news/030120-announce-1-7-8.news b/news/030120-announce-1-7-8.news
index 3c6606e..5c3af39 100644
--- a/news/030120-announce-1-7-8.news
+++ b/news/030120-announce-1-7-8.news
@@ -2,9 +2,8 @@
 2003-01-21   10:58:40
 
 The GnuCash team is pleased to announce Release Candidate 2
-version 1.7.8: "Lil Devil".<br></br><br></br>
-<b><big>What's New in GnuCash 1.7.8?</big></b><br></br>
-<br></br>
+version 1.7.8: "Lil Devil".<br></br>
+<h2>What's New in GnuCash 1.7.8?</h2>
 <b>- Scheduled Transactions:</b> <br></br>
     GnuCash now has the ability to automatically create and
 enter transactions, remind<br></br>
@@ -45,9 +44,7 @@ accounts to handle multiple<br></br>
     The GnuCash menu's have been redesigned to conform more
 with the new GNOME <br></br>
     Human Interface Guidelines.<br></br>
-<br></br>
-<big><b>Specifically updated in this version;</b></big><br></br>
-<br></br>
+<h3>Specifically updated in this version;</h3>
  o Welcome to Release Candidate 3<br></br>
  o Fixed build issues introduced in last release<br></br>
  o Fix compile errors on SuSE 8.0 + 8.1<br></br>
diff --git a/news/030127-announce-doc-1-7-8.news b/news/030127-announce-doc-1-7-8.news
index dc97bdc..5c5df85 100644
--- a/news/030127-announce-doc-1-7-8.news
+++ b/news/030127-announce-doc-1-7-8.news
@@ -2,10 +2,8 @@
 2003-01-28   01:46:46
 
 The GnuCash team is pleased to announce GnuCash Docs
-version 1.7.8.<br></br><br></br>
-
-<big><b>Updated in this version;</b></big><br></br>
-<br></br>
+version 1.7.8.<br></br>
+<h2>Updated in this version;</h2>
  o Add patch from RedHat for db4 support<br></br>
  o Copy of required portions of docbook-xsl 1.45<br></br>
  o Change to point at internal version of docbook-xsl 1.45
diff --git a/news/030202-announce-1-8-0.news b/news/030202-announce-1-8-0.news
index 263cef4..6f03e0f 100644
--- a/news/030202-announce-1-8-0.news
+++ b/news/030202-announce-1-8-0.news
@@ -2,9 +2,8 @@
 2003-02-03   08:41:27
 
 The GnuCash team is pleased to announce the release
-of stable version 1.8.0.<br></br><br></br>
-<b><big>What's New in GnuCash 1.8.0?</big></b><br></br>
-<br></br>
+of stable version 1.8.0.<br></br>
+<h2>What's New in GnuCash 1.8.0?</h2>
 <b>- Scheduled Transactions:</b> <br></br>
     GnuCash now has the ability to automatically create and
 enter transactions, remind<br></br>
@@ -45,9 +44,7 @@ accounts to handle multiple<br></br>
     The GnuCash menu's have been redesigned to conform more
 with the new GNOME <br></br>
     Human Interface Guidelines.<br></br>
-<br></br>
-<big><b>Specifically updated in this version;</b></big><br></br>
-<br></br>
+<h3>Specifically updated in this version;</h3>
  o Release of new stable version 1.8.0<br></br>
  o Fix problem getting quotes from trustnet.<br></br>
  o Add new script that dumps all the data returned by F::Q for a
diff --git a/news/030209-announce-1-8-1.news b/news/030209-announce-1-8-1.news
index 874d941..3b01b7e 100644
--- a/news/030209-announce-1-8-1.news
+++ b/news/030209-announce-1-8-1.news
@@ -2,9 +2,8 @@
 2003-02-11   04:58:51
 
 The GnuCash team is pleased to announce the release
-of stable version 1.8.1.<br></br><br></br>
-<b><big>What's New in GnuCash 1.8.1?</big></b><br></br>
-<br></br>
+of stable version 1.8.1.<br></br>
+<h2>What's New in GnuCash 1.8.1?</h2>
 <b>- Scheduled Transactions:</b> <br></br>
     GnuCash now has the ability to automatically create and
 enter transactions, remind<br></br>
@@ -45,9 +44,7 @@ accounts to handle multiple<br></br>
     The GnuCash menu's have been redesigned to conform more
 with the new GNOME <br></br>
     Human Interface Guidelines.<br></br>
-<br></br>
-<big><b>Specifically updated in this version;</b></big><br></br>
-<br></br>
+<h3>Specifically updated in this version;</h3>
  o Release of new stable version 1.8.1<br></br>
  o Fixes for qif import crashes
  o Update translation po/it.po by Lorenzo Cappelletti<br></br>
diff --git a/news/030309-announce-1-8-2.news b/news/030309-announce-1-8-2.news
index dec1ec7..97c746b 100644
--- a/news/030309-announce-1-8-2.news
+++ b/news/030309-announce-1-8-2.news
@@ -2,9 +2,8 @@
 2003-03-10   06:04:18
 
 The GnuCash team is pleased to announce the release
-of stable version 1.8.2.<br></br><br></br>
-<b><big>What's New in GnuCash 1.8.2?</big></b><br></br>
-<br></br>
+of stable version 1.8.2.<br></br>
+<h2>What's New in GnuCash 1.8.2?</h2>
 <b>- Scheduled Transactions:</b> <br></br>
     GnuCash now has the ability to automatically create and
 enter transactions, remind<br></br>
@@ -45,9 +44,7 @@ accounts to handle multiple<br></br>
     The GnuCash menu's have been redesigned to conform more
 with the new GNOME <br></br>
     Human Interface Guidelines.<br></br>
-<br></br>
-<big><b>Specifically updated in this version;</b></big><br></br>
-<br></br>
+<h3>Specifically updated in this version;</h3>
  o Release of new stable version 1.8.2<br></br>
  o Updated translations: German, Slovak, Spanish<br></br>
  o Updated HBCI requirement to 0.9.6<br></br>
diff --git a/news/030512-announce-1-8-3.news b/news/030512-announce-1-8-3.news
index efd44b1..d7b4ec9 100644
--- a/news/030512-announce-1-8-3.news
+++ b/news/030512-announce-1-8-3.news
@@ -2,9 +2,8 @@
 2003-05-13   03:15:11
 
 The GnuCash team is pleased to announce the release
-of stable version 1.8.3.<br></br><br></br>
-<b><big>What's New in GnuCash 1.8.3?</big></b><br></br>
-<br></br>
+of stable version 1.8.3.<br></br>
+<h2>What's New in GnuCash 1.8.3?</h2>
  o Updated translations: Italian, Swedish, Danish, British,
    Traditional Chinese, French, German, Tamil, Brazilian Portugese.<br></br>
  o Turn off the report-total by default<br></br>
diff --git a/news/030526-announce-1-8-4.news b/news/030526-announce-1-8-4.news
index 8e74d81..d2c5994 100644
--- a/news/030526-announce-1-8-4.news
+++ b/news/030526-announce-1-8-4.news
@@ -2,9 +2,8 @@
 2003-05-26   17:44:57
 
 The GnuCash team is pleased to announce the release
-of stable version 1.8.4.<br></br><br></br>
-<b><big>What's New in GnuCash 1.8.4?</big></b><br></br>
-<br></br>
+of stable version 1.8.4.<br></br>
+<h2>What's New in GnuCash 1.8.4?</h2>
  o Fix transfer dialog to not hang if OK button is clicked w/o filling
    in dialog properly.<br></br>
  o Add HTML::Parser to the list of items checked/installed.<br></br>
diff --git a/news/030819-announce-1-8-2-docs.news b/news/030819-announce-1-8-2-docs.news
index 937621c..78f4018 100644
--- a/news/030819-announce-1-8-2-docs.news
+++ b/news/030819-announce-1-8-2-docs.news
@@ -2,9 +2,8 @@
 2003-08-20   05:05:10
 
 The GnuCash team is pleased to announce the release
-of the docs version 1.8.2.<br></br><br></br>
-<b><big>What's New in GnuCash Docs 1.8.2?</big></b><br></br>
-<br></br>
+of the docs version 1.8.2.<br></br>
+<h2>What's New in GnuCash Docs 1.8.2?</h2>
  o Jon Lapham now primary author of Guide<br></br>
  o Moved convert-html to make all so html gets built during 'make'<br></br>
  o Many, many, many changes to the Guide by Jon (see changelog)<br></br>
diff --git a/news/030819-announce-1-8-5.news b/news/030819-announce-1-8-5.news
index bb2f352..29061cd 100644
--- a/news/030819-announce-1-8-5.news
+++ b/news/030819-announce-1-8-5.news
@@ -2,9 +2,8 @@
 2003-08-20   03:45:09
 
 The GnuCash team is pleased to announce the release
-of stable version 1.8.5.<br></br><br></br>
-<b><big>What's New in GnuCash 1.8.5?</big></b><br></br>
-<br></br>
+of stable version 1.8.5.<br></br>
+<h2>What's New in GnuCash 1.8.5?</h2>
  o Add IS_PAID column and the ability to search for paid/not-paid
    invoices.<br></br>
  o Add HBCI online transfer templates and make usable<br></br>
diff --git a/news/030831-announce-1-8-3-docs.news b/news/030831-announce-1-8-3-docs.news
index 7fa3455..564e8a9 100644
--- a/news/030831-announce-1-8-3-docs.news
+++ b/news/030831-announce-1-8-3-docs.news
@@ -2,9 +2,8 @@
 2003-09-01   03:42:02
 
 The GnuCash Docs team is pleased to announce the release
-of the docs version 1.8.3.<br></br><br></br>
-<b><big>What's New in GnuCash Docs 1.8.3?</big></b><br></br>
-<br></br>
+of the docs version 1.8.3.<br></br>
+<h2>What's New in GnuCash Docs 1.8.3?</h2>
  o Fix xmllint errors<br></br>
  o Add new credit card chapter images<br></br>
  o Remove unused images<br></br>
diff --git a/news/030911-announce-1-8-6.news b/news/030911-announce-1-8-6.news
index 2915f4d..67a240e 100644
--- a/news/030911-announce-1-8-6.news
+++ b/news/030911-announce-1-8-6.news
@@ -2,9 +2,8 @@
 2003-09-12   06:45:39
 
 The GnuCash team is pleased to announce the release
-of stable version 1.8.6.<br></br><br></br>
-<b><big>What's New in GnuCash 1.8.6?</big></b><br></br>
-<br></br>
+of stable version 1.8.6.<br></br>
+<h2>What's New in GnuCash 1.8.6?</h2>
  o Updated Spanish, Greek, French, Czech, Slovak translations<br></br>
  o Fixed extremely stupid bug in the import value setting workaround.<br></br>
  o Fixed problem with SX formula_cell calls<br></br>
diff --git a/news/030914-announce-1-8-7.news b/news/030914-announce-1-8-7.news
index 0c93cc5..58a8291 100644
--- a/news/030914-announce-1-8-7.news
+++ b/news/030914-announce-1-8-7.news
@@ -2,9 +2,8 @@
 2003-09-15   03:16:00
 
 The GnuCash team is pleased to announce the release
-of stable version 1.8.7.<br></br><br></br>
-<b><big>What's New in GnuCash 1.8.7?</big></b><br></br>
-<br></br>
+of stable version 1.8.7.<br></br>
+<h2>What's New in GnuCash 1.8.7?</h2>
  o Use <libofx/libofx.h> instead of "libofx/libofx.h" as it's not part
    of our system. Fixes a dependency problem in 1.8.6 release.<br></br>
  o Small fix from hawkfan to get tests to work when building outside
diff --git a/news/031117-announce-1-8-8.news b/news/031117-announce-1-8-8.news
index 791aaa3..7cecac0 100644
--- a/news/031117-announce-1-8-8.news
+++ b/news/031117-announce-1-8-8.news
@@ -2,9 +2,8 @@
 2003-11-19   04:48:47
 
 The GnuCash team is pleased to announce the release
-of stable version 1.8.8.<br></br><br></br>
-<b><big>What's New in GnuCash 1.8.8?</big></b><br></br>
-<br></br>
+of stable version 1.8.8.<br></br>
+<h2>What's New in GnuCash 1.8.8?</bh2>
  o HBCI - Improve error message when receiving zero balance from bank.<br></br>
  o Add account template for Swiss German businesses "KMU" by Tom
    Winterhalder<br></br>
diff --git a/news/040311-stimming-presents.news b/news/040311-stimming-presents.news
index b5aa5d3..5b0db55 100644
--- a/news/040311-stimming-presents.news
+++ b/news/040311-stimming-presents.news
@@ -1,9 +1,9 @@
-<b>Christian Stimming Screibe:</b>
+<b>Christian Stimming Schreibt:</b>
 2004-03-11   14:14:49
 
 Der angekündigte Vortrag über GnuCash und HBCI bei dem GNU/Linux
 Informationstagen Wilhelmshaven lief ganz klasse. Der Vortrag lief gut, 
-eskamen ein Haufen interessierte Fragen (hauptsächlich über HBCI-Fragen),
+es kamen ein Haufen interessierte Fragen (hauptsächlich über HBCI-Fragen),
 und das ganze hat großen Spaß gemacht. 
 <br></br><br></br>
 Die Folien gibts auf
diff --git a/news/040412-announce-1-8-9.news b/news/040412-announce-1-8-9.news
index 1a19953..2588e9e 100644
--- a/news/040412-announce-1-8-9.news
+++ b/news/040412-announce-1-8-9.news
@@ -2,10 +2,8 @@
 2004-04-13   06:13:39
 
 The GnuCash team is pleased to announce the release
-of stable version 1.8.9.<br></br><br></br>
-<b><big>What's New in GnuCash 1.8.9?</big></b><br></br>
-<br></br>
-<br></br>
+of stable version 1.8.9.<br></br>
+<h2>What's New in GnuCash 1.8.9?</h2>
  o Updated Polish translation by GNOME PL Team, updated French, Czech,
    Spanish, Russian, Dutch, German and Italian translations.<br></br>
  o dump-finance-quote - Be more explicit when a lookup fails.<br></br>
diff --git a/news/041112-announce-1-8-10.news b/news/041112-announce-1-8-10.news
index 51f8809..8c42975 100644
--- a/news/041112-announce-1-8-10.news
+++ b/news/041112-announce-1-8-10.news
@@ -2,10 +2,8 @@
 2004-12-13   03:12:34
 
 The GnuCash team is pleased to announce the release
-of stable version 1.8.10.<br></br><br></br>
-<b><big>What's New in GnuCash 1.8.10?</big></b><br></br>
-<br></br>
-<br></br>
+of stable version 1.8.10.<br></br>
+<h2>What's New in GnuCash 1.8.10?</h2>
  o Don't use C++/C99 declarations.  Declare variables at the top of
  the function.<br></br>
  o Updated British English, Czech, Italian, Russian, German,
diff --git a/news/050206-announce-1-8-11.news b/news/050206-announce-1-8-11.news
index 9393d3c..82e6500 100644
--- a/news/050206-announce-1-8-11.news
+++ b/news/050206-announce-1-8-11.news
@@ -8,9 +8,7 @@ the GnuCash Open Source Accounting Software version 1.8.11.<br></br><br></br>
 FAQ: "Is this a gnome2 application?" A: "No." This release still belongs
 to GnuCash's 1.8.x series which is not yet ported to gtk2/gnome2. Read
 more below.<br></br>
-
-<b><big>What's New in GnuCash 1.8.11?</big></b><br></br>
-
+<h2>What's New in GnuCash 1.8.11?</h2>
 o Business invoices: Properly accumulate splits (bug #165053)<br></br>
 o Fix backup file naming; now existing files will no longer be accidentally 
 overwritten (bug #164875)<br></br>
diff --git a/news/051019-announce-1-8-12.news b/news/051019-announce-1-8-12.news
index 42060da..13fb583 100644
--- a/news/051019-announce-1-8-12.news
+++ b/news/051019-announce-1-8-12.news
@@ -14,9 +14,7 @@ this December.<br></br><br></br>
 FAQ: "Is this a gnome2 application?" A: "No." This release still belongs
 to GnuCash's 1.8.x series which is not yet ported to gtk2/gnome2. Read
 more below.<br></br>
-
-<b><big>What's New in GnuCash 1.8.12?</big></b><br></br>
-
+<h2>What's New in GnuCash 1.8.12?</h2>
 o Online Banking/HBCI improvements: Debit notes are fixed again; 
 Bank-internal money transfers are now supported, if the HBCI bank offers 
 them; Setup wizard can now works with HBCI, OFX-Connect, and other 

commit 3546d99a0617b4fe4fe5d6eaa1b90fcbd7b23663
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Oct 11 00:45:07 2020 +0200

    Fix malformed URLs in news

diff --git a/news/131202-screenshots-wanted.news b/news/131202-screenshots-wanted.news
index 1892a89..864a376 100644
--- a/news/131202-screenshots-wanted.news
+++ b/news/131202-screenshots-wanted.news
@@ -25,6 +25,6 @@ a selection of the nicest screen shots will be used for a gallery on the GnuCash
 
 <p><b>Timing:</b> please submit your work before December 10, so we can make the selection for the release-candidate 
 release mid-December. To inform us of your work please send a mail to
-<a href="mailto: gnucash-devel at gnucash.org">gnucash-devel at gnucash.org</a>.</p>
+<a href="mailto:gnucash-devel at gnucash.org">gnucash-devel at gnucash.org</a>.</p>
 
 <p>You will be doing many users a favour with this relatively easy opportunity to contribute.</p>
diff --git a/news/150330-2.6.6.news b/news/150330-2.6.6.news
index 0b3c004..67f3888 100644
--- a/news/150330-2.6.6.news
+++ b/news/150330-2.6.6.news
@@ -9,8 +9,8 @@
 
 <p>Between 2.6.5 and 2.6.6, the following bugfixes were accomplished:</p>
 <ul>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=	619899">Bug #619899 - Use normal gettext or intltool toolchain also for scm files</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=649933">Bug #649933  - Creating cash flow report takes a long time</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=619899">Bug #619899 - Use normal gettext or intltool toolchain also for scm files</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=649933">Bug #649933 - Creating cash flow report takes a long time</a></li>
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=672760">Bug #672760 - Postponed transaction applied invalid date</a></li>
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=721196">Bug #721196 - CSV. Cannot import lines with empty fields for deposit or withdrawal in bank transaction download.</a></li>
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=723409">Bug #723409 - Incorrect symbol for Turkish lira</a></li>
@@ -23,10 +23,10 @@
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=739584">Bug #739584 - gnucash-2.6.4 segfaults regularly on transfer .</a></li>
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=740471">Bug #740471 - Applying payment to invoice Segmentation fault</a></li>
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=741228">Bug #741228 - "Red line" threshold applies to Template scheduled transactions</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=	741810">Bug  - Compilation fails because of creating .gnucash</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=741810">Bug #741810 - Compilation fails because of creating .gnucash</a></li>
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=742089">Bug #742089 - Decimal places. Set the debit and credit cells' print_info to the account so that the decimal places are correct for the commodity.</a></li>
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=742332">Bug #742332 - German tax report uses US tax quarters and not real quarters.</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=	742624">Bug #742624 - Scheduled Transaction Editor results in immediate segfault</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=742624">Bug #742624 - Scheduled Transaction Editor results in immediate segfault</a></li>
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=743609">Bug #743609 - Add configure options to disable libsecret detection</a></li>
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=743807">Bug #743807 - Stops critical error messages.</a></li>
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=745265">Bug #745265 - Segfault in generate_statusbar_lastmodified_message on Windows. Actually change the default date format without AM/PM</a></li>
diff --git a/news/150628-2.6.7.news b/news/150628-2.6.7.news
index 8d14235..fb3d9d0 100644
--- a/news/150628-2.6.7.news
+++ b/news/150628-2.6.7.news
@@ -9,19 +9,18 @@
 
 <p>Between 2.6.6 and 2.6.7, the following bugfixes were accomplished:</p>
 <ul>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=	681225">Bug #681225 - income statement displays blank base currency entries when trading account transactions are present during the report period.</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=734183">Bug # 734183 - Set value to zero before calling gnc_exp_parser_parse.</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=739271">Bug #739271 - pt_BR translation wrong word "limpesa". Should be "limpeza".</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=740955">Bug #740955 - Correct general journal and general ledger reports to properly handle Use-Split-Action-For-Num option in File->Properties.</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=744858">Bug #744858 - Update exchange rate on bill only possible once per session (after unpost/repost).</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=746163">Bug #746163 - Custom register colors (table rows) not recognized from .gtkrc-2.0.gnucash file.</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=746792">Bug #746792 - process payment in foreign currency leads to broken equation.</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=746873">Bug #746873 - Gnucash asks sql passwords before wallet password.</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=746977">Bug #746977 - scm ccache files should be in pkglibdir not pkgdatadir.</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=747300">Bug # 747300 - SQL backend missing from most recent DMG?</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=747377">Bug #747377 - Fix overly restrictive input validation for IBAN of SEPA transfer.</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=747812">Bug #747812 - unset LDFLAGS when unsetting CFLAGS.</a></li>
-     
+      <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=681225">Bug #681225 - income statement displays blank base currency entries when trading account transactions are present during the report period.</a></li>
+      <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=734183">Bug #734183 - Set value to zero before calling gnc_exp_parser_parse.</a></li>
+      <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=739271">Bug #739271 - pt_BR translation wrong word "limpesa". Should be "limpeza".</a></li>
+      <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=740955">Bug #740955 - Correct general journal and general ledger reports to properly handle Use-Split-Action-For-Num option in File->Properties.</a></li>
+      <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=744858">Bug #744858 - Update exchange rate on bill only possible once per session (after unpost/repost).</a></li>
+      <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=746163">Bug #746163 - Custom register colors (table rows) not recognized from .gtkrc-2.0.gnucash file.</a></li>
+      <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=746792">Bug #746792 - process payment in foreign currency leads to broken equation.</a></li>
+      <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=746873">Bug #746873 - Gnucash asks sql passwords before wallet password.</a></li>
+      <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=746977">Bug #746977 - scm ccache files should be in pkglibdir not pkgdatadir.</a></li>
+      <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=747300">Bug #747300 - SQL backend missing from most recent DMG?</a></li>
+      <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=747377">Bug #747377 - Fix overly restrictive input validation for IBAN of SEPA transfer.</a></li>
+      <li><a href="https://bugzilla.gnome.org/show_bug.cgi?id=747812">Bug #747812 - unset LDFLAGS when unsetting CFLAGS.</a></li>
 </ul>
 <p>Some other fixes not associated with reported bugs:
 <ul>
diff --git a/news/150927-2.6.8.news b/news/150927-2.6.8.news
index afe2160..81bf84e 100644
--- a/news/150927-2.6.8.news
+++ b/news/150927-2.6.8.news
@@ -18,7 +18,7 @@
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=752879">Bug #752879 - Finance::Quote TZ Date::Manip config variable is deprecated.</a></li>
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=753146">Bug #753146 - free(): invalid pointer on duplicate transaction when Use Split Action Field for Number is set.</a></li>
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=754617">Bug #754617 - Gnucash should use PKG_PROG_PKG_CONFIG</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=754764">Bug #754764 Budget Doxygen documentation - gnc-budget-view.c.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=754764">Bug #754764 - Budget Doxygen documentation - gnc-budget-view.c.</a></li>
 </ul>
 <p>Some other fixes not associated with reported bugs:
 <ul>

commit 292c677c7fa68141edff9f7a03c0d3ddbf87c5e6
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Oct 11 00:09:02 2020 +0200

    Fix of the last HTML errors in oldnews' docs
    
    but still ~200 warnings remain

diff --git a/news/121101-Android.news b/news/121101-Android.news
index 6ec0fd5..498c5eb 100644
--- a/news/121101-Android.news
+++ b/news/121101-Android.news
@@ -5,7 +5,7 @@
 
 <p><b>Ngewi Fet</b> created a GnuCash companion application for Android the past summer thanks to <b>Gnome</b> who 
 sponsored the project as part of <b>Google Summer of Code</b>. The app reached now a stable state and is available
-on <a href="https://play.google.com/store/apps/details?id=org.gnucash.android&feature=search_result">google Play store</a>.</p>
+on <a href="https://play.google.com/store/apps/details?id=org.gnucash.android&feature=search_result">google Play store</a>.</p>
 <h3>About</h3>
 <p><i>GnuCash for Android is a mobile finance expense tracker application. It is a companion application 
 for GnuCash for the desktop and enables flexible tracking of expenses on-the-go which can be exported 
diff --git a/news/141216-2.6.5.news b/news/141216-2.6.5.news
index d2b6f28..5fd15ad 100644
--- a/news/141216-2.6.5.news
+++ b/news/141216-2.6.5.news
@@ -50,7 +50,7 @@
     <ul>
        <li> Fix a path of freshly added XML files</li>
        <li> Add some comments about translation to the German documents where the translation wasn't updated to match the English version.</li>
-       <li> Apply &untranslated property in German translations.</li>
+       <li> Apply &untranslated; property in German translations.</li>
        <li> Fix path of newly-added XML files.</li>
        <li> Bug 739380 - Release tarball build fails. Git builds OK.</li>
     </ul>
diff --git a/news/160328-2.6.12.news b/news/160328-2.6.12.news
index d018ebb..73ad8f9 100644
--- a/news/160328-2.6.12.news
+++ b/news/160328-2.6.12.news
@@ -24,7 +24,7 @@
      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=742352">Bug 742352 - Budget Summary section does not show expense totals</a></li>
      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=744157">Bug 744157 - Tip about subaccount is confusing</a></li>
      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=754209">Bug 754209 - Bills can be posted from "find bill" search results even if bill is already posted and results in extra $ posted to A/P</a></li>
-     <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=754856">Bug 754856 - scheduled transaction <gnc.app-utils.sx> fails without warning</a></li>
+     <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=754856">Bug 754856 - scheduled transaction <gnc.app-utils.sx> fails without warning</a></li>
      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=756469">Bug 756469 - CSV Invoice Import - Items with double quote escape not imported.</a></li>
      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=760015">Bug 760015 - guile support is automagic</a></li>
      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=760529">Bug 760529 - Get Quotes updates value just once per day</a></li>
diff --git a/news/170326-2.6.16.news b/news/170326-2.6.16.news
index b1b15c1..ccb9a93 100644
--- a/news/170326-2.6.16.news
+++ b/news/170326-2.6.16.news
@@ -71,7 +71,7 @@ application bundle.</p>
 <li><code>db0e2f8e020d4e33a40b819456022b791ad23cc541b29f619914c3f97d786d80</code>  gnucash-2.6.16-1.setup.exe</li>
 <li><code>a1e0fe408b9bc34a9d7ecff1fdaf66846289032636e44b37f6ef18b71867aec8</code>  Gnucash-Intel-2.6.16-1.dmg</li>
 <li><code>a6b3db9b1e9ee6193c526f233670ae59d63369d9f6ca693c1db0b128a35718ae</code>  Gnucash-PPC-2.6.16-1.dmg</li>
-<li><code>dad213032651eaef485d919030ec4e2a30cfec5cdcfb7505f94502fffec2dabe</code> &nbspgnucash-docs-2.6.16.tar.gz</li>
+<li><code>dad213032651eaef485d919030ec4e2a30cfec5cdcfb7505f94502fffec2dabe</code>  gnucash-docs-2.6.16.tar.gz</li>
 </ul></p>
 
 <ul>
diff --git a/news/180312-2.7.6.news b/news/180312-2.7.6.news
index 6166383..01f43b2 100644
--- a/news/180312-2.7.6.news
+++ b/news/180312-2.7.6.news
@@ -93,9 +93,9 @@
     <li>Fix CPack package version number.
         Currently running "ninja-build package" produces a file with an
         incorrect version number. This patch passes the CMake version
-        variables into CPack to get the correct filename. <emphasis>Note, however, that
+        variables into CPack to get the correct filename. <em>Note, however, that
         there's more work to do to get CPack to actually be useful and the
-        current CPack settings may be removed unless that other work is done.</emphasis></li>
+        current CPack settings may be removed unless that other work is done.</em></li>
     <li>Add spacing between border and text in dialog "New Accounts Hierarchy
         Setup".</li>
     <li>With register obscured the sheet kept being redrawn
diff --git a/news/180930-3.3.news b/news/180930-3.3.news
index 66a786c..3ae9b8c 100644
--- a/news/180930-3.3.news
+++ b/news/180930-3.3.news
@@ -40,7 +40,7 @@
   <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=796751">Bug 796751 - reconcile window usability - R column should be next to Amount.</a></li>
   <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=796755">Bug 796755 - buggy window handling at startup.</a></li>
   <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=796756">Bug 796756 - OFX import fails to recognize associated income accounts.</a></li>
-  <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=796759">Bug 796759 - --add-price-quotes <sql file> leaves a lock on the file.
+  <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=796759">Bug 796759 - --add-price-quotes <sql file> leaves a lock on the file.
   <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=796762">Bug 796762 - Scrollbar partially hides the delete button in the Saved Report Configurations window.</a>
   <p>The vertical scrollbar obscures the delete button in the tree view so add a dummy blank column to the end and set it to the width of the vertical scrollbar.</p></li>
   <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=796766">Bug 796766 - Credit note creating 'imbalance' with wrong entries.</a></li>
diff --git a/news/190630-3.6.news b/news/190630-3.6.news
index aa3c0be..61de301 100644
--- a/news/190630-3.6.news
+++ b/news/190630-3.6.news
@@ -10,7 +10,7 @@
 <p>Between 3.5 and 3.6, the following bugfixes were accomplished:</p>
 <ul>
 <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=397927">Bug 397927 - Save the window size/position for Qif Account picker dialog</a></li>
-<li><a href="https://bugs.gnucash.org/show_bug.cgi?id=577968">Bug 577968 - Values are not stored by pressing <TAB> in budget page</a></li>
+<li><a href="https://bugs.gnucash.org/show_bug.cgi?id=577968">Bug 577968 - Values are not stored by pressing [TAB] in budget page</a></li>
 <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=583277">Bug 583277 - Ask for confirmation for cancelling QIF import</a></li>
 <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=624176">Bug 624176 - budget report - rollup-budget ignored</a></li>
 <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=642824">Bug 642824 - Check for Placeholder Accounts in Qif Import</a>: Placeholder accounts do not allow transactions so when the account picker dialog is presented, add an error dialog for placeholder selection and a column to display that the account is a placeholder.</li>
@@ -314,7 +314,7 @@
     <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797275">Bug 797275 - Multiselection contains matched transactions</a></li>
     <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797276">Bug 797276 - Hitting the cancel button when editing a scheduled transaction does not undo changes</a></li>
     <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797279">Bug 797279 - Reports RTL do not support RTL</a></li>
-    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797280">Bug 797280 - Balance Sheet and P&L Reports use different rounding.</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797280">Bug 797280 - Balance Sheet and P&L Reports use different rounding.</a></li>
     <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797282">Bug 797282 - Bills Due Reminder does not update document count message after processing payment</a></li>
     <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797283">Bug 797283 - Permanent hang on clicking on report tabs</a></li>
     <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=797284">Bug 797284 - A column of an account can be too small (width 1), so that it is not possible to get it back with a double-click on it</a></li>
diff --git a/news/191229-3.8.news b/news/191229-3.8.news
index 2a54195..e67d15a 100644
--- a/news/191229-3.8.news
+++ b/news/191229-3.8.news
@@ -89,7 +89,7 @@
 <h3>New Scheme Functions:</h3>
 <ul>
   <li>gnc:html-markup-ol: creates an HTML ordered list.</li>
-  <li>gnc:multiline-to-html-text: creates html-text with <br/&gt elements.</li>
+  <li>gnc:multiline-to-html-text: creates html-text with <br/> elements.</li>
   <li>gnc:make-html-table-cell/min-width: Create a table-cell with min-width style attribute.</li>
   <li>gnc:collector+ and gnc:collector-: for collector arithmetic.</li>
 </ul>
@@ -149,7 +149,7 @@
 <ul>
   <li>Replace web links with entities.</li>
   <li>Replace <code> tag with <command>. The latter is correct for Docbook.</li>
-  <li>Change the app entity to <app&gtGnuCash</app&gt for Gnome conformance.
+  <li>Change the app entity to <app>GnuCash</app> for Gnome conformance.
   <li>Use &app; for this case and &appname; for the undecorated "GnuCash".</li>
   <li>Series of updates to the Help manual Importing Transactions section to change the orientation more towards a description of the interface functionality in the help manual</li>
   <li>More work on cmake build system.</li>

commit 3ee80b77c5fe3538e970e89c675aa7251bd0eaee
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Oct 10 23:14:29 2020 +0200

    Add a note about the cause for a PHP notice

diff --git a/viewdoc.phtml b/viewdoc.phtml
index dc3d1f1..e6faace 100644
--- a/viewdoc.phtml
+++ b/viewdoc.phtml
@@ -27,7 +27,9 @@ if (isset ($_GET["lang"])) {
 } else {
     # Fallback: Requested language is set in $locale by included lang.php
     if ($locale == "en_US") {
-        $showlang  = "C";
+      $showlang  = "C"; # Fixme: causes a PHP Notice:
+      # Undefined offset: 1 in /home/frank/git/gnucash-htdocs/viewdoc.phtml on line 98
+      # list($shortlang,$rest) = explode ("_", $showlang);
     } else {
         $showlang  = $locale;
     }



Summary of changes:
 news/021202-announce-1-7-4.news      |  9 +++------
 news/021203-announce-1-7-5.news      |  9 +++------
 news/021222-announce-1-7-6.news      |  9 +++------
 news/030106-announce-1-7-7.news      |  9 +++------
 news/030120-announce-1-7-8.news      |  9 +++------
 news/030127-announce-doc-1-7-8.news  |  6 ++----
 news/030202-announce-1-8-0.news      |  9 +++------
 news/030209-announce-1-8-1.news      |  9 +++------
 news/030309-announce-1-8-2.news      |  9 +++------
 news/030429-outage.news              | 32 ++++++++++++++++----------------
 news/030512-announce-1-8-3.news      |  5 ++---
 news/030526-announce-1-8-4.news      |  5 ++---
 news/030819-announce-1-8-2-docs.news |  5 ++---
 news/030819-announce-1-8-5.news      |  5 ++---
 news/030831-announce-1-8-3-docs.news |  5 ++---
 news/030911-announce-1-8-6.news      |  5 ++---
 news/030914-announce-1-8-7.news      |  5 ++---
 news/031106-debian.news              |  8 ++++----
 news/031117-announce-1-8-8.news      |  5 ++---
 news/040311-stimming-presents.news   |  4 ++--
 news/040412-announce-1-8-9.news      |  6 ++----
 news/041112-announce-1-8-10.news     |  6 ++----
 news/050206-announce-1-8-11.news     |  4 +---
 news/051019-announce-1-8-12.news     |  4 +---
 news/121101-Android.news             |  2 +-
 news/131202-screenshots-wanted.news  |  2 +-
 news/141216-2.6.5.news               |  2 +-
 news/150330-2.6.6.news               |  8 ++++----
 news/150628-2.6.7.news               | 25 ++++++++++++-------------
 news/150927-2.6.8.news               |  2 +-
 news/160328-2.6.12.news              |  2 +-
 news/170326-2.6.16.news              |  2 +-
 news/180312-2.7.6.news               |  4 ++--
 news/180930-3.3.news                 |  2 +-
 news/190630-3.6.news                 |  4 ++--
 news/191229-3.8.news                 |  4 ++--
 viewdoc.phtml                        |  4 +++-
 37 files changed, 102 insertions(+), 143 deletions(-)



More information about the gnucash-changes mailing list