Calendar - a desktop calendar module for E17.

Features:
- desktop calendar
Working:
	- calendar should display properly when started
	- Today highlights (depending on color scheme)
Not Working:	
	- works, but spacing is an issue


- 2 distinct themes (switchable via menu)
Working:
   - one with a top image & one without
   - top image can be changed by just 
     placing a new image in image directory
    (named first 3 letter of the month, no extension)
     and restarting.

Not Working:
	- switching from one theme to another more
	  than once causes the date blocks to go white.


- colors completely configurable (on the fly)
Working:
   - can have different colors for weekday, 
      weekend and today
   - can change color scheme by editing 
     a simple config file
   	-- an example config file is included in the calendar src directory.
	   All that is needed is to modify the numbers and place in the 
	   PACKAGE_LIB_DIR"/e_modules/calendar/   directory
		r Object Red value // r1 Outline Red value // r2 Shadow Red value 
		g Object Green value // g1 Outline Green value // g2 Shadow Green value 
		b Object Blue value // b1 Outline Blue value // b2 Shadow Blue value 
		a Object Alpha(Transparency) value // a1 Outline Alpha value // a2 Shadow Alpha value
	  colors in config file go: r, g, b, a, r1, g1, b1, a1, r2, g2, b2, a2.


Not Working:


- fonts/size also configurable
Working:
Not Working:
Untested:
   - change fonts via a simple configuration 
     file
	-- same location and file as for colors example will be included soon - if 
	   one wants to try it now, a font line will look like:
	   YM_text_class <font> <font size>
	   Day_text_class <font> <font size>
	   text_class <font> <font size>
	New font must be in "evas font path"
