2008-12-17 Dimitri Giardina <dimitri.giardina@gmail.com>
	Initial Import

	1) many of sdl-base functions implemented
	2) some sdl-surface functions implemented (see FunctionCalls file)
	
2008-12-20 Dimitri Giardina <dimitri.giardina@gmail.com>
	[Stuff]
		Added:
			getArrayCount (getting array dimension)
	[sdl.xml]
	
		Corrected:
			setGammaRamp (getArrayValueByIndex mismatch)
		Implemented:
			sdl_createcursor
			sdl_getcursor
			sdl_showcursor
			sdl_gl_loadlibrary

2008-12-21 Dimitri Giardina <dimitri.giardina@gmail.com>
	[Stuff]
		Added:
			overlay2array (SDL_Overlay->array)
	[sdl.xml]
		Implemented:
			sdl_gl_getattribute
			sdl_gl_setattribute
			sdl_createyuvoverlay
			sdl_lockyuvoverlay
			sdl_unlockyuvoverlay
			sdl_displayyuvoverlay
			sdl_freeyuvoverlay
			sdl_wm_setcaption
			sdl_wm_getcaption
			sdl_wm_seticon
			sdl_wm_iconifywindow
			sdl_wm_togglefullscreen
			sdl_wm_grabinput

		Removed (temporary) *
			sdl_getpixels
			sdl_putpixels
		Written prototypes for sdl_event, sdl_joy, timer and mutex.

		*	until i'll found faster algorithms.
	[gen_fun.php]
		Added support to "resources" as arguments.
	[gen_funcalls.php]
		Added for fastly convert function prototypes into .xml declarations, starting from 
			a list like "hello_world:void hello_world(int a,int b)"
		
2009-01-04 (holidays)
---------------------

	[Stuff]
		fixed array functions
		written event and cdrom conversion functions.	
		written internal_sdl_peep_events
	[sdl.xml]
		implemented functions (see FunctionCalls file)
	[gen_fun.php]
		added support to char parameters
	created scripts/gen_referencebook.php 
		makes a docbook reference document starting from .xml file
		usefull as a starting point for create manuals
	created tests/ testing infrastructure and updated FunctionCalls with tests.
	
	Functions: 210
	Implemented: 170 (80%)
	Tested: 61 (29%)

2009-02-18
----------
	[gfx]
		oops. implemented char/string functions
	[sdl]
		inserted 4 style constants.	
		
	[tests coverage]
	Functions: 210
	Implemented: 170
	Tested: 79 (47%)
		SDL_GFX complete testing of implemented functions
		SDL_TTF complete testing of implemented functions


2009-03-06
----------
	[gfx]
		implemented polygon functions and spline functions
	[sdl]
		implemented some event functions
	
	[test converage]
	Functions: 208 (deleted 2 sdl_gfx functions that are'nt in my include file (??))
	Implemented: 180
	Tested: 86 (47%)

2009-03-07/08
-------------
	[gfx]
		implemented framerate functions
	[sdl]
		implemented timer functions
		implemented sdl_createRGBSurfaceFrom (checking string size)
	[ttf]
		implemented other functions (glyphs)
		corrected errors on shaded functions
		corrected errors when text is null (0-size string)
		
	[test coverage]
	Functions: 209
	Implemented: 199
	Tested: 102

	
