* on problems with http, cookies and io
* @see RecentchangeTitles
*/
public Iterable<String> getRecentchangesTitles(
int... namespaces) throws ActionException, VersionException {
RecentchangeTitles a = new RecentchangeTitles(this,
namespaces);
return a;
}