Switch to side-by-side view

--- a/website/BUGS.html
+++ b/website/BUGS.html
@@ -38,38 +38,17 @@
       <h2><a name="b_latest">recoll 1.15</a></h2> 
 
       <ul> 
-
+        
         <li>Cancelling a preview in the GUI will also cancel the indexing
           thread if it is running.</li>
 
-        <li>Using search preview while the indexing thread is running will
-          sometimes crash the GUI or provoke other strangeness. This is
-          apparently due to insufficient protection of resources shared by
-          several threads. After recent cleanup, the problem occurs quite
-          seldom but it is not completely gone. The current and
-          unsatisfying workaround, is to avoid the situation, for example
-          by using the standalone recollindex program instead of the GUI
-          indexing thread.</li>
-
-        <li>When an open error occurs on an external index while
-          starting the GUI, the initial indexing dialog is started,
-          which is incorrect because it cannot fix the problem.</li>
-
-        <li>The operations on the parent document in the result list
-	  right click menu (Preview and Open), do not work, they
-	  access the file's parent directory instead.</li>
-
-        <li>The rclzip filter can't handle utf-8 in path names for archive
-          members. An <a href="http://www.recoll.org/filters/rclzip">
-            updated filter</a> is available. </li>
-
-        <li>The rclzip and rclchm filters can't handle archive members
-          with a colon (':') in the file name or path. The files are normally
-          indexed and can be searched for, but they can't be displayed
-          (neither opened nor previewed). There is a 
-          <a href="https://bitbucket.org/medoc/recoll/changeset/3751ea8ea179">
-            patch</a> which fixes the issue (then needs full reindex for these
-          files).</li>
+        <li>Using the GUI preview while the indexing thread is running
+          will sometimes crash the GUI or provoke other
+          strangeness. This happens much more rarely than in 1.15.7,
+          but still occurs. Workaround if this happens too frequently:
+          use the standalone recollindex program instead of the GUI
+          thread.</li>
+
 
         <li>After an upgrade, the recoll GUI sometimes crashes on
           startup. This is fixed by removing (back it up just in case)
@@ -95,8 +74,8 @@
           relatively rare files with a very small text, resulting in the
           following error message:
           <blockquote>
-             I'm afraid the text stream of this file is too small to
-             handle.
+            I'm afraid the text stream of this file is too small to
+            handle.
           </blockquote> 
 
           Only small files produced by Microsoft Word on a Mac, or by
@@ -109,30 +88,89 @@
           slower indexing for all normal .doc files.</li>
       </ul>
 
+      <h2><a name="b_1_15_7">recoll 1.15.7</a></h2> 
+        <li>Using search preview while the indexing thread is running will
+          sometimes crash the GUI or provoke other strangeness. This is
+          apparently due to insufficient protection of resources shared by
+          several threads. After recent cleanup, the problem occurs quite
+          seldom but it is not completely gone. The current and
+          unsatisfying workaround, is to avoid the situation, for example
+          by using the standalone recollindex program instead of the GUI
+          indexing thread.</li>
+
+        <li>The GUI preview function sometimes failed with a
+          non-sensical message about a non-related missing
+          helper.</li>
+
+        <li>The ignored suffixes list (recoll_noindex) is
+          ignored in some cases.</li>
+
+        <li>The GUI option to remember sort state between invocations
+          only works for sort by date.</li>
+        
+        <li>The man filter creates groff temporary png files in the
+          home directory.</li>
+
+        <li>Indexing can hang or crash after an error occurs on an
+          archive member (which should have affected only the relevant
+          document).</li>
+
+        <li>The initial indexing pass in the real-time indexer does
+          not monitor the X11 session which can create problems if the
+          user ends the section at this point.</li>
+
+        <li>Starting the indexing thread inside the GUI while another
+          indexer (batch or real-time) was active would silently
+          failed. It should show an error dialog.</li>
+
+        <li>When an open error occurs on an external index while
+          starting the GUI, the initial indexing dialog is started,
+          which is incorrect because it cannot fix the problem.</li>
+
+        <li>The operations on the parent document in the result list
+	  right click menu (Preview and Open), do not work, they
+	  access the file's parent directory instead.</li>
+
+        <li>Most operations on the parent document in the result table
+          view are not connected and do nothing.</li>
+
+        <li>The rclzip filter can't handle utf-8 in path names for archive
+          members. An <a href="http://www.recoll.org/filters/rclzip">
+            updated filter</a> is available. </li>
+
+        <li>The rclzip and rclchm filters can't handle archive members
+          with a colon (':') in the file name or path. The files are normally
+          indexed and can be searched for, but they can't be displayed
+          (neither opened nor previewed). There is a 
+          <a href="https://bitbucket.org/medoc/recoll/changeset/3751ea8ea179">
+            patch</a> which fixes the issue (then needs full reindex for these
+          files).</li>
+
+
       <h2><a name="b_1_15_5">recoll 1.15.5</a></h2> 
-        <li>The Python and PHP modules in 1.15.5 have compile errors. This
+      <li>The Python and PHP modules in 1.15.5 have compile errors. This
         is solved by 
-          <a href="https://bitbucket.org/medoc/recoll/changeset/0b09b33cd06a">
-            this simple change.</a></li>
-        <li>The current stemming language is not indicated by menu
-         checkboxes.</li> 
+        <a href="https://bitbucket.org/medoc/recoll/changeset/0b09b33cd06a">
+          this simple change.</a></li>
+      <li>The current stemming language is not indicated by menu
+        checkboxes.</li> 
 
       <h2><a name="b_1_15_2">recoll 1.15.2</a></h2> 
       <ul>
         <li>If a result table column is both added and moved in the same
-        GUI instance, the list becomes garbled (or/and the GUI
-        crashes). Workaround: remove the Qt GUI config
-        (.config/Recoll.org/recoll.conf), and perform the operation in 2 GUI
-        sessions: add column, exit recoll, restart, move column.</li>
+          GUI instance, the list becomes garbled (or/and the GUI
+          crashes). Workaround: remove the Qt GUI config
+          (.config/Recoll.org/recoll.conf), and perform the operation in 2 GUI
+          sessions: add column, exit recoll, restart, move column.</li>
 
         <li>Clicking one of the category filter checkboxes
-        (one of the media/message/text/... things) with an empty result
-        list crashes the GUI (just like this, yeah, I know, quality
-        insurance etc.). Workaround: don't click these before running the
-        first query.</li>
+          (one of the media/message/text/... things) with an empty result
+          list crashes the GUI (just like this, yeah, I know, quality
+          insurance etc.). Workaround: don't click these before running the
+          first query.</li>
 
         <li>Changing the indexing configuration parameters from the GUI
-        while the indexing thread (not an external recollindex command) is
+          while the indexing thread (not an external recollindex command) is
         running will sometimes (quite often) crash the GUI.</li>
 
         <li>Script files (ie: .sh .pl) indexed as text do not respect