v0.40
	Fix parser to support new flex
	Improve test scripts
v0.39
	Fixes in get_headline:
		now headline can starts only with indexable lexem
		fix headline in case of search term was last in text	
v0.38
	Fix affixes with void replacement (AFAIK, it's only russian)
	Optimize regex execution
v0.37
	fix support locate for UnknownDict and Synonym dictionaries
v0.36 26-01-2003 
	add Synonym dictionary
	fixed various bug in new ISpell code
        fixed ':' in lexeme
v0.35  18-06-2002
        Ispell dictionary now can work with compound words 
	Renaming txtidx to tsvector
	Adapt OpenFTS to work with tsearch V2(pgsql 7.4)
	Remove pgsql_contrib_openfts, now tsearch rank function is used
v0.34  20-09-2002
	Add normalization of weight of document by its length,
        relor and relkov functions accept now additional argument (last):
      
           0 - no normalization (default)
           1 - normalized by log(length of document)
           2 - normalized by length of document

	Simplify get_headline (remove parts of get_headline2)
	Some reorganization of get_sql (split)
        Fix perl interface to ispell. Now should correctly works under Apache
        Add an example of simple parser on perl
        Fix URL of Snowball (now it's snowball.tartarus.org)
v0.33 ---------
        Default parser now recognizes integers, unsigned integers,
           scientific notation, html entities and version-like numbers.
        Method get_headline accepts new parameter - replace_ignored_headline
        New Crash-course to OpenFTS (in examples/ directory)
	Add cygwin compatibility
	Modify pgsql module to use in contrib directory
	Remove support working without intarray
	Move from  intarray to tsearch contrib module, this modifications 
		require some dictionary interface changes:
		1. dictionary should provides lemms method  instead of lemmsid
		2. is_stoplemm is unused, instead use is_stoplexem
	Add optional method drop to dictionaries 
	Add dropindex for remove OpenFTS instance
	Done changes of OpenFTS tables and corresponding relor/relkov function
	Some interface changes (use_index_array is deprecated, 
		use  txtidx_field instead - mandated option)
	All scripts in examples/ are adapted to changes above
	Remove freq field. 
	Index->init method now checks for existance of dict->lemms method
	Rename dropindex to drop and add drop_index (opposite to create_index)
	Add interface to Snowball stemmer
	Add interface to Ispell, thanks to mnoGoSearch ( 
		http://www.mnogosearch.ru)
	Add is_stoplexem method to Ispell Interface
	Add locale support to Ispell Interface
	Add method get_headline2, which uses different algoritm to 
        generate fragments with search words.
v0.32 10-10-2001
	Fix prefix with calling relor/kov, by Knut Aksel RXysland <knutroy@ifi.uio.no>
v0.31 09-08-2001
	Add error message for Search::OpenFTS::Base->new & Search::OpenFTS::Index->init
	Fix perlpod error
v0.30 31-07-2001
 	Change namespace from Search::FTS to Search::OpenFTS
v0.29 05-07-2001
 	Change ranking functions, now relor &relkov always return value between 0 and 1.
v0.28 10-05-2001
 	     name    	
v0.27 10-05-2001
	    
	      
v0.26 06-05-2001
	  UnknownDict   -    
	 PorterEng   is_stopword( $stemmed_word ) 
	     Parser
v0.25 17-04-2001
	 
	    FTS.pm
v0.24 13-04-2001
	 
v0.23 10-04-2001
	   -    
v0.22 09-04-2001
	   
	       
	   
v0.21 05-04-2001
	      
	    
	  get_headline	
v0.20 26-03-2001
	  c    
v0.12 18-11-2000
	 ,      ,
	     ,
	    27   
	 
v0.11 14:30 09-10-2000
 	       
v0.10 19:00 03-10-2000
 	       
v0.09 16:30 02-10-2000
 	  dict_opt Search::FTS::get_sql	
v0.08 12:00 29-09-2000
	  - index_chunk    offset & length
	  
v0.07 12:20 26-09-2000
	    
v0.06 17:20 07-09-2000
	   ( -   )
	      (       )
