Overview of Changes from Inti 1.2.0 to GFC-Core 2.3.1
=====================================================
 - New Signal System optimized for size, speed and performance. 
 - Uses the new libsigc2 C++ callback library.
 - Wrapped C objects passed to slot functions connected via class
   proxy signals.
 - GFC objects can now be created dynamically or on the stack. 
   Objects created on the stack no longer need to be unreferenced
   by calling unref().
 - All functions taking a String argument have been overloaded with
   const char* to avoid construction of a temporary String object
   when passing string literals.
 - Removed unnecessary GObject properties from classes that provide
   getter and setter functions.
 - Added G::Module, a C++ wrapper for GModule. 
 - Changed C++ header file extension from .h to .hh to avoid 
   confusion with C header files.
 - Examples and documentation updated.

 
Intial Release of GFC-Core 2.0
==============================
This is the initial release of GFC-Core, the GTK+ Foundation Classes
core object library. Originally this release was to have been known
as Inti-Core 2.0 but is now being called GFC-Core 2.0.  

Initially the GFC project was known as GCode: GTK+ C++ Object 
Development Environment but this name had to be changed because
its short name, GCode, clashed with another program. The replacement, 
Inti: Integrated Foundation Classes was taken from the defunct project
of the same name on which the source code was originally based. The
new name GFC: GTK+ Foundation Classes was chosen because it better 
reflects the library's purpose as a C++ language binding for GTK+.