|
a/website/BUGS.html |
|
b/website/BUGS.html |
|
... |
|
... |
104 |
slower indexing for doc files.</li>
|
104 |
slower indexing for doc files.</li>
|
105 |
</ul>
|
105 |
</ul>
|
106 |
|
106 |
|
107 |
|
107 |
|
108 |
<h2><a name="b_1_13_02">recoll 1.13.02</h2>
|
108 |
<h2><a name="b_1_13_02">recoll 1.13.02</h2>
|
109 |
<li>Fix stemming which was completely broken in the 1.13
|
109 |
<li>Stemming does not work in the 1.13 series. The stemming
|
110 |
series. The stemming database was not
|
110 |
database was not created at all. Things would sort of work as
|
111 |
created at all. Things would sort of work as long as an older stemming
|
111 |
long as an older stemming database was around (which is why
|
112 |
database was around (which is why this was not discovered earlier.</li>
|
112 |
this was not discovered earlier.</li>
|
113 |
<li>Fix the lyx filter to properly handle embedded white space in
|
113 |
<li>Fix the lyx filter to properly handle embedded white space in
|
114 |
file paths.</li>
|
114 |
file paths.</li>
|
115 |
|
115 |
|
116 |
|
|
|
117 |
<h2><a name="b_1_13_01">recoll 1.13.01 + xapian 1.0.16</a></h2>
|
116 |
<h2><a name="b_1_13_01">recoll 1.13.01 + xapian 1.0.16</a></h2>
|
118 |
|
117 |
<li>The GUI display is garbled under Qt 4.6.1 and newer. This is
|
119 |
<li>The GUI display is completely garbled under
|
118 |
a Qt bug, and a workaround was put in place in Recoll 1.13.02
|
120 |
Qt 4.6.1 and newer. This is a Qt bug, and a workaround was put
|
119 |
for Qt 4.6.1. If you are using a newer version and the problem
|
121 |
in place in Recoll 1.13.02 for Qt 4.6.1. If you are using a
|
120 |
is still there, you can fix the
|
122 |
newer version and the problem is still there, you can fix the
|
|
|
123 |
4.6.1 fix to hopefully work with your Qt version: edit
|
121 |
4.6.1 fix to hopefully work with your Qt version: edit
|
124 |
qtgui/rclmain_w.h, around line 37 (there is only one instance),
|
122 |
qtgui/rclmain_w.h, around line 37 (there is only one instance),
|
125 |
change:
|
123 |
change:
|
126 |
<pre>
|
124 |
<pre>
|
127 |
#if QT_VERSION == 0x040601
|
125 |
#if QT_VERSION == 0x040601
|
|
... |
|
... |
493 |
<li> Case-insensitive search should now work in most cases
|
491 |
<li> Case-insensitive search should now work in most cases
|
494 |
(used to not work except for accented ascii).
|
492 |
(used to not work except for accented ascii).
|
495 |
|
493 |
|
496 |
<li> All directories and files with names beginning with a dot were ignored
|
494 |
<li> All directories and files with names beginning with a dot were ignored
|
497 |
by the skippedNames directive in the default recoll.conf file from
|
495 |
by the skippedNames directive in the default recoll.conf file from
|
498 |
older versions (no indexation of mozilla or thunderbird email !). An
|
496 |
older versions (no indexing of mozilla or thunderbird email !). An
|
499 |
upgrade will not fix this (it will not modify an existing
|
497 |
upgrade will not fix this (it will not modify an existing
|
500 |
configuration). You need to edit recoll.conf by hand and remove the .*
|
498 |
configuration). You need to edit recoll.conf by hand and remove the .*
|
501 |
from skippedNames.</li>
|
499 |
from skippedNames.</li>
|
502 |
|
500 |
|
503 |
</ul>
|
501 |
</ul>
|