Switch to unified view

a/website/BUGS.html b/website/BUGS.html
...
...
34
      <p><i>Bugs that are listed in an older version section are
34
      <p><i>Bugs that are listed in an older version section are
35
          supposedly fixed in later versions. Bugs listed in the
35
          supposedly fixed in later versions. Bugs listed in the
36
          topmost section may also exist in older versions.</i></p>
36
          topmost section may also exist in older versions.</i></p>
37
37
38
      
38
      
39
      <h2><a name="b_latest">recoll 1.18.2</a></h2> 
39
      <h2><a name="b_latest">recoll 1.19.0</a></h2> 
40
      <ul>
41
        <li>On systems such as Debian Stable which use Evince version
42
          2.x (not 3.x) as PDF viewer, the default "Open" command for
43
          PDF files will not work. You need to use the GUI preferences
44
          tool to change the --page-index option to --page-label for
45
          the evince command line used for PDF.</li>
46
        <li>It will sometimes happen that the result list paragraph
47
          format stored in the Qt preferences file will get garbled,
48
          causing result lists with no displayed paragraphs (the
49
          counts and pages are ok, the results can be seen in table
50
          mode, but not in list mode). The workaround is to go to
51
          <blockquote>
52
            Preferences->Query configuration->User interface
53
          </blockquote> and erase the result paragraph format string
54
          (^A DEL in the text area), this will reset the string to the
55
          default value.</li>
56
57
        <li>Real time indexer: when running with gamin on FreeBSD, the
58
          indexer can deadlock in the gamin dialog in some
59
          cases.</li>
60
61
        <li>After an upgrade, the recoll GUI sometimes crashes on
62
          startup. This is fixed by removing (back it up just in case)
63
          ~/.config/Recoll.org/recoll.conf, the QSettings storage for
64
          recoll.</li>
65
      </ul>
66
67
      <h2><a name="b_1_18_2">recoll 1.18.2</a></h2> 
68
      <ul>
40
        <li>When no indexing helper applications are actually missing,
69
        <li>When no indexing helper applications are actually missing,
41
          an ennoying popup is shown in the GUI at each end of a batch
70
          an ennoying popup is shown in the GUI at each end of a batch
42
          indexing run (it's supposed to be shown only once).</li>
71
          indexing run (it's supposed to be shown only once).</li>
43
72
44
        <li>Category (media, message, etc.) expansion does not work
73
        <li>Category (media, message, etc.) expansion does not work
...
...
59
video/x-msvideo = exec rclbad
88
video/x-msvideo = exec rclbad
60
</pre>
89
</pre>
61
        </li>
90
        </li>
62
91
63
92
64
        <li>On systems such as Debian Stable which use Evince version
93
        <li>It's possible to add an external index with a
65
          2.x (not 3.x) as PDF viewer, the default "Open" command for
94
          case/diacritics stripping option different from the main
66
          PDF files will not work. You need to edit the command:
95
          index'. Searches will mostly not work.</li>
67
          in <em>Preferences->GUI&nbsp;configuration</em>,
68
          uncheck <em>Use&nbsp;desktop&nbsp;preferences...</em>, then
69
          click <em>Choose&nbsp;editor&nbsp;applications</em>, and for
70
          application/pdf, application/postscript and text/dvi, change
71
          the --page-index option to --page-label. Then
72
          re-check <em>Use&nbsp;desktop&nbsp;preferences...</em> if
73
          it was initially set.</li>
74
96
75
        <li>It will sometimes happen that the result list paragraph
97
        <li>fnmatch() errors sometimes encountered because of
76
          format stored in the Qt preferences file will get garbled,
98
          character set and locale issues were treated as
77
          causing result lists with no displayed paragraphs (the
78
          counts and pages are ok, the results can be seen in table
79
          mode, but not in list mode). The workaround is to go to
80
          <blockquote>
81
            Preferences->Query configuration->User interface
82
          </blockquote> and erase the result paragraph format string
83
          (^A DEL in the text area), this will reset the string to the
84
          default value.</li>
85
86
        <li>Real time indexer: when running with gamin on FreeBSD, the
87
          indexer can deadlock in the gamin dialog in some
88
          cases.</li>
99
          matches.</li>
89
100
90
        <li>After an upgrade, the recoll GUI sometimes crashes on
101
        <li>When an advanced search finds no result, the spelling
91
          startup. This is fixed by removing (back it up just in case)
102
          suggestions screen which is displayed contains links which can
92
          ~/.config/Recoll.org/recoll.conf, the QSettings storage for
103
          only be useful for a simple search. Clicking them will
93
          recoll.</li>
104
          result in confusion.</li>
105
106
        <li>When the real-time indexer updates a compound document
107
          which has been shortened (typically, a truncated mbox folder),
108
          the obsolete documents beyond the new end were not deleted,
109
          resulting in confusing behaviour.</li>
110
111
        <li>Expansions of '*' were sometimes done against the whole
112
          indexes in cases where it would have been able data restricted
113
          to a field, resulting in much degraded performance.</li>
114
115
        <li>Wildcards were wrongly handled when splitting a string
116
          before a query, so that things like <tt>recoll@*</tt> could
117
          end up being split as <tt>recoll *</tt>.</li>
118
94
      </ul>
119
      </ul>
95
120
96
121
97
      <h2><a name="b_1_18_1">recoll 1.18.1</a></h2> 
122
      <h2><a name="b_1_18_1">recoll 1.18.1</a></h2> 
98
      <ul>
123
      <ul>