0.20:

- fix border of is-default buttons
- new default colorscheme (Quicksilver)
- invert buttons/comboboxes on prelight
- invert active togglebuttons
- invert selected cells in treeviews
- make border of inactive buttons/comboboxes darker
- make bottom focus-border of entries the same height than the top one
- increase the size of the random claws
- increase the amount of the random claws
- set cornes to NONE on scrollbar_trough
- added indicator_style engine option
	- what to draw inside the checkbox:
		0 = check (engine-default/like before)
		1 = plus
		2 = cross (standardtheme-default)
- added trough_style engine option
	- what kind of scrollbartrough to have:
		0 = smooth gradient (default/like before)
		1 = sharp gradient
- draw inconsistent indicators 50% darker
- generally more degrated metallic/sharper look

0.10:

- based on excelsior-clarius-4.2.0+090411
- added shadow to buttons
- added grip dots to slider buttons
- make selected cells not change the color if focus is lost
- make general widget gradient sharper
- make selected cell gradient sharper
- make entry borders sharper
- make inactive buttons/entries a bit darker
- customize drawing of unselected cells
- customize drawing of calendar widget header [!GtkArrow!]
- ignore grip_style option for slider buttons
- removed pellucid_scales option
- removed gummy menubar option
- removed gummy toolbar option
- removed straight tooltip_style option
- removed plain scrollbarstyle option
- removed plain progbar_style option
- removed borders around gtktreeview cells
- removed useless code in terranova_draw_progressbar_fill()
- removed handle lines on slider buttons
- small fix in terranova_draw_slider_button():
	center vertical slider buttons on the scale

CHANGES BETWEEN EXCELSIOR 4.1 and 4.2+090411:

- fixed 5 implicit declarations
- make Makefile recognize $DEVELOPMENT_CFLAGS
- replace 08/15 INSTALL by custom one
- update my mailaddress in AUTHORS
- renamed *draw_circles to *draw_bubbles
- renamed *draw_random_circles to *draw_random_bubbles
- renamed *draw_stripes to *draw_claws
- renamed *draw_random_stripes to *draw_random_claws
- make draw_random_claws and draw_random_bubbles style_functions
- so that they are not beeing shipped in all 5 styles
- bump gtk+ requirement to 2.12
- removed --enable-animation configure-flag (forced)
- removed --disable-deprecated configure-flag (forced)
- removed --enable-development configure-flag (removed)
- removed --enable-widget_checks configure-flag (forced)
- removed --enable-paranoia configure-flag (forced, but without -pedantic)
- reworked configure's ending message
- removed deprecated GtkClist and GtkProgress code
- moved all themes into themes/ subdir
