2005-07-28  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estraier.c (est_canonicalize_text): a bug about special characters was fixed.

	* estraier.c (est_idx_size): a bug about overflow was fixed.

	* estraier.c (est_db_inform): the number of dispensable keys was to be reported.

	* estnode.c (est_init_net_env, est_free_net_env): they were made be MT-safe.

	* estwolefind: new file.

	* estcmd.c (estrungather, doputdoc): attribute definition with TSV was featured.

	- An API for Ruby was added.

	- The Java API was modified based on the factory method pattern.

	- Some example programs were added.

	- Release: 0.5.3

2005-07-25  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	- A class library of the node API for Java was added.

	* estmaster.c (sendnodecmdsearchui): a bug about sorting order was fixed.

	* estnode.c (est_node_search): simplified phrase was supported.

	- Release: 0.5.2

2005-07-20  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estmaster.c (startup): "cachesize" attribute was supported.

	* estmaster.c (communicate): a problem on Mac OS X was solved.

	* estmaster.c (sendmasteruidata): editing admins, users, and links was featured.

	* estmaster.c (sendnodecmdsearchui, catdocdataui, makeshownuri): new functions.

	* mastermod.c (be_daemon): exit code was changed.

	* estnode.c (est_free_net_env): new function.

	- Release: 0.5.1

2005-07-16  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estmaster.c, mastermod.h, mastermod.c, md5.h, md5.c: new files.

	* estcmd.c (runget, procget, runout, procout): specifying with URI was supported.

	* estcmd.c (est_doc_new_with_xcmd): the original path was to be given via environ.

	* estcmd.c (est_doc_new_with_xcmd): a mode without copying original file was added.

	* estcmd.c (est_doc_new_from_mime): sub parts of MIME was to be handled recursively.

	* estcmd.c (runextkeys, procextkeys): "-ni" option was added.

	* estraier.c (est_db_get_doc_attr): new function.

	* estresult.dtd: result of estcall was supported.

	* estraier.idl: new file.

	- Release: 0.5.0

2005-06-09  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estraier.c (est_cond_score): new function.

	* estcmd.c (procsearch): scores were to be able to be shown.

	* estseek.c (showdoc): scores were to be able to be shown.

	* estraier.c (est_random_fclose): new function.

	* estraier.c (est_fill_key_cache): new function.

	* estraier.c (est_db_set_special_cache): new function.

	* estcmd.c (est_doc_new_with_xcmd): original size of a document was to be recorded.

	* estcmd.c (est_ext_type): new function.

	- Speed of indexing on Windows was improved due to enhancement of QDBM.

	- Release: 0.3.13

2005-06-07  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estraier.c (est_narrow_scores): new function.

	* estcmd.c (pathtourl): a problem againt Shift_JIS was resolved.

	* estcmd.c (urltofile): new function.

	* estseek.c (showdoc): the local file name of a document was to be able to be shown.

	* hyperestraier.pc.in: new file.

	- Release: 0.3.12

2005-05-25  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estraier.c (est_search_union): forward matching extension was abolished.

	* estraier.c (est_break_text_perfng, est_char_category_perfng): new functions.

	* estload.c: new file.

	* estseek.c (main, realmain): FastCGI was supported.

	* estcmd.c (runsearch): number of documents searched for by default was changed.

	* Makefile.in: HP-UX and others were supported.

	- Release: 0.3.11

2005-05-20  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estraier.c (est_db_add_meta, est_db_meta_names, est_db_meta): new functions.

	* estraier.c (est_make_crypt, est_match_crypt): new functions.

	* estraier.c (est_search_union): forward matching extension was featured.

	* estseek.c (main, showform): specifying attributes with select boxes was featured.

	* estseek.c (main, showresult): incremental search was featured.

	- Release: 0.3.10

2005-05-10  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estmtdb.h, estmtdb.c: new files.

	* estraier.c (est_enc_name): English, Chinese, and Korean were supported.

	* estraier.c (est_break_text): normalization was to be able to be omitted.

	* estraier.c (est_db_open): non-blocking lock was featured.

	- some functions of Cabin were replaced by macros.

	- Pthreads for Win32 was added to the binary package for Windows.

	- Release: 0.3.9

2005-05-05  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estcmd.c (runsearch, procsearch): to display XML was featured.

	* estcmd.c (runsearch, procsearch): similarity search with a seed document was featured.

	* estseek.c (main, showresult): to display detail was featured.

	* estseek.c (outputlog): new function.

	* estseek.c (main, makeshowuri): "gsuffix" attribute was added.

	- xdoc2txt was added to the binary package for Windows.

	- Release: 0.3.8

2005-05-01  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estraier.c (est_db_etch_doc): new function.

	* estraier.c (est_phrase_vector, est_get_tvmap, est_vec_cos): new functions.

	* estcmd.c (runextkeys, procextkeys): new functions.

	* estseek.c (vectorizer, setsimilarphrase): new functions.

	* estseek.c (makeshownuri): arbitrary replacement was featured.

	- Release: 0.3.7

2005-04-28  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estcmd.c (est_doc_new_from_html): all meta information was to be recorded as attributes.

	* estcmd.c (est_doc_new_from_mime): title and author of MHTML was to be handled.

	* estcmd.c (doput): "stat" was to be used instead of "lstat".

	* estcmd.c (est_doc_new_with_xcmd): new function.

	- Release: 0.3.6

2005-04-25  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estraier.c (est_db_out_doc, est_db_flush): partial optimization was featured.

	* estraier.c (est_uconv_in, est_uconv_out): new functions.

	* estcmd.c (runout, rungather, runpurge): the option "-cl" was featured.

	* estcmd.c (est_doc_new_from_html): times of calling est_html_raw_text was reduced.

	- Release: 0.3.5

2005-04-22  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estraier.c (est_snippet_add_text, est_str_fwmatch_wide): multibyte support was enhanced.

	* estraier.c (est_search_union, est_search_uvset): hints of negative words were changed.

	* estraier.c (est_search_union): search accuracy with latin alphabet was improved.

	* estraier.c (est_snippet_add_text): highlight counting was dropped.

	* estraier.c (est_doc_scan_words): new function.

	* estseek.c (showresult): negative words were to be ignored.

	* estseek.c (showresult): a warning mark to be optimize was featured.

	* estseek.c (main): encoding conversion of the parameters was featured.

	* estseek.c (makeshownuri): new function.

	* estcmd.c (procpurge, doputdoc): handling the "_lpath" attribute was featured.

	- Release: 0.3.4

2005-04-20  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* myconf.h: new file.

	* estraier.c (est_db_sync): to write meta data.

	* estraier.c (est_db_flush): new function.

	* estraier.h: export declaration for C++ was added.

	* Makefile.in: MinGW support was added.

	- Release: 0.3.3

2005-04-18  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* estraier.c (est_db_optimize): a parameter "options" was added.

	* estraier.c (est_db_sync): a parameter "options" was added.

	* Makefile.in: Mac OS X support was added.

	- An API references in English and Japanese were written.

	- Release: 0.3.2

2005-04-16  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	- The initial version.

	- Release: 0.3.1

