2002-01-08 Tzafrir Cohen <tzafrir@technion.ac.il>

	* adapt to fribidi 0.10.0's modified interface

2002-01-02 Tzafrir Cohen <tzafrir@technion.ac.il> (0.9.7.1)

	* --auto-refresh to the biditext script (emil)
	* biditext script sets BIDITEXT_FILENAME (emil)
	* updated biditext.1
	* makefile clean-ups (e.g: INSTALL)

2001-12-26  Tzafrir Cohen <tzafrir@technion.ac.il> (0.9.7)
	* biditext now autoconf-ed (autoconf creates make.def)
	* biditext.1: further corrections and inclusion in Makefile

2001-12-26  Kohn Emil Dan <emild@cs.technion.ac.il>

	* biditext.1: typos, corrections and clarifications. 

2001-12-25  mulix  <mulix@actcom.co.il>

	* biditext.1: added man page for biditext

2001-09-13  tzafrir <tzafrir@technion.ac.il> (0.9.6.1)

	* added uninstall target
	* Makefile cleanups

2001-09-12  mulix  <mulix@actcom.co.il> (0.9.6)

	* initial cvs import. 
	* Makefile: version update
	* hook_into_x.c: include <stdlib.h>

0.9.3.2: 
	Makefile: change /usr/local/lib to $(LIBDIR) (tzafrir)
	Makefile: removed the DEFINES, removed make.sh (tzafrir)
	Makefile: using fribidi-config (tzafrir)
	Makefile: removed -W1, --rpath -W1 (tzafrir)
	parse_options: parse new biditext command line options (tzafrir)
	hook_into_x: load xlib dynamically and hook the functions 
		we need (emil, tzafrir)
	common.c: changes to support new structure (mulix)
	biditext.c: simple wrappers around the x funtions we need, 
		multi threading protection (mulix)
	all: general cleanup and reorganization (mulix)
0.9.3.1:
	biditext.in: use 'r2l' to set the initial state (tzafrir)
	README: update to 'new style' biditext - using r2llib (mulix)
	Makefile: add -Wl,--rpath -Wl,/usr/local/lib to biditext.so linker
            flags (mulix)
0.9.3:
	Makefile: removed profiling DEFINE, bumped version up to match 
	    'old style' biditext version numbers (mulix)
0.07:
	common.c: changed to use new & efficient r2l_query_state() (mulix)
0.06:
	Makefile: remove redundant R2LLIB_CONFIG_DIR (mulix)
	common.c: use r2llib-0.20 api (mulix)
	common.c: fixed embarrasing *prtl = rtl bug (mulix)
	
0.05:
	Makefile changes, uses r2llib-config now (tzafrir)
	common.c: added profiling code (mulix)
	Makefile: added -DBIDITEXT_PROFILE to CFLAGS (mulix)
0.04:
	do_biditext8() and do_biditext16() now return the buffer on success
		and NULL on failure
	added internal 4096 chars limit test to do_biditext8() and do_biditext16()
	moved do_biditext8() and do_biditext16() into common.c
	commo8.c, common16.c - removed
	ripped out the biditext initialization code from init_biditext(), now it
		uses r2llib_init() only
	Makefile - made r2llib location relative to biditext dir
0.03:
	Text16.c - made string_final a static buffer
	common.c - added a NULL check before dereference
0.02:
	do_biditext8() and do_biditext16() return true/false. the reversed
		string is returned by reference.
0.01:
	initial verion, based on biditext-0.9.1
