To do list for GNU EDMA
* Rewrite tutorial for the new instalation method
* Update GNOME IDF Wizard to edit:
	- New fields in method definition: Abstract, Static ** DONE **
	- OnLoad and OnUnload... like born and rip

* Add support for static methods and properties in core
	- Add support for static methods with signature. ** DONE **
	- Add support for static properties ???
	- Update EDMA tools for managing Static Information
* Add support for abstract classes/methods, that is, if a method is virtual, we don't need to declare an empty function in class implementation code **DONE**
* Add support for include-like primitive in IDF files
* Use automake/autoconf for system compiling ** SEMI-DONE **
* EDMA distro package (rpm, deb,...)
* GTK version for EDMA tools, for people not running GNOME
* EDNA (EDMA Deployment Network Architecture). Needs more specification work
* SISI (Smart Inheritance System Interface). Needs more specification work
* Define a Foundation Class Hierarchy
