*** Version 0.1.1 ***

- 07/12/98 : * A few bugfixes (GTK_IS_LABEL check...)
             * Fixed a readln bug which caused the last byte of all incoming Efnet (and others ?) server msgs to be ignored

- 07/11/98 : * [Eric Nielson patch #1]
               . Fixed a connection bug, USER 0 0 is needed instead of USER 1 1 for efnet networks
               . Added a /msg command. It defaults to opening a new window if there already isn't one for the person you msg'd. This would be good as an option
               . Changed lag meter to use a number of seconds
               . Added own channel join display

- 07/10/98 : * Minor bugfixes
             * Internal changes (PING now uses the correct number of seconds)

- 07/09/98 : * Fixed a cut & paste bug (CR & LF are now correctly handled)

- 07/08/98 : * Internal changes
             * Added userlist selection callback
             * Improved general options display

- 07/07/98 : * Added a configfile version check
             * Added some general options (not working yet)


*** Version 0.1 ***

- 07/06/98 : * Added a function to replace ~ char in filenames - CONFIG_FILE set to "~/.xgircrc"

- 07/05/98 : * Added default colors
             * Added tooltips and more icons
             * Fixed a few things

- 07/04/98 : * Fixed quits (user deconnection, main window destroyed, /quit command...)
             * Internal changes
             * Added a MODE request when changing channel modes to refresh status - Need to improve that
             * Added host info to CTCP VERSION reply
             * Added CTCP CLIENTINFO reply
             * Fixed a kick bug
             * Added icons

- 07/03/98 : * Handles now correctly all channel modes changes
             * Added LAGMETER_SCALE
             * Fixed a join bug (?)

- 07/02/98 : * Lagmeter now works (needs improvments ?)
             * CTCP PING reply displays now delay in seconds
             * Added a menu bar 
             * Added a wallops color
             * Fixed bugs (current_screen updates, topic author display...)

- 07/01/98 : * Improved status bar (lagmeter, green led...)
             * Minor internal changes
             * Added topic author display
             * Added CTCP reply display
             * Added wallops display

- 06/30/98 : * Fixed a bug in CTCP PING reply
             * Added notice display
             * Added /ctcp command

- 06/29/98 : * Added red leds flashing when there is a socket activity

- 06/27/98 : * Fixed another display bugs
             * Added own join/part display in status window
             * Divided the status bar in 2 lines, *really* needs better look though
             * Fixed a few internal things
             * Added errors 404 and 473 display
             * Fixed quit in multiple windows display bug

- 06/26/98 : * Fixed a few bugs
             * Added users stats in channel status bar
             * Added op/deop userlist update

- 06/25/98 : * Added error 482 display
             * Others bugfixes (/me in status window, new query window switch...)
             * Fixed own kick bug
             * Fixed /part command

- 06/24/98 : * Added userlist update after a kick
             * Invalid command name error specifies now command name
             * Added /mode command
             * Added channel modes changes display
	     * Fixed /part command
             * Fixed other minor display bugs
             * Fixed display bug in status window (spaces randomly inserted)
             * Fixed ops part/quit display bug

- 06/23/98 : * Added a server raw messages display if RAW_SERVER_MSGS is defined 
             * Fixed some other display bugs
             * Close button and part command are now working
             * Channels and queries are not sorted by type - removed a lot of useless code :)
             * Removed GTK_CAN_FOCUS flag from userlist 
             * Fixed CTCP me bug (was always displayed in current screen)

- 06/21/98 : * Fixed a bug in names parsing (userlist wasn't correctly updated in case of big channels)

- 06/19/98 : * No more sigsev fault when queried... rah, that was just a comm=1 I had accidentaly deleted :)
             * Added error 405 display 
             * Big internal changes and theorically performances improvement :p - close button and part commands don't work properly anymore though

- 06/18/98 : * Channels and queries are now divided into 2 different structs 
             * Bugfixes

- 06/17/98 : * Userlist display IS NOW WORKING! :)
             * A few internal changes
	     * Added NICK_MAXLEN defined to 15 (Nicknames length limit for networks such as Dalnet ?)
             * Fixed quits display
	     * Added some server errors msgs display
             * Fixed nick changes display

