This commit is contained in:
Jean-Francois Dockes 2011-04-24 08:55:10 +02:00
parent 52fda2a075
commit 705d74a6d9
2 changed files with 26 additions and 19 deletions

View File

@ -110,11 +110,11 @@
<h3>Snapshot</h3> <h3>Snapshot</h3>
<p>I sometimes release a source tarfile when I consider that the <p>I sometimes release a source tarfile when I consider that the
current development version is stable enough. The current current development version is stable enough. The current
snapshot contains commits up to 2227 (see snapshot contains commits up to 2237 (see
<a href="https://bitbucket.org/medoc/recoll/changesets">the <a href="https://bitbucket.org/medoc/recoll/changesets">the
changelog</a>, and a synthetic abstract in the changelog</a>, and a synthetic abstract in the
current <a href="release-1.16.html">1.16 release notes</a>). current <a href="release-1.16.html">1.16 release notes</a>).
<p><a href="betarecoll-1301507676.tar.gz">betarecoll-1301507676.tar.gz</a>.</p> <p><a href="betarecoll-6fb3a7b06269.tar.gz">betarecoll-6fb3a7b06269.tar.gz</a>.</p>
<h3>Prerequisites for building from source:</h3> <h3>Prerequisites for building from source:</h3>
<ul> <ul>

View File

@ -57,33 +57,40 @@
<ul> <ul>
<li>Searches now allow negative directory filtering (all <li>Searches now allow negative directory filtering (all
results except from the specified directory). Other attempts results except from the specified directory). Other attempts
at still impossible negative searches at still impossible negative searches
(ie: <span class="literal">-mime:</span> now cause (ie: <span class="literal">-mime:</span> now cause
explicit errors messages instead of lame results. The explicit errors messages instead of lame results. The
inverted directory filtering is accessible from the query inverted directory filtering is accessible from the query
language and by checking a checkbox in the advanced search panel.</li> language and by checking a checkbox in the advanced search panel.</li>
<li>The GUI advanced search panel now allows specifying a <li>The GUI advanced search panel now allows specifying a
field for each entry (ie: author/recipient, etc).</li> field for each entry (ie: author/recipient, etc).</li>
<li>Added filters for .war (Konqueror web archive) and .mhtm (other web <li>Added filters for .war (Konqueror web archive) and .mhtm (other web
archive format).</li> archive format).</li>
<li>Fixed bug which caused UTF-8 paths inside ZIP archives to
be mishandled. Also fix problem with colons inside archive
member paths.</li>
<li>Result table: <li>Result table:
<ul> <ul>
<li>The detail area now has a popup menu similar <li>The detail area now has a popup menu similar
to the one in the result list (open parent, save to disk to the one in the result list (open parent, save to disk
etc.).</li> etc.).</li>
<li>Estimated result counts are displayed in the status line.</li> <li>Estimated result counts are displayed in the status line.</li>
<li>Set row height according to default font size, and better <li>Set row height according to default font size, and better
adjust row height and vertical text position in adjust row height and vertical text position in
cells.</li> cells.</li>
</ul> </ul>
<li>Fixed bugs:
<ul>
<li>UTF-8 paths inside ZIP archives were mishandled. Also
fixes problem with colons inside archive member
paths.</li>
<li>Fixed GUI result list doc parent operations (open/preview)
which were broken in 1.15.</li>
</ul>
</li>
</ul> </ul>