diff --git a/website/BUGS.html b/website/BUGS.html
index 9231a6be..29418fbd 100644
--- a/website/BUGS.html
+++ b/website/BUGS.html
@@ -36,7 +36,36 @@
topmost section may also exist in older versions.
-
+
+
+ - On systems such as Debian Stable which use Evince version
+ 2.x (not 3.x) as PDF viewer, the default "Open" command for
+ PDF files will not work. You need to use the GUI preferences
+ tool to change the --page-index option to --page-label for
+ the evince command line used for PDF.
+ - It will sometimes happen that the result list paragraph
+ format stored in the Qt preferences file will get garbled,
+ causing result lists with no displayed paragraphs (the
+ counts and pages are ok, the results can be seen in table
+ mode, but not in list mode). The workaround is to go to
+
+ Preferences->Query configuration->User interface
+
and erase the result paragraph format string
+ (^A DEL in the text area), this will reset the string to the
+ default value.
+
+ - Real time indexer: when running with gamin on FreeBSD, the
+ indexer can deadlock in the gamin dialog in some
+ cases.
+
+ - After an upgrade, the recoll GUI sometimes crashes on
+ startup. This is fixed by removing (back it up just in case)
+ ~/.config/Recoll.org/recoll.conf, the QSettings storage for
+ recoll.
+
+
+
+
- When no indexing helper applications are actually missing,
an ennoying popup is shown in the GUI at each end of a batch
indexing run (it's supposed to be shown only once).
@@ -61,36 +90,32 @@ video/x-msvideo = exec rclbad
- - On systems such as Debian Stable which use Evince version
- 2.x (not 3.x) as PDF viewer, the default "Open" command for
- PDF files will not work. You need to edit the command:
- in Preferences->GUI configuration,
- uncheck Use desktop preferences..., then
- click Choose editor applications, and for
- application/pdf, application/postscript and text/dvi, change
- the --page-index option to --page-label. Then
- re-check Use desktop preferences... if
- it was initially set.
+ - It's possible to add an external index with a
+ case/diacritics stripping option different from the main
+ index'. Searches will mostly not work.
- - It will sometimes happen that the result list paragraph
- format stored in the Qt preferences file will get garbled,
- causing result lists with no displayed paragraphs (the
- counts and pages are ok, the results can be seen in table
- mode, but not in list mode). The workaround is to go to
-
- Preferences->Query configuration->User interface
-
and erase the result paragraph format string
- (^A DEL in the text area), this will reset the string to the
- default value.
+ - fnmatch() errors sometimes encountered because of
+ character set and locale issues were treated as
+ matches.
- - Real time indexer: when running with gamin on FreeBSD, the
- indexer can deadlock in the gamin dialog in some
- cases.
+ - When an advanced search finds no result, the spelling
+ suggestions screen which is displayed contains links which can
+ only be useful for a simple search. Clicking them will
+ result in confusion.
+
+ - When the real-time indexer updates a compound document
+ which has been shortened (typically, a truncated mbox folder),
+ the obsolete documents beyond the new end were not deleted,
+ resulting in confusing behaviour.
+
+ - Expansions of '*' were sometimes done against the whole
+ indexes in cases where it would have been able data restricted
+ to a field, resulting in much degraded performance.
+
+ - Wildcards were wrongly handled when splitting a string
+ before a query, so that things like recoll@* could
+ end up being split as recoll *.
- - After an upgrade, the recoll GUI sometimes crashes on
- startup. This is fixed by removing (back it up just in case)
- ~/.config/Recoll.org/recoll.conf, the QSettings storage for
- recoll.
diff --git a/website/release-1.19.html b/website/release-1.19.html
index 4cd3f368..a66666c0 100644
--- a/website/release-1.19.html
+++ b/website/release-1.19.html
@@ -47,20 +47,22 @@
do this is to quit all recoll programs and just delete the
index directory
(rm -rf ~/.recoll/xapiandb),
- then start recoll or
- recollindex. recollindex -z
- will do the same in most, but not all, cases, it's
- better to use the rm method, which will also ensure
- that no debris from older releases remain (e.g.: old stemming
- files which are not used any more).
+ then start recoll or recollindex.
+ recollindex -z will do
+ the same in most, but not all, cases. It's better to use
+ the rm method, which will also ensure that no debris
+ from older releases remain (e.g.: old stemming files which are
+ not used any more).
Installing 1.19 over an 1.18 index will force a lot of
- reindexing anyway because we switched from using st_ctime instead
- of st_mtime to detect file modifications, meaning that all files
- which were modified since created will be updated.
+ reindexing anyway because Recoll switched from using st_ctime
+ instead of st_mtime to detect file modifications, meaning that
+ all files which were modified since created will be
+ updated.
- Viewer exceptions:
- There is a new list of mime types that should be opened with
+
Viewer exceptions: as in 1.18
+ (but we kept this section for 1.17 users),
+ there is a list of mime types that should be opened with
the locally configured application even when Use
Desktop Preferences is checked. This allows making
use of new functions (direct access to page), which could not
@@ -73,35 +75,128 @@
installation . This can be done from the Preferences->Gui
Configuration menu.
- Changes
-
- Recoll 1.19 .... Changes documented from 1.18.1 to rev 3159
+ Changes in Recoll 1.19.0