Version 1-91:
2004-11-25  Pavel Rychly  <pary@textforge.cz>

	* finlib/text.hh: added file_file_giga_delta_text

2004-11-22  Pavel Rychly  <pary@textforge.cz>

	* finlib/range.hh, finlib/range.cc: 
	using ranges::rng_iter istead of rangeitem*
	unsing BinFile instead of MapBinFile for ranges::rngf

	* finlib/binfile.hh: added more operators to BinFile<>::const_iterator

Version 1-90:
2004-11-18  Pavel Rychly  <pary@textforge.cz>

	* finlib/srtruns.hh: added SortedRuns::flush()

	* finlib/revcons.cc: corrected joining multiple streams
	signature is added even for single stream

	* finlib/consumer.hh, finlib/revcons.cc:
	added append parameter to RevFileConsumer::create, DeltaRevFileConsumer

	* src/mkdrev.cc: working -a option
	removed -s option

	* src/mkbgr.cc: corrected fopen on windows

	* finlib/srtruns.hh:
	corrected SortedRuns::~SortedRuns() (calling out->nextRun() if needed,
	   using for instead of for_each, deleting TmpFile)



Version 1-89:
2004-10-20  Pavel Rychly  <pary@textforge.cz>

	* finlib/binfile.hh: reversing "using off_t for all size values",
	because of incorrect memory handling

	* writelex.hh, writelex.cc: corrected write_lexicon cacheing

	* fromtof.hh: added fseek to ToFile::ToFile in append mode on
	windows (corrected tell()) 

2004-09-22  Pavel Rychly  <pary@textforge.cz>

	* binfile.hh: corrected BinCachedFile::size()

2004-09-16  Pavel Rychly  <pary@textforge.cz>

	* Makefile.am: install-data-hook: solaris sed compatibility

2004-08-11  Pavel Rychly  <pary@textforge.cz>

	* revidx.hh: delta_revidx reads alignmult from data file

	* revcons.cc: added writing signature and alignmult into .rev file

	* revidx.hh: added delta_revidx::data_size() method

	* binfile.hh: using off_t for all size values

	* revcons.cc: using Position in RevFileConsumer
	using ToFile

	* consumer.hh: using Position in RevFileConsumer

2004-05-20  Pavel Rychly  <pary@textforge.cz>

	* src/lslex.cc: corrected -m option for an empty .lex.srt file

2004-05-09  Pavel Rychly  <pary@textforge.cz>

	* finlib/srtruns.hh: new class template StoreTopItems

2004-04-26  Pavel Rychly  <pary@textforge.cz>

	* finlib/regpref.cc: corrected matching the whole string in USE_REGEX

	* finlib/Makefile.am: compatibility with sed version 3

	* bootstrap:
	config.hh corrections moved to install-data-hook in finlib dir
	added config.hh.in corrections after autoheader invocation

	* finlib/Makefile.am: added install-data-hook for config.hh corrections

	* finlib/Makefile.am: using $(regexlibs) instead of -lpcre

	* src/Makefile.am: using libtool

	* configure.ac: new version:
	   config.hh.in corrections (without PACKAGE... defines)

2004-04-21  Pavel Rychly  <pary@textforge.cz>

	* finlib/binfile.hh: added BinCachedFile::operator+= and operator+

	* finlib/binfile.hh: added BinCachedFile::size()

2004-04-18  Pavel Rychly  <pary@textforge.cz>

	* finlib/Makefile.am: using libtool for the library

	* configure.ac: deleted std c++ headers from AC_CHECK_HEADERS