- 06/16/98 : * Fixed userlist bugs in channel struct after a join/part/names 

- 06/15/98 : * Channel struct is now updated after a join/part/names - still buggy
             * Fixed part button bug

- 06/13/98 : * Added ops and non-ops records in channel struct
             * Fixed a few things

- 05/31/98 : * Added channel mode display, updated only after join

- 05/30/98 : * Server disconnect now closes all query/channel windows

- 05/29/98 : * Added error 401 display
             * Fixed a few display bugs
             * Added /whois command - not yet complete

- 05/26/98 : * Implemented commandline buffer - may still be buggy 
             * Fixed bugs (strcomp empty strings pb, query display, tab key lost focus...)

- 05/25/98 : * Useless userlist window removed from status and query windows
             * Fixed bugs (query close button, commandline focus)
             * Handles user's own kick (closes the channel window, returns to status window and displays a msg)

- 05/24/98 : * Handles now kicks display
             * Fixed a few bugs
             * Added correct display of some error msgs

- 05/23/98 : * Subdivided display.c (created callback.c to handle callbacks functions)
             * There are now header files for each .c, rather than only one global, which makes the compilation more efficient 
             * Added connecting error intercept

- 05/22/98 : * Added /query command
             * Improved display (commandline has now always focus, and screen scrolls now automaticaly - can be annoying though)
	     * Fixed CTCP bugs, in fact it didn't work at all :p it seems ok now

- 05/21/98 : * Fixed query bugs

- 05/20/98 : * Improved CTCP handling
	     * Fixed a query bug (client swapped to open screen when queried)

- 05/19/98 : * Private msgs now open new screens

- 05/18/98 : * Display improved, thanks to get_widget_realize :)

- 05/13/98 : * No more pixmap warning while displaying logo, but display still should be improved 
             * Added port choice in setup (no validity check - sigsev if a string is entered)
             * Added a few colors

- 05/11/98 : * Added /topic command
             * Fixed a few things in text display

- 05/09/98 : * Display of topic in status bar now works
             * Cleared and fixed some things (channels are now defined as structs etc...) 
             * Use of autoconf and automake to generate configure script and Makefile - still need optimisations 

- 05/08/98 : * Fixed others multiple channels support bugs and a few other ones (own text wasn't send to server anymore)
             * Added ugly colors, I think it's time to make a colors selection in setup :p
             * Improved config file format (now supports comments)
             * Removed colors.c, color allocating is now done is files.c by reading the config file

- 05/07/98 : * Multiple channels support is almost functionnal
	     * Nicer text display, with colors :) 
	     * Added colors.c and text.c to handle text in color output

- 05/06/98 : * Fixed multiple setup and about windows bug
	     * Fixed part button bug
	     * Fixed bad windows affectation after a part bug

- 05/05/98 : * Added server choice in setup

- 05/01/98 : * All existing commands moved to commands.c

- 04/27/98 : * Added command.c to handle commands (no more done in irc.c)
	     * Fixed a few bugs (setup)  

- 04/26/98 : * Setup now saves preferences in .xgircrc and thoses are read at startup - intercepts file r/w errors
	     * Added a channel status line (not yet functionnal)

- 04/17/98 : * /part command seems now to work properly :) 
             * Added a "status" window ala mIRC which displays motd, server msgs and ping from server
	     * Error messages improved
	     * Multiple channel display and notebook-style switching - still buggy

- 04/16/98 : * Userlist works better (updated only after a join for now)   
	     * Displays server welcome msg & motd

- 04/15/98 : * Supports now actions (added /me command and correct display)

- 04/14/98 : * CTCP version, time and ping replies (ping incomplete)
             * No more compilation warnings
             * Most of strings.c functions re-made, with use of pointers
             * Logo now integrated to bin
             * Commands ok : /join, /part, /nick, /quote, /quit and text typed to channel
             * Setup now works, but still lacks preferences filesaving
             * Correct display of : join, part, nick, quit, topic and text said to channel
             * Userlist is here, but completely buggy 
