Dear Emacs, please make this -*-Text-*- mode!

     	    NEWS for gWidgetsRGtk2

Changes for version 0.0-58
---------------------------
* fix so that svalue<- for gtable only calls handler once.

* bug fix with addHandlerChanged and pageno with gnotebook

* add hidden argument "diy" to gdf to suppress adding keymotion
  handlers or popup on column header clicking. 

Changes for version 0.0-57
---------------------------

* font<- method for gbutton fixed

* fix to svalue<- for gcombobox to handle index=FALSE properly

Changes for version 0.0-56
---------------------------
* another fix to svalue for ggrid. Wasn't working with 
   svalue(obj, index=FALSE) <- values (setting by value). Must match
   through %in% (so best that chosencol is a character.

Changes for version 0.0-55
---------------------------

* fix bug with svalue<- for gtable, wasn't clearing selection


Changes for version 0.0-54
--------------------------
 
* add CTRL-1 for 3rd mouse binding, so that single-button mac users can be happy

Changes for version 0.0-53
--------------------------

* fix to gfilebrowse (thanks to Hana)

* added [<- method for spinbutton, gslider


Changes for version 0.0-53
--------------------------
* Fix to gbutton constructor with gaction objects for action argument (Thanks Lisa)

* fix to error message in gtable (Thanks Ronggui)


Changes for version 0.0-52
--------------------------
* changed modal dialogs.

Changes for version 0.0-51
--------------------------

* changed polling for gvarbrowser, can also change with inteval=secs*1000

Changes for version 0.0-50
--------------------------

* fix to gvarbrowser -- last one didn't quite work. (Thanks again Albert)

Changes for version 0.0-49
--------------------------

* fix to gvarbrowser to handle POSIX objects as expected (thanks Albert)


Changes for version 0.0-48
--------------------------

* added gbasicdialog for compliance with toolkits  that need to have
  parent container specified

* implemented svalue<- for gaction

Changes for version 0.0-47
--------------------------

* added gaction implementation. This can be used for gbutton, gmenu,
  gtoolbar. The svalue<- method does not work

* added ability in gWidgetsRGtk2 to put widgets into toolbars

Changes for version 0.0-46
--------------------------

* fix to gframe for expand=FALSE

* fix to gframe, gexpandgroup for spacing argument

* added width argument for gcombobox via ... This needs to be
  incorporated into generic in gWidgets are

* fix to visible<-

* fix typo in addhandlerkeystroke for gtext

Changes for version 0.0-44
--------------------------

* fix handler code in gcheckboxgroup (Giles)


Changes for version 0.0-41
--------------------------
* fix to .add in ggroup to take RGtk2 default alignment

* fix to gedit -- if no [<- call, then no completion is created.

Changes for version 0.0-40
--------------------------

* attempts to speed things up.


Changes for version 0.0-39
--------------------------

* fix to EventBox(es) so that under windows the coloring is consistent.	

Changes for version 0.0-38
--------------------------

* fixed bug with markup argument in gframe, yalign property 

* fixed bug with width argument in gedit


Changes for version 0.0-37
--------------------------

* fix to gtree. Bug with single column offspring.


Changes for version 0.0-35
--------------------------

* changes to NAMESPACE to get pass check cleanly

* fixed issue with S4 methods and oldClasses by avoiding the whole thing

Changes for version 0.0-34
--------------------------

* fixes to gcheckboxgroup: a bug fix with [<- and ability to change
  length of items using obj[]<- construct.

Changes for version 0.0-33
--------------------------

* changes to docs, DESCRIPTION to pass R CMD check.


Changes for version 0.0-32
--------------------------

* minor bug fix for gedit also glabel(editable=TRUE)


Changes for version 0.0-30
--------------------------

* Fixed bug with gradio and selected

* added tests directory to run tests from gWidgets package


Changes for version 0.0-30
--------------------------

* Changed definition of basic widgets to use ANY instead of a class
  union that container either guiWidget, gWidgetRGtk2 or
  RGtkObject. The new is feature of 2.7.0 was messing this up. Should
  fix this.

* new function as.gWidgetsRGtk2 for coercing an RGtkObject object into
  a gWidgetsRGtk2 object 

* added anchor argument to ggroup

* fixed glayout so that visible assignment is not needed. The widget
  now resizes dynamically when asked. Added expand argument, and
  anchor argument.

* fixed handler for gradio.

* added handlers blockHandler, unblockHandler. These may be useful
  when updating a widget's values causes a handler to be called

* gwindow. Add menubars, toolbars, and statusbars directly to the top
  level gwindow object

* gtext: added addHandlerKeystroke. The value h$keystroke contains the
  key
