2005-11-28  Thomas Wood  <thos@gnome.org>

	* engines/crux/src/crux-common.h
	* engines/crux/src/crux-draw.c
	* engines/crux/src/crux-rc-parser.c
	* engines/industrial/src/industrial_style.c
	* engines/industrial/src/parse_rc_style.h
	* engines/metal/src/metal_gtk2_drawing.c
	* engines/metal/src/metal_gtk2_engine.c
	* engines/metal/src/metal_gtk2_misc.h
	* engines/mist/src/mist-rc-style.c
	* engines/mist/src/mist-style.c
	* engines/redmond/src/redmond_gtk2_drawing.c
	* engines/redmond/src/redmond_gtk2_engine.c
	* engines/redmond/src/redmond_gtk2_misc.c
	* engines/thinice/src/thinice_rc_style.c
	* engines/thinice/src/thinice_theme_draw.c

	- Patches from bug 321140 applied to metal, mist, redmond and thinice engines
	- ISO C90 fixes in crux-draw.c and thinice_theme_draw
	- Removed more redundant code and fixed compiler warnings in Crux

	* configure.ac:
	* NEWS:
	
	Updated for 2.6.6 release

2005-11-21  Richard A. Stellingwerff  <remenic@gmail.com>

	* themes/Clearlooks/gtk-2.0/gtkrc:

	Applied patch from bug 321787 to fix menus in Java apps.
	
2005-11-15  Thomas Wood  <thos@gnome.org>

	* engines/crux/src/crux-common.h:
	* engines/crux/src/crux-draw.c:
	(eazel_engine_widget_in_focused_window_p), (draw_shadow),
	(draw_slider):
	* engines/crux/src/crux-main.c: (theme_init):
	* engines/crux/src/crux-rc-parser.c:
	* engines/crux/src/crux-rc-style.c:
	* engines/hc/src/hc-main.c: (theme_init):
	* engines/hc/src/hc-style.c: (hc_draw_shadow):

	Applied patches from bug 321140 for crux and hc engines

2005-11-10  Richard A. Stellingwerff  <remenic@gmail.com>

	* engines/clearlooks/src/clearlooks_draw.c: (cl_draw_line),
	(cl_rectangle_set_button), (cl_draw_shadow),
	(cl_set_corner_sharpness), (cl_get_window_style_state),
	(cl_draw_inset), (cl_draw_button), (cl_draw_menuitem_flat),
	(cl_draw_menuitem_gradient), (cl_draw_treeview_header),
	(cl_progressbar1_create_tile), (cl_draw_progressbar1_fill),
	(cl_progressbar2_set_four_points), (cl_draw_progressbar2_fill):
	* engines/clearlooks/src/clearlooks_draw.h:
	* engines/clearlooks/src/clearlooks_style.c: (draw_tab),
	(clearlooks_draw_arrow), (draw_shadow), (draw_box_gap),
	(draw_extension), (draw_handle), (draw_box),
	(ensure_check_pixmaps), (draw_slider), (ensure_radio_pixmaps),
	(draw_shadow_gap), (draw_hline), (draw_vline), (draw_focus),
	(draw_layout), (clearlooks_style_unrealize):
	* engines/clearlooks/src/clearlooks_style.h:
	* engines/clearlooks/src/support.c: (colorize_bit),
	(internal_create_vertical_gradient_image_buffer):
	* engines/clearlooks/src/support.h:

	Applied massive cleanup patch from Kjartan Maraas (bug #321140).

2005-10-02  Thomas Wood  <thos@gnome.org>

	* engines/crux/src/crux-draw.c: (draw_extension): Patch from bug 317149 (fixes compiler errors with gcc 2.95 caused by C99-style
	variable declarations)