Switch to side-by-side view

--- a/website/CHANGES.html
+++ b/website/CHANGES.html
@@ -30,6 +30,41 @@
     <div class="content">
 
       <h1>Recoll journal of user-visible changes </h1>
+      <h2><a name="1.12.0">1.11.4</a></h2>
+      <ul>
+	<li>Implemented Recoll KIO slave to allow searching directly
+	  from KDE applications. This does not affect the main
+	  application and is not enabled by default (go to the
+	  kde/kio/recoll source directory for build
+	  instructions). </li>
+	<li>Compute md5 checksums for all documents and optionally
+	  collapse duplicate entries inside the result list. Needs a
+	  full reindex to become effective for older documents already
+	  in the index. The option for collapsing or not is in the
+	  <i>Query Configuration</i>.</li>
+	<li>Words glued by an underscore character like
+	  <i>compound_word</i> are now split during indexing, and
+	  will be found when queried either as themselves or in a
+	  search for the components.</li>
+	<li>Add size limit over which no attempt will be made to
+	  uncompress/identify/index compressed files. Not active by
+	  default, to be set in the <i>Indexing Configuration</i>.</li>
+	<li>Fixed possibly harmful bug in strerror_r usage (GNU
+	  case).</li>
+	<li>Added support for fetching field values from extended file
+	  attributes.</li> 
+	<li>Added an entry to the result list right click menu to
+	  save the document to a file. This is only enabled for
+	  documents contained inside another file (ie, messages inside
+	  an mbox folder or attachments), and is especially useful for
+	  extracting an attachment with no associated external
+	  editor.</li>
+	<li>Added a right click menu to the preview window, with an
+	  entry to toggle between viewing the main text or all the
+	  metadata for the document. This is most useful in the case
+	  where the search match actually occurred in a field not
+	  visible in the main text (ie: author or HTML title).</li>
+      </ul>
 
       <h2><a name="1.11.4">1.11.4</a></h2>
       <ul>