tbtray.dll release history

--
v0.4

  * Changed the syntax of SetFont to SetFont [-ibus] <size> <font>, so now you
    can do something like: $dll(tbtray.dll, SetFont, 10 Tahoma).  The previous
    syntax required that you use /dll or put the font in a %var first.
    
  * Updated to work with mIRC 6 and Windows XP.
  
  * Fixed bug with too many menu items causing problems?  You can add, at most,
    256 menu items.

--
v0.3

  * Fixed breaks not being removed when you do ClearMenu.
  
  * tbtray.dll now peacefully resides with tbwin.dll (v0.2+).  This means you 
    can use them both at the same time with no restrictions on the order that
    they must be loaded/unloaded.

  * Added Tooltip [-dc] [delay] [text], which allows you to assign a tooltip to
    the tray.
    
  * Added workaround for a mIRC bug that could have possibly caused problems
    with tbtray.dll.
    
  * Moved tb_main.pas into tbtray.dpr to reduce the number of source files.

--
v0.2

  * Added SetBorder solid <color>.  Can specify an rgb integer color to use as
    a solid border instead of a beveled border.

  * Fixed transparency bug.  It was "sorta" broken. :)

--
v0.1 - First public release