[Xapian-commits] 9325: trunk/xapian-core/ trunk/xapian-core/docs/
trunk/xapian-core/include/xapian/
richard
xapian-commits at lists.xapian.org
Fri Sep 21 20:29:39 BST 2007
SVN root: svn://svn.xapian.org/xapian
Changes by: richard
Revision: 9325
Date: 2007-09-21 20:29:38 +0100 (Fri, 21 Sep 2007)
Log message (11 lines):
docs/deprecation.rst: Add deprecation for
Database::positionlist_begin() throwing DocNotFoundError , for
same reason as deprecating it throwing RangeError. Also, add
deprecation for QueryParser::add_prefix(f, p) and
add_boolean_prefix() - replaced by three argument form of
add_prefix. Also, add a policy that we don't add
XAPIAN_DEPRECATED when there's no replacement for the deprecated
feature in the last x.x.0 release.
include/xapian/queryparser.h: Add @deprecated to documentation
comments for add_prefix(f, p) and add_boolean_prefix() (but don't
add XAPIAN_DEPRECATED() macro for now).
Modified files:
U trunk/xapian-core/ChangeLog
U trunk/xapian-core/docs/deprecation.rst
U trunk/xapian-core/include/xapian/queryparser.h
Links:
http://xapian.org/C?9325
http://xapian.org/C?9325?trunk/xapian-core/ChangeLog
http://xapian.org/C?9325?trunk/xapian-core/docs/deprecation.rst
http://xapian.org/C?9325?trunk/xapian-core/include/xapian/queryparser.h
More information about the Xapian-commits
mailing list