This commit is contained in:
Jean-Francois Dockes 2010-09-13 14:17:15 +02:00
parent 8a08150353
commit c4a818fc64
2 changed files with 820 additions and 766 deletions

View File

@ -31,20 +31,68 @@
<h1>Recoll journal of user-visible changes </h1> <h1>Recoll journal of user-visible changes </h1>
<h2><a name="1.14.0">(future)1.14.0</a></h2>
<ul>
<li><a href="usermanual/rcl.search.lang.html">
date selection in queries</a>.</li>
<li>Pure negative queries (ie: <i>-someterm date:P10D/</i>.</li>
<li>Autosuffs: option to automatically turn words into <tt>ext:</tt>
clauses (ie: <i>xls</i> -> <i>ext:xls</i>) (GUI preferences
panel).</li>
<li>Allow extracting arbitrary mail headers and use them as
index/search fields (configured in the <tt>fields</tt>
file).</li>
<li><tt>nonumbers</tt> configuration parameter: disable
indexing of all numbers, useful for some data files with lots
of numerical data.</li>
<li>Shortcuts for the results page: <tt>PageUp/Down</tt> can
be used even when the focus is in the search
entry. <tt>Shift+Home</tt>: back to first page of results.
<tt>Ctrl+Shift+s</tt>: return focus to the search
entry. </li>
<li>Add full screen mode for small devices.</li>
<li>Added -i option to recollq to specify extra indexes.</li>
<li>Filter for <b>fictionbook</b> (.fb2) documents.</li>
<li>Cleaned up the Python samples and made recollq.py a usable
clone of recollq.</li>
<li>Errors when opening additional indexes for a query are now
fatal. They could easily go unnoticed before.</li>
<li>Proper LARGEFILE support.</li>
<li>Use <b>xsltproc</b> instead of misc dirty tricks to
extract test from most current XML-based documents (except
those in which the XML is too broken).</li>
<li>Implement <tt>configure --enable-pic</tt> and use it for
the KIO slave and Python and PHP modules.</li>
</ul>
<p>Bugs also fixed in the 1.13 branch:</p>
<ul>
<li>The <tt>filename</tt> (transcoded file name) field
could not be stored, so it could not be displayed in the
result list.</li>
<li>Html files would always be indexed even when filtered
out by <tt>indexedmimetypes</tt></li>
<li>Preview: toggling between main text and metadata
display would confuse the text format.</li>
<li>Restore <tt>indexallfilenames=0</tt> functionality.</li>
</ul>
<h2><a name="1.13.04">1.13.04</a></h2> <h2><a name="1.13.04">1.13.04</a></h2>
<p>Provide a set of configuration defaults so that compilation has a <ul>
chance to succeed on unknown systems.</p> <li>Provide a set of configuration defaults so that compilation has a
<p>Install icon to the pixmaps directory.</p> chance to succeed on unknown systems.</li>
<p>Fixes stemming, which was broken for all previous 1.13 <li>Install icon to the pixmaps directory.</li>
releases.</p> <li>Fixes stemming, which was broken for all previous 1.13
<p><a href="BUGS.html#b_1_13_02">Bugs fixed between 1.13.02 releases.</li>
and 1.13.04.</a></p> <li><a href="BUGS.html#b_1_13_02">Bugs fixed between 1.13.02
and 1.13.04.</a></li>
</ul>
<h2><a name="1.13.02">1.13.02</a></h2> <h2><a name="1.13.02">1.13.02</a></h2>
<p>This version has a single fix to work around a problem in the <ul><li>This version has a single fix to work around a problem in the
Qt 4.6.1 uic utility. If you are not using Qt 4.6.1 and are Qt 4.6.1 uic utility. If you are not using Qt 4.6.1 and are
currently running Recoll 1.13.01, you do not need to currently running Recoll 1.13.01, you do not need to
upgrade.</p> upgrade.</li></ul>
<h2><a name="1.13.01">1.13.01</a></h2> <h2><a name="1.13.01">1.13.01</a></h2>
@ -845,8 +893,9 @@
<li> Option to use the system's 'file' command as a final step of <li> Option to use the system's 'file' command as a final step of
identification for suffix-less or unknown files. identification for suffix-less or unknown files.
<li> Typo had removed support for .Z compression <li> Typo had removed support for .Z compression
<li> Use more appropriate conjonction operators when computing the advanced <li>Use more appropriate conjonction operators when
search query (OP_AND_MAYBE, OP_FILTER instead of OP_AND) computing the advanced search query (OP_AND_MAYBE,
OP_FILTER instead of OP_AND)
</ul> </ul>
</div> </div>

View File

@ -161,10 +161,15 @@
<li><span class="literal">djvu</span> with <li><span class="literal">djvu</span> with
<a href="http://djvu.sourceforge.net">DjVuLibre</a>. <a href="http://djvu.sourceforge.net">DjVuLibre</a>.
</li> </li>
<li><span class="literal">mp3</span> tags support with <li><span class="literal">mp3/flac/ogg vorbis</span>
<a href="http://id3lib.sourceforge.net/">id3info tags support with
(id3lib)</a> (compiling id3lib on recent systems may need <a href="http://id3lib.sourceforge.net/">id3info (id3lib)
a small patch, see <a href="id3lib.html">here</a>). </a> (compiling id3lib on recent systems may need
a small patch, see <a href="id3lib.html">here.</a>) or
the ogg and flac tools. Release 1.14 and later use a
python filter based on
<a href="http://code.google.com/p/mutagen/">mutagen</a>
for all audio tags.
</li> </li>
<li>Image file tags support with <li>Image file tags support with
<a href="http://www.sno.phy.queensu.ca/~phil/exiftool/"> <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/">