 
Version 1.2b:
    * New resource: launchStartupApps. If set to off (default), Babaya
      will not launch any program in it's startup files, and
      vice-versa.
    * New command-line switches: -startupapps and -nostartupapps. They
      override the above resource. The first causes Babaya to launch
      startup applications in its startup file, the latter does the
      opposite.
	* New resource: waitTime. This specifies the amount of time in
	  seconds given to clients to clean up and exit. In other words,
	  the delay between sending the clients the WM_DELETE_WINDOW
	  protocol messgae (the `please clean up and exit messgae), and
	  killing them (the `die sucker' message). Most clinets will clean
	  up and exit after the initial message. The default is 10.
	* New command-line switch: -waittime. Overrides the above
	  resource. 	  
    * Added color resources. Make sure you have

            #ifdef COLOR
            *customization: -color
            #endif

      in your ~/.Xresources file to take advantage of color.
    * Corrected a small oversight that caused the program to emit
      bogus error messages about invalid windows.

Version 1.0b:
    * Initial release.

