TODO Plan
=-=-=-=-=-=
	JOE version 3.0 will be readable source code with documentation.
	It is possible that last 2.9 version will be 2.9.156 :)	

USER ChangeLog
=-=-=-=-=-=-=-=
** JOE 2.9.5 :: 28 Mar 2001
	- BUGFIX:: Fix problem with resizing. 
		Submitted by Oleg Bartunov (oleg@sai.msu.su)
	- SECURITY:: .[joe|rjoe|jpico|..]rc in actual directory is ignored
		because in this file can be defined which program run.
		I found this bug on the freshmeat.net (submitted by Debian)
** JOE 2.9.4 :: 27 Mar 2001
	- FEATURE:: locale (LC_CTYPE) is accepted 
		when skipping/deleting/... words	
** JOE 2.9 :: 22 Mar 2001
	- version 2.8 with patches from RedHat/Suse

PROGRAMMER ChangeLog
=-=-=-=-=-=-=-=-=-=-=
** JOE 2.9.5 :: 28 Mar 2001
	- BUGFIX:: Fix problem with resizing.
		The problem was missing	<sys/ioctl.h> in tty.c;
		submitted by Oleg Bartunov (oleg@sai.msu.su)
	- zstr.c/zstr.h is now clean and fully documented
		first two files which are complete :) yuuh
	- zstr.c/zstr.h was renamed to utils.c/utils.h
		because functions which worked with "zero terminated string"
		where substituted for their ISO/ANSI C equivalent 
	- SECURITY:: .[joe|rjoe|jpico|..]rc in actual directory is ignored
		because in this file can be defined which program run.
		I found this bug on the freshmeat.net (submitted by Debian)
** JOE 2.9.4 :: 27 Mar 2001
	- FEATURE:: locale is accepted when skipping/deleting/... words
	- changed parts of zstr.c/zstr.h and some others
** JOE 2.9.3 :: 26 Mar 2001
	- changed version number :) to 2.9.3
	- variable helpcursor was renamed to help_index because 
		it contains index of last shown help screen
	- function izhelp was moved from rc.c/rc.h to help.c/help.h
		and variable nhelp (from rc.c) was deleted
	- help.c/help.h are readable now but still not documented enough
		because they depend on rc.c/rc.h; so I must work on them
		first
** JOE 2.9.2 :: 25 Mar 2001
	- function cwhite() was substituted for isblank()
		from <ctype.h>
	- function cwhitel() was substituted for isspace() 
		from <ctype.h>
	- function imax(), umax() were removed
	- functions z*() were substituted for str*()
		from <string.h>
** JOE 2.9.1 :: 23 Mar 2001
	- files random.c and random.h were deleted
		- function random() is from <stdlib.h>
	- functions toup(); todn() were deleted
		- new functions are toupper(), tolower() from <ctype.h>
		  because they support locales (LC_CTYPE)
** JOE 2.9 :: 22 Mar 2001
	- version 2.8 with patches from RedHat/Suse
