olly | 24 Aug 2006 13:05

7144: trunk/xapian-applications/omega/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       7144
Date:           2006-08-24 12:05:38 +0100 (Thu, 24 Aug 2006)

Log message (1 line):
configure.ac: Check for strftime.

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/configure.ac

Links:
http://xapian.org/C?7144
http://xapian.org/C?7144?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?7144?trunk/xapian-applications/omega/configure.ac
olly | 24 Aug 2006 13:37

7145: trunk/xapian-applications/omega/ trunk/xapian-applications/omega/docs/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       7145
Date:           2006-08-24 12:37:02 +0100 (Thu, 24 Aug 2006)

Log message (3 lines):
Makefile.am,docs/scriptindex.txt,loadfile.cc,loadfile.h,
scriptindex.cc: Add new "load" action to allow the contents of an
external file to be loaded.

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/Makefile.am
U   trunk/xapian-applications/omega/docs/scriptindex.txt
A   trunk/xapian-applications/omega/loadfile.cc
A   trunk/xapian-applications/omega/loadfile.h
U   trunk/xapian-applications/omega/scriptindex.cc

Links:
http://xapian.org/C?7145
http://xapian.org/C?7145?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?7145?trunk/xapian-applications/omega/Makefile.am
http://xapian.org/C?7145?trunk/xapian-applications/omega/docs/scriptindex.txt
http://xapian.org/C?7145?trunk/xapian-applications/omega/loadfile.cc?A
http://xapian.org/C?7145?trunk/xapian-applications/omega/loadfile.h?A
http://xapian.org/C?7145?trunk/xapian-applications/omega/scriptindex.cc
olly | 24 Aug 2006 13:38

7146: trunk/xapian-applications/omega/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       7146
Date:           2006-08-24 12:38:10 +0100 (Thu, 24 Aug 2006)

Log message (2 lines):
scriptindex.cc: Fix handling of check whether a record has content
in the case where the same field is processed more than once.

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/scriptindex.cc

Links:
http://xapian.org/C?7146
http://xapian.org/C?7146?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?7146?trunk/xapian-applications/omega/scriptindex.cc
olly | 24 Aug 2006 13:39

7147: trunk/xapian-applications/omega/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       7147
Date:           2006-08-24 12:39:38 +0100 (Thu, 24 Aug 2006)

Log message (2 lines):
Makefile.am,omindex.cc,query.cc: Use the new routines in loadfile.cc
to replace code to do the same thing in omindex and omega.

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/Makefile.am
U   trunk/xapian-applications/omega/omindex.cc
U   trunk/xapian-applications/omega/query.cc

Links:
http://xapian.org/C?7147
http://xapian.org/C?7147?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?7147?trunk/xapian-applications/omega/Makefile.am
http://xapian.org/C?7147?trunk/xapian-applications/omega/omindex.cc
http://xapian.org/C?7147?trunk/xapian-applications/omega/query.cc
olly | 24 Aug 2006 14:08

7148: trunk/xapian-applications/omega/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       7148
Date:           2006-08-24 13:08:23 +0100 (Thu, 24 Aug 2006)

Log message (2 lines):
query.cc: Fix $highlight{} to work with capitalised words (it used
to work but regressed in 0.8.2).

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/query.cc

Links:
http://xapian.org/C?7148
http://xapian.org/C?7148?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?7148?trunk/xapian-applications/omega/query.cc
olly | 24 Aug 2006 19:31

7149: trunk/xapian-bindings/ trunk/xapian-bindings/tcl8/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       7149
Date:           2006-08-24 18:31:13 +0100 (Thu, 24 Aug 2006)

Log message (4 lines):
tcl8/: Rework how the smoketest gets run to eliminate special code
for using uninstalled bindings from smoketest.tcl itself.  This
allows the smoketest to be run using install bindings, and also
make the smoketest a better example program.

Modified files:
U   trunk/xapian-bindings/ChangeLog
U   trunk/xapian-bindings/tcl8/Makefile.am
A   trunk/xapian-bindings/tcl8/run-tcl-test
A   trunk/xapian-bindings/tcl8/runtest.tcl
U   trunk/xapian-bindings/tcl8/smoketest.tcl

Links:
http://xapian.org/C?7149
http://xapian.org/C?7149?trunk/xapian-bindings/ChangeLog
http://xapian.org/C?7149?trunk/xapian-bindings/tcl8/Makefile.am
http://xapian.org/C?7149?trunk/xapian-bindings/tcl8/run-tcl-test?A
http://xapian.org/C?7149?trunk/xapian-bindings/tcl8/runtest.tcl?A
http://xapian.org/C?7149?trunk/xapian-bindings/tcl8/smoketest.tcl
olly | 24 Aug 2006 19:32

7150: trunk/xapian-bindings/ trunk/xapian-bindings/tcl8/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       7150
Date:           2006-08-24 18:32:18 +0100 (Thu, 24 Aug 2006)

Log message (2 lines):
tcl8/smoketest.tcl: Add check that xapian::Query_OP_ELITE_SET has
the right value.

Modified files:
U   trunk/xapian-bindings/ChangeLog
U   trunk/xapian-bindings/tcl8/smoketest.tcl

Links:
http://xapian.org/C?7150
http://xapian.org/C?7150?trunk/xapian-bindings/ChangeLog
http://xapian.org/C?7150?trunk/xapian-bindings/tcl8/smoketest.tcl
olly | 24 Aug 2006 22:40

7151: trunk/xapian-applications/omega/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       7151
Date:           2006-08-24 21:40:33 +0100 (Thu, 24 Aug 2006)

Log message (1 line):
htmlparse.cc: Support htdig's "ignore this bit" comments.

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/htmlparse.cc

Links:
http://xapian.org/C?7151
http://xapian.org/C?7151?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?7151?trunk/xapian-applications/omega/htmlparse.cc
olly | 25 Aug 2006 23:57

7152: trunk/xapian-applications/omega/ trunk/xapian-applications/omega/docs/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       7152
Date:           2006-08-25 22:57:07 +0100 (Fri, 25 Aug 2006)

Log message (2 lines):
docs/overview.txt,omindex.cc: Run xls2csv on MS Excel files; run
catppt on MS Powerpoint files; also index MS Word templates (.dot).

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/docs/overview.txt
U   trunk/xapian-applications/omega/omindex.cc

Links:
http://xapian.org/C?7152
http://xapian.org/C?7152?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?7152?trunk/xapian-applications/omega/docs/overview.txt
http://xapian.org/C?7152?trunk/xapian-applications/omega/omindex.cc
olly | 26 Aug 2006 16:28

7153: trunk/xapian-core/ trunk/xapian-core/docs/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       7153
Date:           2006-08-26 15:28:33 +0100 (Sat, 26 Aug 2006)

Log message (1 line):
docs/index.html: Add links to the wiki.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/docs/index.html

Links:
http://xapian.org/C?7153
http://xapian.org/C?7153?trunk/xapian-core/ChangeLog
http://xapian.org/C?7153?trunk/xapian-core/docs/index.html

Gmane