News for 2.8.3e (13/May/2007)
* Scrolling with a background image is now much faster.
* Fixed underscore ('_') in the nick-name right-click menu being drawn as an underline.
* ut2004:// URLs are now underlined too.
* /set gui_tray_flags 4 will now enable a "Minimize to tray" feature. Clicking the window minimize button will minimize to tray instead of the task-bar.
* Fixed bug: [1680762] Notify fails if network name contains spaces.
* Fixed a crash if your clock was accidently set beyond 2038.
* XChat now handles multi-monitor and resolution changes more gracefully, so that menus arn't drawn off-screen etc.
* Script and Plugin related changes:
o /SETTEXT with no argument now clears the input box.
o Returning 0 from an FD hook now unhooks it (C API and Perl).
o Python now has a xchat.strip method (to strip mIRC codes).
Explanation of the gui_tray_flags setting
This setting is really for hardcore users who want to tweak the window/tray behaviour of XChat. Possible values for gui_tray_flags are listed below. You may combine them by adding the numbers up. The minimum XChat version is listed in square brackets.
1 [2.8.1] Window CLOSE button will minimize to tray instead of quiting.
2 [2.8.1] Don't show balloons unless hidden or iconified (normally it would show them if the window is not focused or behind another window too).
4 [2.8.3e] Window MINIMIZE button will minimize to tray instead of the task-bar.
For example, if you want to turn ON all three flags type this command: /set gui_tray_flags 7