1.32 -- 2001-06-20
+ The background_color and text_color settings in the inifile allows you to 
  customize the background and text colors. Set use_colors to 0 if you want the 
  regular old uncolored window.
+ The window_frame setting controls the drawing of the window border. 0 means 
  no border.
+ When creating new timers, you can specify a command to be executed when the 
  timer goes off. This should be the name [and path] of an executable file.

1.31 -- 2001-02-04
* The config is very, very saved when you restart windows now.

1.30 -- 2001-02-01
* Alright! The config file now gets saved whenever you add a new timer. 
  Really.

1.29 -- 2001-01-27
* The config file is now saved when TimeIt is terminated in some other way 
  than via the Quit menu option, e.g. when you restart windows.

1.28 -- 2000-10-24
+ Added a "New timer" command in the "Timers" menu that lets you create a 
  new timer pretty easily. Check the "Save timer" box to save your timer 
  definition to the config file

1.27 -- 2000-10-13
* I no longer use a "dialogbox" to show the window, but rather create a 
  normal one by myself

1.26 -- 2000-09-30
+ Added tooltip option to enable display of date info as a tooltip

1.25 -- 2000-09-30
+ Added window_snap and scroll_delay options to the config file. Use 0 to 
  disable

1.24 -- 2000-09-29
+ You can now set font via the "font" option in the popup menu or directly 
  in the config file

1.23 -- 2000-01-03
* RLE encoded the "about" picture, reducing exe size
