added --with-libsylph configure option which enables the use of externallibsylph.
added -V option.
src/sylfilter.c: output body content only -vvv and -d is specified.
added option to specify database dir.
made verbose mode have several levels. Improved verbose status output.
changed the default of robs to 1.0.
fixed Robinson-Fisher combined probability calculation (wrong N waspassed)min-dev, robs, robx can be configured by command-line option now.
removed src/sylfilter-test.c.
updated NEWS. modified help message.
sylfilter: added option to specify filtering method.
implemented Robinson-Fisher method to calculate combined probability.
added APIs for global configuration. Added no-bias option.
add AC_CANONICAL_SYSTEM to configure.ac for target variable.
added --enable-windows to configure.
Add GDBM support.Add mode switch for standalone and libsylph app.
sylfilter: -j and -C, -c and -J can be specified at the same time.
removed ngram-filter from sylfilter command.
use APPDATA for Windows data dir.
removed unrequired freopen().
fixed syntax error.
speedup classifying.
updated help message.
made kvs engine selectable at runtime.
sylfilter: show available kvs.
addes SQLite3 support.
Made the license BSD-like one.
textcontent-filter.c: remove garbage lines (such as base64 data)
added APIs to set base directory.
check for QDBM on configure.
added help message.
implemented unregister of messages.
use fixed db path under ~/.sylfilter .
add parameter for directory path to xfilter_bayes_db_init().
show error on no input file.
lib/filters/bayes-filter.c: skip if either junk or clean database isempty.src/sylfilter.c: fixed bulk learning.
enabled multiple file testing. Fixed error output.
implemented debug mode switch.
added built-in libsylph, and use it from textcontent-filter.c.
sylfilter.c: show message data.
also parse specific headers.
sylfilter: allow multiple file input.
added option to show learning status.
renamed old sylfilter.c to sylfilter-test.c and added new sylfilter.c.
implemented basic bayesian filter.
modified interface of XFilter result. Added API to open/close bayes db.
implemented KVS APIs and QDBM implementation.
return different value for each result
implemented simple stopword.
added a function to read message files.
added xfilter_manager_add_filters().
Initial commit