diff --git a/website/release-1.17.html b/website/release-1.17.html
index f49fa986..2aa92e4b 100644
--- a/website/release-1.17.html
+++ b/website/release-1.17.html
@@ -52,7 +52,7 @@
Changes
Recoll 1.17 is an incremental improvements release over 1.16, no
- major function was introduced or modified.
+ really major function was introduced or modified.
@@ -60,31 +60,31 @@
from the advanced search panel, or from the query langage
(ie: "size>10k size<1m"). For documents stored
inside archives, the file size stored in the index is now
- the actual one not the archive's as was previously the
+ the actual one, not the archive's as was previously the
case.
- - Query language: Tilde is now expanded inside a "dir:"
+
- Query language: tilde is now expanded inside a "dir:"
clause.
- Query language: the "dir:" directive now accepts
- non-absolute paths. For example dir:dir1/dir2 will accept any
- file the ancestors of which include "dir1/dir2".
+ non-absolute paths. For example dir:dir1/dir2 will select
+ any file the path of which includes "dir1/dir2".
- - GUI: When a search fails to retrieve results, the spelling
+
- GUI: when a search fails to retrieve results, the spelling
suggestions are now presented as links inside the result list
area. Clicking a link will replace the appropriate word inside
the search entry.
- - GUI: Thumbnails will be displayed in the result list if an
- appropriate one is found in the standard freedesktop
- thumbnails directory (ie: created by gimp or some file
- manager). Recoll will not create thumbnails (this would slow
- result display too much).
+ - GUI: thumbnails will be displayed in the result list if
+ found in the standard freedesktop thumbnails directory
+ (previously created by gimp or some file manager). Recoll
+ will not create thumbnails (this would slow the results display
+ too much).
- - GUI: It is now possible to control the date format used to
- display result (go to query preferences).
+ - GUI: it is now possible to control the date format used to
+ display the results (go to Query Preferences).
- - GUI: It is now possible to Copy/Paste from the term explorer
+
- GUI: it is now possible to Copy/Paste from the term explorer
result list.
- GUI: it is now possible to use a Qt style sheet to modify
@@ -93,15 +93,15 @@
skeleton style sheet is to be found in the
share/recoll/examples directory.
- - GUI: Added menu entry to show all the mime types actually
+
- GUI: added menu entry to show all the mime types actually
indexed.
- GUI: the result list is now based on the WebKit widget
instead of QTextBrowser. This means better html/css support,
and even Javascript ... You can force the use the old
- QTextBrowser instead by using configure --disable-webkit.
+ QTextBrowser instead by using configure --disable-webkit.
- - GUI: Use Shift+PageUp instead of Shift+Home to rewind the
+
- GUI: use Shift+PageUp instead of Shift+Home to rewind the
result list to the first page. Shift+Home is useful in the
search entry.
@@ -117,14 +117,14 @@
idea. Among others, exiting the GUI has no influence on an
ongoing indexing.
+ - The GUI now has a menu entry to force a full reindex.
+
- The GUI indexing configuration now only shows the directories
- customized by the user not those which come from the
+ customized by the user, not those which come from the
standard configuration (ie: ~/.thunderbird). Showing the
standard directories was more often confusing than
useful.
- - The GUI now has a menu entry to force a full reindex.
-
- GUI: the default reslist paragraph now displays the ipath:
this is very useful for archive members and not too
disturbing for other kinds.
@@ -134,7 +134,7 @@
exit, but it's probably better than staring at a hung
Recoll.
- - What used to be the document category filters
+
- GUI: what used to be the document category filters
(media/text/etc.) are now defined as query language
fragments inside mimeconf. This means that you can redefine
them freely (see the comments for the [guifilters] section