29 Oct 2005: 1.1
	source code cleaning
	version 1.1 released

25 Oct 2005:
	bugfix : Debian Bug Report #335430 regarding the GoTo today
	function which goes to the day calcurse was started instead of
	the current day is now fixed

23 Oct 2005:
	'-c' flag added to allow the use of multiple calendars
	
20 Oct 2005:
	manpage and README file updated
	configure.ac improved with the help of Michael

19 Oct 2005:
	'-d' flag added to list appointments for the N upcoming days or
	for a given day

15 Oct 2005:
	Cleaning up of the source code so that it follows the K&R style	
	'-t' flag added to list todos in non interactive mode
	'-a' flag added to list current day's appointments in non 
	interactive mode

13 Oct 2005:
	functions created to handle command-line arguments (written in
	args.c and args.h)
	'-h' and -'v' flag added to display help and version in non
	interactive mode

08 Oct 2005: 1.0 -> first stable release
	help screen updated
	manpage and TODO updated
	
06 Oct 2005:
	bugfix : Debian Bug Report #330869 regarding the October 0 which
	does not exist, is now fixed

05 Oct 2005:
	default options "auto-save", "confirm-quit", and
	"confirm-delete" set to "yes"

03 Oct 2005:
	manpage written
	README updated

13 Sep 2005: 1.0rc4
	bugfix release :
	   o  some people reported a segfault while changing general
	      options in the config screen, this no longer happens
	   o  the Makefile was not linking to proper library (-lcurse
	      instead of -lncurse), this is fixed
	   o  Calcurse no longer ends while trying to delete an event
	      which was just created (thanks to Alex's patch)
	   o  changed date format to be like September 13, 2005 instead
	      of September, 13 2005 

11 Sep 2005: 1.0rc3 -> first public release 
	adding of licence header in source files

04 Sep 2005:
	source code splitted : creation of custom.c, custom.h
	update of the Makefile
	layout_config() : previous layout is now saved to restore it if
	no choice is made
	color_config() : previous colour is also saved as in
	layout_config()

31 Aug 2005:
	source code splitted : creation of vars.c, vars.h, io.c, io.h,
	help.c, help.h
	update of the Makefile
	modification of the cal_error function

30 Aug 2005:
	source code splitted : creation of calendar.c & calendar.h,
	update of the Makefile

29 Aug 2005:
	source code splitted : creation of utils.c & utils.h, update of
	the Makefile

03 Jul 2005:
	redraw_screen() created for initialization of screen
	draw_screen() optimization for slow machine

02 Jul 2005 :
	help screen updated
	is_all_digit() created to check if a string is made of digits
	check_event_time() created to check a new appointment time format
	bugfixes -> 
	  when 'G' pressed, no crash when invalid day is entered
 	  when 'V' pressed, no crash when no event is highlited
	  Calcurse is now started in calendar view
	  scrolling problems fixed in app or todo view
	  first event is highlited if it is the first time a panel is visited
	  check if an new appointment format is valid
	  we can now move from year to year in calendar view
	  config screen is ok in OpenBSD too now
	
26 Jun 2005 : 1.0rc2
	translation of the Changelog
	writing of the README file
	comments in the code
	use of gnu autotools for building CalCurse package
	-> CalCurse v1.0rc2

19 Jun 2005 :
	scroller() improvement : the line is cut at the end of the last word,
	not in the middle of it, and the 'next page' and 'previous page'
	function was added
	bug concerning the event printing in popup windows solved

18 Jun 2005 :
	help improved

17 Jun 2005 :
	writing of a function to erase appointments

14 Jun 2005 :
	wrinting of a function to erase todo events
	adding of the confirm_delete variable

12 Jun 2005 :
	improvement of the status bar, it is now dependant of the terminal
	size
	adding of the terminal minimum size test
	adding of a scrolling function in the ToDo panel if there is more
	events than the panel lines
	creation of the ~/.calcurse repertory if it does not exist when
	CalCurse is launched

04 Jun 2005 :
	colorization of the selected event
	view function created to print out an event in a popup window (ok for
	ToDo events)
	active panel is now colorized

26 May 2005 :
	update_todo_panel() now improved :) (3 dots are added at the end of
	the event if it is longer than the panel size)
	erase_tod() created to erase the todo panel
	erase_tod(), erase_app() and erase_cal() linked in one single function
	: erase_panel()
	popup() created to print a popup window

25 May 2005 :
	tries for improving update_todo_panel() :(

18 May 2005 :
	changing of the status bar (different bars for calendar and other
	panels)

14 May 2005 :
	possibility to change the selected panel with TAB key

12 May 2005 :
	scroller() improved

20 Apr 2005 :
	scroller() function creatd
	help screen improved, with scroller description

10 Apr 2005 :
	the bug concerning the erasing of calendar lines is solved : a
	refresh() was missing :(
	-> CalCurse testing version is now almost over :)

08 Apr 2005:
	help menu improved, with a description for each possible action in
	Calcurse

07 Apr 2005 :
	adding of the auto-save and auto-confirm variables with tests when
	quitting Calcurse
	adding of general options in the config menu (auto-save and
	confirm-quit added)
	writing of general_config(), print_general_options(), switch_options
	and print_option_incolor()
	improvement of functions to read and save user config, to take those
	two new options into account

02 Apr 2005 : 1.0rc1
	test function (e key) suppressed
	add_apts() finished
	goto_day() finished (we can now enter any day to go to)
	-> CalCurse v. 1.0rc1 ;)

01 Apr 2005 :
	work with Alex :
		ToDo events are put in right order
		writing of todo.h and todo.c
		writing of date2sec()
		improvement of the function to create and print the
		Appointments, which are now put in right order
		writing of event_delete_bynum()
		writing of a function to colorize a day which contains an
		event
		improvement of the Makefile

27 Mar 2005 :
	do_modifs_todo() finished : the ToDo events are now properly erased

06 Mar 2005 :
	improvements of do_modifs_todo()

05 Mar 2005 :
	extract_data() created to read the user conf from file
	extract_todo() becomes extract_data()
	-> the user config is now properly read

03 Mar 2005 :
	load_conf() created to load the user config

02 Mar 2005 :
	improvement of save_cal() to save the user configuration
	(creation of the file .calcurse/conf, update of check_data_files)

01 Mar 2005 :
	improvement of do_modifs_todo()
	writing of the test function (when 'e' is pressed)

27 Feb 2005:
	layout_config() finished	
	adding of the GPL licence

26 Feb 2005:
	adding of the layout variable
	writing of layout_config() started

25 Feb 2005 :
	adding of a DEFINE for version number
	creation of the help page
	creation of the configuration menu, with color changing for now on

15 Mar 2004:
	beggining of the project
