diff --git a/src/INSTALL b/src/INSTALL
index 272ced2b..e55cbb01 100644
--- a/src/INSTALL
+++ b/src/INSTALL
@@ -411,11 +411,15 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
idxabsmlen
Recoll stores an abstract for each indexed file inside the
- database. This is so that they can be displayed inside the result
- lists without decoding the original file. This parameter defines
- the size of the stored abstract (which can come from an actual
- section or just be the beginning of the text). The default value
- is 250.
+ database. The text can come from an actual 'abstract' section in
+ the document or will just be the beginning of the document. It is
+ stored in the index so that it can be displayed inside the result
+ lists without decoding the original file. The idxabsmlen parameter
+ defines the size of the stored abstract. The default value is 250
+ bytes. The search interface gives you the choice to display this
+ stored text or a synthetic abstract built by extracting text
+ around the search terms. If you always prefer the synthetic
+ abstract, you can reduce this value and save a little space.
aspellLanguage
diff --git a/src/README b/src/README
index 481d85ba..e95a0576 100644
--- a/src/README
+++ b/src/README
@@ -1488,11 +1488,15 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
idxabsmlen
Recoll stores an abstract for each indexed file inside the
- database. This is so that they can be displayed inside the result
- lists without decoding the original file. This parameter defines
- the size of the stored abstract (which can come from an actual
- section or just be the beginning of the text). The default value
- is 250.
+ database. The text can come from an actual 'abstract' section in
+ the document or will just be the beginning of the document. It is
+ stored in the index so that it can be displayed inside the result
+ lists without decoding the original file. The idxabsmlen parameter
+ defines the size of the stored abstract. The default value is 250
+ bytes. The search interface gives you the choice to display this
+ stored text or a synthetic abstract built by extracting text
+ around the search terms. If you always prefer the synthetic
+ abstract, you can reduce this value and save a little space.
aspellLanguage
diff --git a/src/VERSION b/src/VERSION
index f8e233b2..4abc0cc7 100644
--- a/src/VERSION
+++ b/src/VERSION
@@ -1 +1 @@
-1.9.0
+1.9.1cjk
diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index 46ffddfe..85f7e745 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -24,7 +24,7 @@
Dockes
- $Id: usermanual.sgml,v 1.50 2007-08-30 09:00:22 dockes Exp $
+ $Id: usermanual.sgml,v 1.51 2007-09-21 16:45:03 dockes Exp $
This document introduces full text search notions
@@ -1834,7 +1834,7 @@ skippedNames = #* bin CVS Cache cache* caughtspam tmp .thumbnails .svn \
Example of use for skipping text files only in a
specific directory:
-skippedPaths = ~/somedir/*.txt
+skippedPaths = ~/somedir/∗.txt
@@ -1957,11 +1957,18 @@ skippedPaths = ~/somedir/*.txt
idxabsmlen
&RCL; stores an abstract for each indexed
- file inside the database. This is so that they can be
- displayed inside the result lists without decoding the
- original file. This parameter defines the size of the
- stored abstract (which can come from an actual section or
- just be the beginning of the text). The default value is 250.
+ file inside the database. The text can come from an actual
+ 'abstract' section in the document or will just be the
+ beginning of the document. It is stored in the index so
+ that it can be displayed inside the result lists without
+ decoding the original
+ file. The idxabsmlen parameter defines
+ the size of the stored abstract. The default value is 250 bytes.
+ The search interface gives you the choice to display this
+ stored text or a synthetic abstract built by extracting
+ text around the search terms. If you always
+ prefer the synthetic abstract, you can reduce this value
+ and save a little space.
diff --git a/src/qtgui/recoll.pro.in b/src/qtgui/recoll.pro.in
index 440903f8..285dc4c4 100644
--- a/src/qtgui/recoll.pro.in
+++ b/src/qtgui/recoll.pro.in
@@ -82,4 +82,6 @@ TRANSLATIONS = i18n/recoll_de.ts \
i18n/recoll_fr.ts \
i18n/recoll_it.ts \
i18n/recoll_ru.ts \
- i18n/recoll_uk.ts
+ i18n/recoll_.ts \
+ i18n/recoll_uk.ts \
+ i18n/recoll_xx.ts