X-Chat CHANGES

----------------------------------------------------------------------
 0.2.0 -> 0.2.1
----------------------------------------------------------------------

 - When you'd get disconnected from the server (ping timeout etc), the
   userlist wouldn't disappear - fixed.
 - It was impossible to type a "^" - fixed.
 - Coloured /WHOIS output a bit.
 - Fixed a bug that wouldnt display "ERROR: xxx" messages from the
   server.
 - Optimized some code for size. My binary is about 10k smaller now.
 - Started using glib's list functions in a few places.
 - You can now set a background XPM.
   Filename: <home>/.xchat/backgnd.xpm
 - The userlist no longer snaps to a large size.
   (It's still far from perfect. The default window size is now a bit
    smaller. If I make it bigger (in the code), than it cannot be
    shrunk smaller at runtime. It's a total nightmare, *HELP*!)


----------------------------------------------------------------------
 0.1.3 -> 0.2.0 The first of the new series.
----------------------------------------------------------------------

 - Turned on optimization in the Makefile (Thanks to James N.).
 - Changing background & foreground colors now works.
     (Customizing all other colors is still to do, but you can edit
      the source code :).
 - Simple font prefs added (Settings -> Setup menu).
     (Note: if you go and change the font in the settings window, any
            text already in the window doesn't change. Only new text
            will use the new font).
 - It's now possible to generate bold, underline, reverse text with:
		^B = bold
		^U = underline (not seen in X-Chat)
		^R = reverse (not seen in X-Chat)
	That's not control, its actually "^"
 - New configuration file format. Serverlist will be kept, but you'll
   loose your old prefs.
 - Small bug fixed that would add some funny chars to the end of your
   nickname/username.
 - OK/CANCEL added to setup window.
 - Added /J as an alias for /JOIN.
 - Added text-buffer-size in setup window.
 - "/Msg . <text>" is now window specific.
 - Now shows the results of WHOIS, WHOWAS etc in the frontmost window.
 - Channel Mode buttons added. They are only indicators so far, not
   functional.
 - /MODE somewhat fixed.
 - Added "/DRAW <nick>"
   This is only experimental. Try it with another X-Chat user.
 - Totally new style for X-Chat! It's more like ircII/BitchX. It makes
   it easier to read, and easier to distinguish between server crap
   and actual talking. If you don't like the new style, go back to the
   old version!


----------------------------------------------------------------------
 0.1.2 -> 0.1.3
----------------------------------------------------------------------

 - Added "Save settings on exit".
 - Added "-> Netscape/Lynx" buttons in URL Grabber window.
 - Added "/MSG . <text>", where "." is the last user you /msg'ed.
   (Added by Shaleh).
 - Added:	"Invisible"
		"Receive Wallops"
		"Receive Server Notices"
		"Marked Away",		menu items.
	(Note: these are not synchronised with the server, and
		if you change it in one window, it wont magically
		change in another).

 - "Skip MOTD" button (in serverlist window) now implemented.
 - Channel List window added. It's not perfect, but it works.
 - Added password arg to /JOIN. eg: /Join #channel secret!
   (Added by Attila).
 - You can now break a previous connection attempt with /SERVER.
 - Entering a server password should now work.
 - BAN button under the userlist now works.
 - Simple settings window added. It's not worth using yet.


----------------------------------------------------------------------
 0.1.1 -> 0.1.2
----------------------------------------------------------------------

 - Fixed a bug in receiving netbreak notices. Caused sigsegv.
 - Fixed bug that wouldn't change your nick when you changed it
   in the server window - oops! :)
 - Fixed a bug that would let you try to DCC a directory - doh!
 - Added URL Grabber window.
 - Added PING, WHOIS, SEND buttons to Dialog windows.
 - Fixed a bug where it would sometimes take too long to lookup
   a hostname.
 - Made the Makefile more generic, using gtk-config (thanks Shaleh).
 - Somewhat optimized the processing of inbound data.
 - XPM images are now used to represent ops & voice instead of "+" "@".
 - Nickname2 and Nickname3 are now used if Nickname1 is in-use.
 - Added "/CHAT <nick>" as a shortcut for "/DCC CHAT <nick>".
 - Added colour to the dialog windows.
 - Added /NOTICE
 - BOLD text is now recognized, still have to do underline/inverse.
 - Added recognition of KILL messages.
 - It should now compile successfully on BSD systems!


----------------------------------------------------------------------
 0.1.0 -> 0.1.1
----------------------------------------------------------------------

 - Changed the license.
 - Fixed output of /WHOIS to show idle, signon time properly.
 - Fixed /MODE
 - Fixed bug in receiving multiple MODE changes (eg -o+v etc)
 - Fixed a connection bug
 - It's now possible to compile X-Chat against GTK+ 1.1.x, although
   you may get some runtime warnings.
   Note: The 'about' window crashes if using GTK+ 1.1.x. This is
         probably a GTK+ bug, so use the stable version (v1.0.5)!



http://Users.Mentasm.com/~zed/xchat/
