version 0.2.1 -- 
  - fixed several style issues.  

  - fixed the bug with having two "-n" switches. =:)  now, "-no[gtk]" is the
    way to tell bbkeys to launch the xterm-based conflagurator

  - re-coded bbkeys' internals (made them much more intuitive and easy to read).
    bbkeys uses 3 basic objects: Window's, GEOM(etry objects), and Pixmap 
    objects. The Windows are physical units of space that X communicates with.
    The GEOM objects are pretty self-explanatory, x, y, height, width.  And
    the Pixmap objects contain the image that is mapped onto the window itself.
    It goes like this:
    ----------------------------------------------------------------------------
    Windows:      GEOMs:         Pixmaps:           resource->objects and what  
                                                resources bbkeys uses for them
    ----------------------------------------------------------------------------
    win_title     geom_title     pix_title             label.texture
                                                          window.label.focus 
    win_back      geom_back      pix_back              frame.texture
                                                          window.title.focus
    win_closeBtn  geom_closeBtn  pix_closeBtn          button.texture
                                                          window.button.focus
    win_configBtn geom_configBtn pix_configBtn         button.texture 
                                                          window.button.focus
                                 pix_pressedBtn        button.texture_pressed
                                                          window.button.pressed
    ----------------------------------------------------------------------------
     
  - fixed style files in data/ (silly me, I forgot to change them over from 
    bbpager's style files. )  Extra-special thanks to sourceo for pointing 
    this little bit to me and reminding me to put it in the ChangeLog =:)

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
version 0.2.0 -- 
  - got rid of all the old bbws code base from bbkeys and ported the whole 
    darned thing to kns's bbpager-0.2.5-alpha code base.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
version 0.1.4 --

  - added "-mini-Me" switch =:) for those people *cough* sissies *cough* who
    complain about bbkeys' size.  So size DOES matter.... erm, anyway, if 
    launched with the "-mini-Me" option, bbkeys will draw a cute little window
    10x10 in size (or whatever I feel like, dangit) containing just the button
    to launch the configurator, instead of the regular, full-blown window.  No 
    exit button for YOU!  =:)  Let me know if this doesn't suit you....

  - improved documentation of sorts.  Ugly habit, this documentation stuff. If
    you look in README, you'll now see all of the commands that bbkeys will
    think about obeying. If it feels like it.  And if you ask really, really
    nicely.
