missing include

This commit is contained in:
Jean-Francois Dockes 2012-10-16 16:10:14 +02:00
parent 54e614ce88
commit d86f74a9e8
3 changed files with 17 additions and 8 deletions

View File

@ -22,9 +22,8 @@
#include <iostream> #include <iostream>
#include <string> #include <string>
#include <algorithm>
#include <tr1/unordered_set> #include <tr1/unordered_set>
using std::tr1::unordered_set;
#include <cstring> #include <cstring>
#include "textsplit.h" #include "textsplit.h"
@ -33,9 +32,9 @@ using std::tr1::unordered_set;
#include "utf8iter.h" #include "utf8iter.h"
#include "uproplist.h" #include "uproplist.h"
#ifndef NO_NAMESPACES using std::tr1::unordered_set;
using namespace std; using namespace std;
#endif /* NO_NAMESPACES */
/** /**
* Splitting a text into words. The code in this file works with utf-8 * Splitting a text into words. The code in this file works with utf-8

View File

@ -8,7 +8,7 @@
<!ENTITY RCL "<application>Recoll</application>"> <!ENTITY RCL "<application>Recoll</application>">
<!ENTITY RCLAPPS "<ulink url='http://www.recoll.org/features.html'>Recoll helper applications page</ulink>"> <!ENTITY RCLAPPS "<ulink url='http://www.recoll.org/features.html'>Recoll helper applications page</ulink>">
<!ENTITY RCLVERSION "1.17"> <!ENTITY RCLVERSION "1.18">
<!ENTITY XAP "<application>Xapian</application>"> <!ENTITY XAP "<application>Xapian</application>">
]> ]>
@ -1854,9 +1854,9 @@ fvwm
</formalpara> </formalpara>
<formalpara><title>Advanced search history</title> <formalpara><title>Advanced search history</title>
<para>You can display any of the last 100 complex searches <para>As of &RCL; 1.18, you can display any of the last 100 complex
performed by using the up and down arrow keys while the advanced searches performed by using the up and down arrow keys while the
search panel is active.</para> advanced search panel is active.</para>
</formalpara> </formalpara>
<formalpara><title>Browsing the result list inside a preview <formalpara><title>Browsing the result list inside a preview

View File

@ -86,6 +86,16 @@
<h2>News</h2> <h2>News</h2>
<div class="news"> <div class="news">
<ul> <ul>
<li>2012-10-16: recoll 1.18 will soon be out. It will have
optional character case and diacritics sensitivity, direct
access to hit page when opening PDF files, complex search
history, and a host of other smaller improvements. You can
already see the <a href="release-1.18.html">release
notes</a> and the snapshot currently on the
<a href="https://launchpad.net/~recoll-backports/+archive/experiments">
"experimental" Ubuntu PPA</a> is actually a release
candidate, so Ubuntu users can take an early plunge...</li>
<li>2012-09-21: an <li>2012-09-21: an
<a href="https://bitbucket.org/medoc/recoll/wiki/ElinksBeagle">easy <a href="https://bitbucket.org/medoc/recoll/wiki/ElinksBeagle">easy
way</a> to extend the "Beagle queue" way</a> to extend the "Beagle queue"