*** empty log message ***
This commit is contained in:
parent
20f389345f
commit
04c17215bd
@ -1,6 +1,6 @@
|
||||
Known bugs in current version and older versions:
|
||||
|
||||
1.4.2
|
||||
1.4.2 - 1.5.0
|
||||
- When a mime type has an external viewer defined, but the actual file is
|
||||
compressed (ie: xxx.txt.gz), recoll will try to start the external viewer
|
||||
on the compressed file, which will not work in most cases.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
CHANGES
|
||||
|
||||
Updating from 1.2 to 1.3 or 1.4:
|
||||
-------------------------------
|
||||
Updating from 1.2 to 1.3 or 1.4 or 1.5:
|
||||
---------------------------------------
|
||||
From version 1.3 up, there is a new feature to search specifically for file
|
||||
names (with wildcard processing). If you want to take full advantage of
|
||||
this, you should perform a full reindex after installing the new version
|
||||
@ -11,6 +11,33 @@ values, and the user ones only for overrides. Your old configuration files
|
||||
will still work, but, you may want to remove them if they are unmodified,
|
||||
or keep only the modified parameters.
|
||||
|
||||
1.5.0 2006-09-20
|
||||
|
||||
- Added support for powerpoint and excel files, with the catdoc package.
|
||||
- Allow viewing consecutive documents from the result list inside a single
|
||||
preview window using the shift-arrow-up and shift-arrow-down keys.
|
||||
- Colorize search terms in abstracts in the result list.
|
||||
- A number of elements are now remembered between program invocations:
|
||||
sort criteria, list of ignored file types (always starts inactive),
|
||||
subtree restriction, better handling of the recent searches listbox, the
|
||||
buildAbstract and replaceAbstract settings are not forgotten any more.
|
||||
- New option to automatically add a phrase to simple searches.
|
||||
- Possibility to adjust the length and context width for synthetic abstracts.
|
||||
- Handle weird html better.
|
||||
- When indexing mail messages, walk the full mime tree instead of staying
|
||||
at the top level, index all text parts and attachement file names.
|
||||
- Add -c <confdir> option to recoll and recollindex to specify the
|
||||
configuration directory on the command line
|
||||
- Better synchronization between the active preview and the highlighted
|
||||
paragraph inside the list
|
||||
- Improved recall for some special cases of stemming.
|
||||
- Much better handling of email dates, allowing better email sorting by
|
||||
date (previously the message date was quite often the date when the file
|
||||
was indexed).
|
||||
- Store the external database lists in the configuration directory, not the
|
||||
qt preferences.
|
||||
- Ensure dialogs are sized according to font size
|
||||
|
||||
|
||||
1.4.3 2006-05-07
|
||||
- Multiple search databases.
|
||||
|
||||
@ -38,10 +38,21 @@
|
||||
<a href="usermanual/rcl.install.html">installation manual</a> for
|
||||
building and/or installation instructions.</p>
|
||||
|
||||
<p>You will need an installation of xapian-core for source
|
||||
builds. You will find source and binary packages on the
|
||||
<a href="http://www.xapian.org/download.php">xapian download
|
||||
page</a></p>
|
||||
|
||||
<p>You need qt 3.3 in all cases</p>
|
||||
|
||||
<h3>Source</h3>
|
||||
|
||||
<p>Current version, 1.4.3:
|
||||
<p>The bleeding edge: 1.5.0:
|
||||
<a href="recoll-1.5.0.tar.gz">recoll-1.5.0.tar.gz</a>.
|
||||
See the <a href="BUGS.txt">known bugs and issues</a> and <a
|
||||
href="CHANGES.txt">changes</a>.</p>
|
||||
|
||||
<p>Previous version, 1.4.3:
|
||||
<a href="recoll-1.4.3.tar.gz">recoll-1.4.3.tar.gz</a>.
|
||||
See the <a href="BUGS.txt">known bugs and issues</a> and <a
|
||||
href="CHANGES.txt">changes</a>. Release 1.4.3 is exactly
|
||||
@ -77,10 +88,9 @@
|
||||
<h3>Binary bundles</h3>
|
||||
|
||||
<p>These are just prebuilt trees (without the source files).
|
||||
The executables were built with xapian 0.9.2 or 0.9.5 and
|
||||
libiconv 1.9.2 (where relevant) as static libraries. They
|
||||
depend on qt 3.3. For Solaris, you should be able to find a qt
|
||||
package <a
|
||||
The executables were built with xapian 0.9.6 and libiconv
|
||||
1.9.2 (where relevant) as static libraries. They depend on qt
|
||||
3.3. For Solaris, you should be able to find a qt package <a
|
||||
href="http://www.sunfreeware.com/">here</a>.</p>
|
||||
|
||||
<p>The installation instructions are <a
|
||||
|
||||
@ -85,6 +85,10 @@
|
||||
|
||||
<li><var class="literal">msword</var> with <a href=
|
||||
"http://www.winfield.demon.nl/">antiword</a>.</li>
|
||||
<li><var class="literal">Powerpoint</var> and
|
||||
<var class="literal">Excel</var> with the
|
||||
<a href="http://www.45.free.net/~vitus/software/catdoc/">
|
||||
catdoc</a> utilities.</li>
|
||||
|
||||
<li><var class="literal">rtf</var> with <a href=
|
||||
"http://www.gnu.org/software/unrtf/unrtf.html">unrtf</a>.</li>
|
||||
|
||||
@ -49,7 +49,8 @@
|
||||
and copyrighted under the GPL license. The current version is
|
||||
<a class="important" href="download.html">1.4.3</a></p>
|
||||
<p>We borrow a lot of code
|
||||
from other packages, see the <a class="important"
|
||||
from other packages, and welcome code and ideas from
|
||||
contributors, see the <a class="important"
|
||||
href="credits.html">Credits</a>.</p>
|
||||
|
||||
<h2>Features: </h1>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user