Version 0.1.9:
- fill [text], entry, optionmenu, [combo] with requested values
- recognize glade 3.5 _menu_ stuff (great)
- '-A' switch disables autoconf stuff (creates simple Makefile)
- autoconf'ed make now works (like with glade created programs)
- several changes within seperate class generating logic
- output files sometimes got corrupted - this was caused by some dangling
  references to yet destructed objects (Widget) (c++ is not java!) - FIXED!

Version 0.1.8:
- fixed bug with tooltips
- do not emit sample code if not requested to do so

Version 0.1.7:
- fixed bug in box.cc:NeedConstruct, thanks go to Hampus Weddig
- replaced NULL by 0 in source code (ANSI C++)
- removed some egcs 1.1 warnings
- worked on Tooltip support
- fully rewrote XML parser (beware!)
- debugged XML parser
- fixed silly bug in configure.in header (caused crashes-strange that it
  didn't occur earlier)
- put copyright and license/disclaimer within each source file

Version 0.1.6:
- fixed Seperator/Separator bug
- fixed paned-children bug
- expanded SampleCode API, though no longer used
- new "-1" Gtk 1.1.x switch (beware: untested!!!)
- optionmenu uses MenuFactory/ItemFactory for sample code
- radiobutton-groups added
- paned still has problems. If anybody knows what's wrong with test10,
  please tell me.

Version 0.1.5:
- signal stub code working, sample code's the next topic
- sample code for clist,optionmenu,window,signal stubs
  activate with "-s" switch
- various bugfixes (fixed, statusbar, scrollbar, toolbar working)
- lots new widgets (arrow, progressbar, seperator, tree, frame, paned)

Version 0.1.4: 
- sample code and signal stub code implemented (still not complete)
- Document describes cossies (parametrized common substructures) as an
  design proposal for glade
- Document describes internal structure of glademm

Version 0.1.3:
- removed glib dependancy of glademm
- new widgets:
	Toolbar, RadioButton, StatusBar

Version 0.1.2:
- minor bugfixes ("-r"/dialog.cc)
- new widgets: 
	Fixed, xScale, StatusBar, Text, xScale, xRuler

Version 0.1.1a:
- new command line options:
	-r create only *_glade.cc and *_glade.hh
	   (not sample compile framework)
	-s include sample code for widget access
	-p use pointers for widgets (makes structs MUCH smaller)
- pointer stuff works

Version 0.1.1:
- revised writer API (partially twice), pointer stuff
- new widgets: MenuBar, SpinButton, ToggleButton, CheckButton, Notebook,
		Combo, OptionMenu
- new parameters ...

Version 0.1.0:
- revised writer API, recursive configuration is now in Cxx.cc
- accepts tons parameters (usize, packing, visible etc., see KNOWN)

Version 0.0.7:
- new writer function: test for implicit widgets, e.g. header buttons of
  clist, vbox & action area of dialog.
- this fixes test5 (rather complex)
- Note that glade-0.2.2 can not read all glade-0.2 files (fails on test1)
- new file KNOWN which lists known widget types and recognized parameters
  this list is rather short at the moment (but will grow!)

Version 0.0.6:
- documentation on writers, structure of writers reorganized, handled some 
  cases in Writer.hh
- new widgets:
  table, dialog, entry
- correct parsing of <child> tags (glade 0.2.2+)
- writers API simplified, documentation updated
- still some problems with test5, all tests compile and run

Version 0.0.5b:
- use string instead of char * whereever possible
  
Version 0.0.5a
- made test1.glade compile (some fixes within writers/clist.cc, close
  implementation in File)

Version 0.0.5
- fixed core dumps (still don't know why it works now :-) ). Besides 
  fixing an wrong end-iterator, I added NULL testing routines to Naming.cc.
  Seems this was an issue.

Version 0.0.4a
- included src/Configuration.hh

Version 0.0.4
- cleanup of automake/autoconfig stuff
- new (first) command line options:
    -V		display Version
    -d <dir>	generate files in (sub|other)dir
    -m <name>	name generated executable
- glade-- now generates Makefile.am, configure.in, main.cc, and autogen.sh
  Simply run autogen.sh for program creation

Version 0.0.3

- button widget
- glade-- uses autoconfig & automake for building itself
