This commit is contained in:
parent
c2c0082086
commit
85f155bbf4
114
src/ChangeLog
114
src/ChangeLog
@ -1,3 +1,117 @@
|
||||
2009-01-29 11:04 dockes
|
||||
|
||||
* VERSION: 1.12.0 une
|
||||
|
||||
2009-01-29 10:08 dockes
|
||||
|
||||
* qtgui/main.cpp, qtgui/ssearch_w.cpp, qtgui/ssearch_w.h: have
|
||||
ssearch install the lang help section when needed
|
||||
|
||||
2009-01-28 17:41 dockes
|
||||
|
||||
* qtgui/rclmain_w.cpp, qtgui/reslist.cpp: erase history would crash
|
||||
with empty reslist docsource
|
||||
|
||||
2009-01-28 17:21 dockes
|
||||
|
||||
* qtgui/rclmain_w.cpp: fixed status bar messages (were cleared by
|
||||
periodic100 every 100ms)
|
||||
|
||||
2009-01-28 17:05 dockes
|
||||
|
||||
* qtgui/rclhelp.cpp, qtgui/rclhelp.h: F1 context-enhanced help
|
||||
|
||||
2009-01-28 16:56 dockes
|
||||
|
||||
* qt4gui/recoll.pro.in: F1 context-enhanced help
|
||||
|
||||
2009-01-28 16:56 dockes
|
||||
|
||||
* qtgui/advsearch_w.cpp, qtgui/advsearch_w.h, qtgui/main.cpp,
|
||||
qtgui/preview_w.cpp, qtgui/rclmain_w.cpp, qtgui/rclmain_w.h,
|
||||
qtgui/recoll.h, qtgui/recoll.pro.in, qtgui/reslist.cpp,
|
||||
qtgui/sort_w.cpp, qtgui/spell_w.cpp: F1 context-enhanced help
|
||||
|
||||
2009-01-28 14:58 dockes
|
||||
|
||||
* qtgui/rclmain_w.cpp: dont encode urls used for starting help
|
||||
browser
|
||||
|
||||
2009-01-28 14:22 dockes
|
||||
|
||||
* Makefile.in: add xapian version to version string
|
||||
|
||||
2009-01-28 08:45 dockes
|
||||
|
||||
* qtgui/advsearch.ui, qtgui/sort.ui, qtgui/spell.ui,
|
||||
qtgui/uiprefs.ui: avoid setting 0 sizes
|
||||
|
||||
2009-01-28 08:40 dockes
|
||||
|
||||
* configure, configure.ac: allow setting QMAKE in the environment
|
||||
|
||||
2009-01-27 18:12 dockes
|
||||
|
||||
* utils/pxattr.cpp:
|
||||
|
||||
2009-01-27 10:25 dockes
|
||||
|
||||
* common/textsplit.cpp, common/textsplit.h: Emit a_b intermediary
|
||||
span when splitting a_b.c
|
||||
|
||||
2009-01-26 18:30 dockes
|
||||
|
||||
* query/plaintorich.cpp, rcldb/rcldb.cpp, rcldb/rcldb.h,
|
||||
rcldb/searchdata.cpp: modified the time at which we unaccent so
|
||||
that we can do the Capitalized->nostemming test on single words
|
||||
(this had been broken by the change of noac/split order done
|
||||
earlier to get japanese to work)
|
||||
|
||||
2009-01-26 13:29 dockes
|
||||
|
||||
* utils/smallut.cpp, utils/smallut.h: add overloaded neutchars with
|
||||
different parameters
|
||||
|
||||
2009-01-26 13:27 dockes
|
||||
|
||||
* utils/transcode.cpp: tested and decided against cacheing
|
||||
iconv_open
|
||||
|
||||
2009-01-23 15:56 dockes
|
||||
|
||||
* ChangeLog, qtgui/advsearch_w.cpp, qtgui/main.cpp,
|
||||
qtgui/rclmain_w.cpp, qtgui/recoll.h: temp ckpt: need to test on
|
||||
real unix
|
||||
|
||||
2009-01-23 11:07 dockes
|
||||
|
||||
* qtgui/uiprefs.ui: avoid name duplication
|
||||
|
||||
2009-01-23 11:03 dockes
|
||||
|
||||
* qtgui/uiprefs.ui: one button for choosing native editors
|
||||
|
||||
2009-01-23 10:38 dockes
|
||||
|
||||
* kde/kioslave/recoll/data/searchable.html: simplified javascrip:
|
||||
no ie here!
|
||||
|
||||
2009-01-23 09:41 dockes
|
||||
|
||||
* qtgui/rclmain_w.cpp: toLocal8Bit->local8bit
|
||||
|
||||
2009-01-23 09:30 dockes
|
||||
|
||||
* qtgui/guiutils.cpp, qtgui/guiutils.h, qtgui/main.cpp,
|
||||
qtgui/rclmain_w.cpp, qtgui/recoll.h, qtgui/uiprefs.ui,
|
||||
qtgui/uiprefs_w.cpp, qtgui/uiprefs_w.h: use normal text/html ext
|
||||
app for viewing help
|
||||
|
||||
2009-01-23 09:27 dockes
|
||||
|
||||
* utils/execmd.cpp, utils/execmd.h: accept additional path argument
|
||||
to execmd::which
|
||||
|
||||
2009-01-22 14:25 dockes
|
||||
|
||||
* qtgui/preview_w.cpp, qtgui/preview_w.h: allow toggle show
|
||||
|
||||
@ -30,40 +30,47 @@
|
||||
<div class="content">
|
||||
|
||||
<h1>Recoll journal of user-visible changes </h1>
|
||||
<h2><a name="1.12.0">1.11.4</a></h2>
|
||||
<h2><a name="1.12.0">1.12.0</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
|
||||
<li>Recoll now implements a 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
|
||||
<li>Recoll now computes md5 checksums for all indexed
|
||||
documents and optionally collapses duplicate entries inside
|
||||
the result list. This 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>Typing F1 anywhere in the GUI should bring up the
|
||||
appropriate section of the manual in the application
|
||||
configured for viewing HTML documents.</li>
|
||||
<li>The result list right click menu now has an entry 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
|
||||
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
|
||||
<li>The preview window now has a right-click menu, 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>
|
||||
<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>There is now a 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. This is not enabled by default, use
|
||||
<i>configure --enable-xattr</i>. You'll also need to
|
||||
set up a map from the attributes names to the Recoll field
|
||||
names (see comment at the end of the <i>fields</i>
|
||||
configuration file.</li>
|
||||
</ul>
|
||||
|
||||
<h2><a name="1.11.4">1.11.4</a></h2>
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
<ul>
|
||||
<li><a href="usermanual/index.html">English</a></li>
|
||||
<li><a href="http://mcz.altervista.org/Pagine/usermanual-italian.html">
|
||||
Italian</a></li>
|
||||
Italian (rather old)</a></li>
|
||||
</ul>
|
||||
|
||||
<p><br></p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user