2007-10-23  John Verzani  <jverzani@gmail.com>

	* R/aaaGenerics.R: fixed type with addHandlerChanged

2007-09-18  John Verzani  <jverzani@gmail.com>

	* R/common.R (str2): moved this here to export (was in each
		  toolkit implementation)

	* R/gvariables.R: added width,height to tbl's in model so that
		  gWidgetsRwxWidgets is happy.

2007-08-14  John Verzani  <jverzani@gmail.com>

	* R/ggenericwidget.R: fixed missing fileurl.

2007-08-13  John Verzani  <jverzani@gmail.com>

	* R/generics.R: trimmed arguments in ggenericwidget

2007-07-31  John Verzani  <jverzani@gmail.com>

	* R/aaaGenerics.R: gwindow -- added args width height to set
		  default size at window creation. Different from size<-
			  which sets the minimum size.

2007-06-26  John Verzani  <jverzani@gmail.com>

	* R/icons.R: Moved icons into gWidgets from tcltk

2007-06-25  John Verzani  <jverzani@gmail.com>

	* R/bbbGenericsANY.R: Added this to handle ANY widgets. Might need
		  some more work.

	* R/ggenericwidget.R: moved from tcltk into this using gWidgetANY
		  classes. 

2007-04-27  John Verzani  <jverzani@gmail.com>

	* R/generics.R: names, as of 2.5.0 does not need set generic

2007-04-23  John Verzani  <jverzani@gmail.com>

	* DESCRIPTION (Package): Changed SaveImage: TRUE to LazyLoad: yes
		  as per suggestion by B. Ripley.

